Remove currently unused parameter from event.
[xudocci.git] / src /
2013-05-02 David ‘Bombe’ RodenDebug-log every single message.
2013-05-02 David ‘Bombe’ RodenHandle connection creation failure.
2013-05-02 David ‘Bombe’ RodenAdd possibility to disconnect all connections at once.
2013-05-02 David ‘Bombe’ RodenMake copies of lists before iterating.
2013-05-02 David ‘Bombe’ RodenAdd bandwidth counting output stream.
2013-05-02 David ‘Bombe’ RodenSend download failed event if we received less bytes...
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’ RodenPrevent NPEs when the download hasn’t started yet.
2013-04-26 David ‘Bombe’ RodenAdd commands to show the current connections and close...
2013-04-26 David ‘Bombe’ RodenAdd methods to close the connection.
2013-04-18 David ‘Bombe’ RodenFix imports.
2013-04-18 David ‘Bombe’ RodenFix message.
2013-04-18 David ‘Bombe’ RodenFix constructor.
2013-04-18 David ‘Bombe’ RodenIgnore fetches for a file we are already downloading.
2013-04-18 David ‘Bombe’ RodenStore downloads differently.
2013-04-18 David ‘Bombe’ RodenShow whether a download has already started.
2013-04-18 David ‘Bombe’ RodenMake class thread-safe.
2013-04-18 David ‘Bombe’ RodenAdd predicate that identifies running downloads.
2013-04-18 David ‘Bombe’ RodenOverride hashCode() and equals().
2013-04-16 David ‘Bombe’ RodenRemove downloads correctly.
2013-04-16 David ‘Bombe’ RodenRepost notices to the console.
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’ RodenRemove write() methods to prevent mulitple flush()s...
2013-04-14 David ‘Bombe’ RodenShow only the name of the pack, not the real file name.
2013-04-14 David ‘Bombe’ RodenRemove all network-related data if the network is disco...
2013-04-14 David ‘Bombe’ RodenLet the core verify each minute that all configured...
2013-04-14 David ‘Bombe’ RodenMove network connecting into its own method.
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.
next