Use log4j for logging.
[xudocci.git] / src / main / java / net / pterodactylus / irc / DccReceiver.java
2014-10-15 David ‘Bombe’ RodenUse log4j for logging.
2013-08-08 David ‘Bombe’ RodenSet socket timeout to 3 minutes in the DCC receiver...
2013-05-02 David ‘Bombe’ RodenSend download failed event if we received less bytes...
2013-04-26 David ‘Bombe’ RodenPrevent NPEs when the download hasn’t started yet.
2013-04-13 David ‘Bombe’ RodenAllow the download to start at an arbitrary position.
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’ 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 DCC receiver.