xudocci.git
2013-05-02 David ‘Bombe... Expose input and output rate of connection.
2013-05-02 David ‘Bombe... Expost hostname and port number.
2013-04-26 David ‘Bombe... Prevent NPEs when the download hasn’t started yet.
2013-04-26 David ‘Bombe... Add commands to show the current connections and close...
2013-04-26 David ‘Bombe... Add methods to close the connection.
2013-04-18 David ‘Bombe... Fix imports.
2013-04-18 David ‘Bombe... Fix message.
2013-04-18 David ‘Bombe... Fix constructor.
2013-04-18 David ‘Bombe... Ignore fetches for a file we are already downloading.
2013-04-18 David ‘Bombe... Store downloads differently.
2013-04-18 David ‘Bombe... Show whether a download has already started.
2013-04-18 David ‘Bombe... Make class thread-safe.
2013-04-18 David ‘Bombe... Add predicate that identifies running downloads.
2013-04-18 David ‘Bombe... Override hashCode() and equals().
2013-04-16 David ‘Bombe... Remove downloads correctly.
2013-04-16 David ‘Bombe... Repost notices to the console.
2013-04-16 David ‘Bombe... Handle CTCP in notices, too.
2013-04-16 David ‘Bombe... Move CTCP handling into its own method.
2013-04-16 David ‘Bombe... Move connection handling to end of loop.
2013-04-14 David ‘Bombe... Remove write() methods to prevent mulitple flush()s...
2013-04-14 David ‘Bombe... Show only the name of the pack, not the real file name.
2013-04-14 David ‘Bombe... Remove all network-related data if the network is disco...
2013-04-14 David ‘Bombe... Let the core verify each minute that all configured...
2013-04-14 David ‘Bombe... Move network connecting into its own method.
2013-04-14 David ‘Bombe... Expose whether the connection is established.
2013-04-14 David ‘Bombe... Send an event if the connection is terminated for whate...
2013-04-14 David ‘Bombe... Rename a bot if its nickname changes.
2013-04-14 David ‘Bombe... Send event when a client’s nickname changes.
2013-04-13 David ‘Bombe... Show a message when a bot has left a channel.
2013-04-13 David ‘Bombe... Show a message when a bot has quit IRC.
2013-04-13 David ‘Bombe... Resume a download if a partial file already exists...
2013-04-13 David ‘Bombe... Add generic error message event.
2013-04-13 David ‘Bombe... Allow the download to start at an arbitrary position.
2013-04-13 David ‘Bombe... Handle DCC resume functionality.
2013-04-12 David ‘Bombe... Treat the part message as optional.
2013-04-11 David ‘Bombe... Write generic messages to the console.
2013-04-11 David ‘Bombe... Remove a bot when it quits.
2013-04-11 David ‘Bombe... Remove bots when they leave the channel; handle our...
2013-04-11 David ‘Bombe... Send event when a client parts a channel.
2013-04-11 David ‘Bombe... Keep the order of the DCC receivers.
2013-04-11 David ‘Bombe... Remove downloads when they have finished, too.
2013-04-11 David ‘Bombe... Show received messages on the console.
2013-04-11 David ‘Bombe... Ignore case of channel names when locating the channel.
2013-04-11 David ‘Bombe... Remove DCCs when finished.
2013-04-11 David ‘Bombe... Send private messages to listeners.
2013-04-11 David ‘Bombe... Add convenience methods for writing and flushing.
2013-04-11 David ‘Bombe... Notify user when a download fails.
2013-04-11 David ‘Bombe... Prevent NPE when socket could not be created.
2013-04-11 David ‘Bombe... Fix moving of download to final directory.
2013-04-11 David ‘Bombe... Notify all listeners when a download failes.
2013-04-11 David ‘Bombe... Add TestNG as test dependency.
2013-04-11 David ‘Bombe... Format overall download rate correctly.
2013-04-11 David ‘Bombe... Make the correct class abstract.
2013-04-11 David ‘Bombe... Add methods to configure multiple ports with one method...
2013-04-11 David ‘Bombe... Notify the user when a download starts or finishes.
2013-04-11 David ‘Bombe... Register all command readers with the event bus.
2013-04-11 David ‘Bombe... Add container for download data.
2013-04-11 David ‘Bombe... Send events when downloads start and finish.
2013-04-11 David ‘Bombe... Move download to final location when it has finished.
2013-04-11 David ‘Bombe... Store download-related stuff in the download.
2013-04-11 David ‘Bombe... Ignore unrequested downloads.
2013-04-11 David ‘Bombe... Store all downloads.
2013-04-11 David ‘Bombe... Add fields for temporary and final download directories.
2013-04-11 David ‘Bombe... Send events from the DCC receiver.
2013-04-11 David ‘Bombe... Add events for DCC downloads.
2013-04-11 David ‘Bombe... Rename methods.
2013-04-10 David ‘Bombe... Flush the output stream after all bytes have been read.
2013-04-10 David ‘Bombe... Only download as much bytes as advertised.
2013-04-10 David ‘Bombe... Make DCC receiver responsive to stop() requests.
2013-04-10 David ‘Bombe... Show bandwidth in DCC information.
2013-04-10 David ‘Bombe... Declare I/O exceptions to be thrown.
2013-04-10 David ‘Bombe... Measure and expose the bandwidth of the download.
2013-04-10 David ‘Bombe... Expose the current rate over the maximum lifetime.
2013-04-10 David ‘Bombe... Add input stream that counts its consumed bandwidth.
2013-04-10 David ‘Bombe... Add counter for accumulating data.
2013-04-10 David ‘Bombe... Add “stats” command.
2013-04-10 David ‘Bombe... Keep track of extra channels.
2013-04-10 David ‘Bombe... Keep track of joined channels.
2013-04-10 David ‘Bombe... Add method to get the configured channel for a channel...
2013-04-10 David ‘Bombe... Expose currently joined channels.
2013-04-10 David ‘Bombe... Make channels work correctly in maps and sets.
2013-04-10 David ‘Bombe... Expose all configured channels.
2013-04-10 David ‘Bombe... Add method to determine whether a connection represents...
2013-04-10 David ‘Bombe... Initiate the download when being offered a file.
2013-04-10 David ‘Bombe... Add “get” command to command reader.
2013-04-10 David ‘Bombe... Add command to initiate a download from a bot.
2013-04-10 David ‘Bombe... Add command to show active DCC receivers.
2013-04-10 David ‘Bombe... Expose DCC receivers from core.
2013-04-10 David ‘Bombe... Add DCC receiver.
2013-04-10 David ‘Bombe... Parse DCC SEND messages and send events for it.
2013-04-10 David ‘Bombe... Add method to parse an IP address from a DCC command.
2013-04-10 David ‘Bombe... Add method to send messages.
2013-04-09 David ‘Bombe... Use map and set creators from Guava.
2013-04-09 David ‘Bombe... Add network adapter.
2013-04-09 David ‘Bombe... Write output to a given writer, not only stdout.
2013-04-09 David ‘Bombe... Sort results permanently.
2013-04-09 David ‘Bombe... Extract message into its own variable.
2013-04-09 David ‘Bombe... Rename project to xudocci.
2013-04-09 David ‘Bombe... Make an empty line repeat the last command.
2013-04-09 David ‘Bombe... Make a bot deliver all its packs when it’s being iterat...
next