Fix imports.
[xudocci.git] / src / main / java / net / pterodactylus / irc /
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’ RodenAllow the download to start at an arbitrary position.
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’ RodenPrevent NPE when socket could not be created.
2013-04-11 David ‘Bombe’ RodenSend events from the DCC receiver.
2013-04-11 David ‘Bombe’ RodenAdd events for DCC downloads.
2013-04-11 David ‘Bombe’ RodenRename methods.
2013-04-10 David ‘Bombe’ RodenFlush the output stream after all bytes have been read.
2013-04-10 David ‘Bombe’ RodenOnly download as much bytes as advertised.
2013-04-10 David ‘Bombe’ RodenMake DCC receiver responsive to stop() requests.
2013-04-10 David ‘Bombe’ RodenDeclare I/O exceptions to be thrown.
2013-04-10 David ‘Bombe’ RodenMeasure and expose the bandwidth of the download.
2013-04-10 David ‘Bombe’ RodenAdd method to determine whether a connection represents...
2013-04-10 David ‘Bombe’ RodenAdd DCC receiver.
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-08 David ‘Bombe’ RodenAdd message cleaner.
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 events for messages.
2013-04-07 David ‘Bombe’ RodenAdd basic IRC framework.
2013-04-07 David ‘Bombe’ RodenOverride Object.toString() to recreate the original...
2013-04-06 David ‘Bombe’ RodenUse a source in the reply.
2013-04-06 David ‘Bombe’ RodenOverride Object.equals().
2013-04-06 David ‘Bombe’ RodenAdd class for reply source information.
2013-04-06 David ‘Bombe’ RodenAdd class for replies.