Show reason if channel can not be joined because the nickname is not registered.
[xudocci.git] / src / main / java / net / pterodactylus / irc / Connection.java
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.
2014-10-15 David ‘Bombe’ RodenUse log4j for logging.
2013-08-08 David ‘Bombe’ RodenClose the socket correctly.
2013-08-08 David ‘Bombe’ RodenSet timeout of 3 minutes for the socket.
2013-08-08 David ‘Bombe’ RodenPrevent NPE on closing.
2013-05-02 David ‘Bombe’ RodenSend event for every received reply.
2013-05-02 David ‘Bombe’ RodenPrevent missing length from throwing an NPE.
2013-05-02 David ‘Bombe’ RodenSend connection closed event when a runtime exception...
2013-05-02 David ‘Bombe’ RodenFix javadoc.
2013-05-02 David ‘Bombe’ RodenExpose input and output rate of connection.
2013-05-02 David ‘Bombe’ RodenExpost hostname and port number.
2013-04-26 David ‘Bombe’ RodenAdd methods to close the connection.
2013-04-16 David ‘Bombe’ RodenHandle CTCP in notices, too.
2013-04-16 David ‘Bombe’ RodenMove CTCP handling into its own method.
2013-04-16 David ‘Bombe’ RodenMove connection handling to end of loop.
2013-04-14 David ‘Bombe’ RodenExpose whether the connection is established.
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-10 David ‘Bombe’ RodenAdd method to determine whether a connection represents...
2013-04-10 David ‘Bombe’ RodenParse DCC SEND messages and send events for it.
2013-04-10 David ‘Bombe’ RodenAdd method to parse an IP address from a DCC command.
2013-04-10 David ‘Bombe’ RodenAdd method to send messages.
2013-04-09 David ‘Bombe’ RodenUse map and set creators from Guava.
2013-04-09 David ‘Bombe’ RodenExtract message into its own variable.
2013-04-08 David ‘Bombe’ RodenCreate correctly sized array.
2013-04-08 David ‘Bombe’ RodenFix javadoc problems.
2013-04-08 David ‘Bombe’ RodenRemove unnecessary variable.
2013-04-08 David ‘Bombe’ RodenMake joinChannel() method asynchronous.
2013-04-08 David ‘Bombe’ RodenUse logger instead of System.out.
2013-04-07 David ‘Bombe’ RodenFire events for private and channel messages.
2013-04-07 David ‘Bombe’ RodenParse channel types from 005 reply.
2013-04-07 David ‘Bombe’ RodenAdd basic IRC framework.