🚧 Parse token from DCC SEND
[xudocci.git] / src / main / java / net / pterodactylus / irc / event /
2024-02-06 David ‘Bombe’ Roden🚧 Parse token from DCC SEND main master
2015-02-23 David ‘Bombe’ RodenUse Optional from java.util, not Guava
2014-10-22 David ‘Bombe’ RodenRemove currently unused parameter from event.
2014-10-16 David ‘Bombe’ RodenSwap parameters of event.
2014-10-16 David ‘Bombe’ RodenDon’t expose the complete reply object from the notice...
2014-10-15 David ‘Bombe’ RodenShow reason if channel can not be joined because the...
2014-10-15 David ‘Bombe’ RodenParse KICK command and send appropriate event.
2013-05-02 David ‘Bombe’ RodenSend event for every received reply.
2013-04-16 David ‘Bombe’ RodenHandle CTCP in notices, too.
2013-04-14 David ‘Bombe’ RodenSend an event if the connection is terminated for whate...
2013-04-14 David ‘Bombe’ RodenSend event when a client’s nickname changes.
2013-04-13 David ‘Bombe’ RodenHandle DCC resume functionality.
2013-04-12 David ‘Bombe’ RodenTreat the part message as optional.
2013-04-11 David ‘Bombe’ RodenRemove a bot when it quits.
2013-04-11 David ‘Bombe’ RodenSend event when a client parts a channel.
2013-04-11 David ‘Bombe’ RodenAdd events for DCC downloads.
2013-04-10 David ‘Bombe’ RodenParse DCC SEND messages and send events for it.
2013-04-07 David ‘Bombe’ RodenAdd events for messages.
2013-04-07 David ‘Bombe’ RodenAdd basic IRC framework.