Remove connection when it’s not established so that it can be retried.
[xudocci.git] / src /
2013-04-10 David ‘Bombe’ RodenMake DCC receiver responsive to stop() requests.
2013-04-10 David ‘Bombe’ RodenShow bandwidth in DCC information.
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’ RodenExpose the current rate over the maximum lifetime.
2013-04-10 David ‘Bombe’ RodenAdd input stream that counts its consumed bandwidth.
2013-04-10 David ‘Bombe’ RodenAdd counter for accumulating data.
2013-04-10 David ‘Bombe’ RodenAdd “stats” command.
2013-04-10 David ‘Bombe’ RodenKeep track of extra channels.
2013-04-10 David ‘Bombe’ RodenKeep track of joined channels.
2013-04-10 David ‘Bombe’ RodenAdd method to get the configured channel for a channel...
2013-04-10 David ‘Bombe’ RodenExpose currently joined channels.
2013-04-10 David ‘Bombe’ RodenMake channels work correctly in maps and sets.
2013-04-10 David ‘Bombe’ RodenExpose all configured channels.
2013-04-10 David ‘Bombe’ RodenAdd method to determine whether a connection represents...
2013-04-10 David ‘Bombe’ RodenInitiate the download when being offered a file.
2013-04-10 David ‘Bombe’ RodenAdd “get” command to command reader.
2013-04-10 David ‘Bombe’ RodenAdd command to initiate a download from a bot.
2013-04-10 David ‘Bombe’ RodenAdd command to show active DCC receivers.
2013-04-10 David ‘Bombe’ RodenExpose DCC receivers from core.
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’ RodenAdd network adapter.
2013-04-09 David ‘Bombe’ RodenWrite output to a given writer, not only stdout.
2013-04-09 David ‘Bombe’ RodenSort results permanently.
2013-04-09 David ‘Bombe’ RodenExtract message into its own variable.
2013-04-09 David ‘Bombe’ RodenMake an empty line repeat the last command.
2013-04-09 David ‘Bombe’ RodenMake a bot deliver all its packs when it’s being iterat...
2013-04-09 David ‘Bombe’ RodenExpose all currently known bots.
2013-04-09 David ‘Bombe’ RodenAdd command reader.
2013-04-08 David ‘Bombe’ RodenSend event when a bot is added.
2013-04-08 David ‘Bombe’ RodenSend event when the core is started.
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’ RodenSimplify equals().
2013-04-08 David ‘Bombe’ RodenEnsure that name is always != null.
2013-04-08 David ‘Bombe’ RodenOverride equals() and hashCode().
2013-04-08 David ‘Bombe’ RodenCompare correct objects.
2013-04-08 David ‘Bombe’ RodenAdd current state of core.
2013-04-08 David ‘Bombe’ RodenAdd bots and packs.
2013-04-08 David ‘Bombe’ RodenAdd channel container.
2013-04-08 David ‘Bombe’ RodenAdd network and server container.
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.