Add missing import.
[xudocci.git] / src /
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’ RodenRename a bot if its nickname changes.
2013-04-14 David ‘Bombe’ RodenSend event when a client’s nickname changes.
2013-04-13 David ‘Bombe’ RodenShow a message when a bot has left a channel.
2013-04-13 David ‘Bombe’ RodenShow a message when a bot has quit IRC.
2013-04-13 David ‘Bombe’ RodenResume a download if a partial file already exists...
2013-04-13 David ‘Bombe’ RodenAdd generic error message event.
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’ RodenWrite generic messages to the console.
2013-04-11 David ‘Bombe’ RodenRemove a bot when it quits.
2013-04-11 David ‘Bombe’ RodenRemove bots when they leave the channel; handle our...
2013-04-11 David ‘Bombe’ RodenSend event when a client parts a channel.
2013-04-11 David ‘Bombe’ RodenKeep the order of the DCC receivers.
2013-04-11 David ‘Bombe’ RodenRemove downloads when they have finished, too.
2013-04-11 David ‘Bombe’ RodenShow received messages on the console.
2013-04-11 David ‘Bombe’ RodenIgnore case of channel names when locating the channel.
2013-04-11 David ‘Bombe’ RodenRemove DCCs when finished.
2013-04-11 David ‘Bombe’ RodenSend private messages to listeners.
2013-04-11 David ‘Bombe’ RodenAdd convenience methods for writing and flushing.
2013-04-11 David ‘Bombe’ RodenNotify user when a download fails.
2013-04-11 David ‘Bombe’ RodenPrevent NPE when socket could not be created.
2013-04-11 David ‘Bombe’ RodenFix moving of download to final directory.
2013-04-11 David ‘Bombe’ RodenNotify all listeners when a download failes.
2013-04-11 David ‘Bombe’ RodenFormat overall download rate correctly.
2013-04-11 David ‘Bombe’ RodenMake the correct class abstract.
2013-04-11 David ‘Bombe’ RodenAdd methods to configure multiple ports with one method...
2013-04-11 David ‘Bombe’ RodenNotify the user when a download starts or finishes.
2013-04-11 David ‘Bombe’ RodenRegister all command readers with the event bus.
2013-04-11 David ‘Bombe’ RodenAdd container for download data.
2013-04-11 David ‘Bombe’ RodenSend events when downloads start and finish.
2013-04-11 David ‘Bombe’ RodenMove download to final location when it has finished.
2013-04-11 David ‘Bombe’ RodenStore download-related stuff in the download.
2013-04-11 David ‘Bombe’ RodenIgnore unrequested downloads.
2013-04-11 David ‘Bombe’ RodenStore all downloads.
2013-04-11 David ‘Bombe’ RodenAdd fields for temporary and final download directories.
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’ 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.
next