xudocci.git
2014-01-05 David ‘Bombe... Switch to Java 1.8.
2014-01-05 David ‘Bombe... Switch from TestNG back to JUnit.
2014-01-05 David ‘Bombe... Add mockito dependency.
2013-10-18 David ‘Bombe... Remove references to non-working telnet interface.
2013-10-18 David ‘Bombe... Make port configurable.
2013-10-18 David ‘Bombe... Add Jackson dependency.
2013-10-18 David ‘Bombe... Add main class.
2013-10-18 David ‘Bombe... Add configuration data container.
2013-10-18 David ‘Bombe... Colourize output.
2013-10-18 David ‘Bombe... Show running downloads first.
2013-10-18 David ‘Bombe... Sort bots with running transfers last.
2013-10-18 David ‘Bombe... Add ANSI colouring class.
2013-10-02 David ‘Bombe... Add progress bar to download listing.
2013-09-24 David ‘Bombe... List bots with active downloads last.
2013-09-06 David ‘Bombe... Move time formatting to command reader; use function...
2013-09-06 David ‘Bombe... Split command reader into separate commands.
2013-09-06 David ‘Bombe... Don’t forget to subscribe to ConnectionFailed events.
2013-09-06 David ‘Bombe... Add method to return all connected networks.
2013-09-06 David ‘Bombe... Add method to return all defined networks.
2013-08-20 David ‘Bombe... Only remove the download immediately if there is no...
2013-08-13 David ‘Bombe... Add missing javadoc.
2013-08-13 David ‘Bombe... Store last displayed elements in a custom state object.
2013-08-10 David ‘Bombe... Remove message when bot is removed.
2013-08-10 David ‘Bombe... Post messages when connecting to a network.
2013-08-10 David ‘Bombe... Catch exceptions when trying to join channels.
2013-08-10 David ‘Bombe... Add configuration for exec plugin.
2013-08-10 David ‘Bombe... Add configuration for jar plugin.
2013-08-09 David ‘Bombe... Fix cancelling downloads.
2013-08-09 David ‘Bombe... Store the current list of downloads.
2013-08-08 David ‘Bombe... Add possibility to cancel a running download.
2013-08-08 David ‘Bombe... Show estimated time left on running downloads.
2013-08-08 David ‘Bombe... Show downloads sorted by name and status.
2013-08-08 David ‘Bombe... Add comparators for sorting downloads.
2013-08-08 David ‘Bombe... Chain the three comparators.
2013-08-08 David ‘Bombe... Add result comparator that sorts by pack names.
2013-08-08 David ‘Bombe... Compare results, not the bot names.
2013-08-08 David ‘Bombe... Add comparator that uses the “isArchive” predicate.
2013-08-08 David ‘Bombe... Set socket timeout to 3 minutes in the DCC receiver...
2013-08-08 David ‘Bombe... Close the socket correctly.
2013-08-08 David ‘Bombe... Set timeout of 3 minutes for the socket.
2013-08-08 David ‘Bombe... Prevent NPE on closing.
2013-08-08 David ‘Bombe... Sort search results by pack and bot name.
2013-05-02 David ‘Bombe... Configure maven’s compiler plugin to use Java 1.6.
2013-05-02 David ‘Bombe... Set source encoding to UTF-8.
2013-05-02 David ‘Bombe... Debug-log every single message.
2013-05-02 David ‘Bombe... Handle connection creation failure.
2013-05-02 David ‘Bombe... Add possibility to disconnect all connections at once.
2013-05-02 David ‘Bombe... Make copies of lists before iterating.
2013-05-02 David ‘Bombe... Add bandwidth counting output stream.
2013-05-02 David ‘Bombe... Send download failed event if we received less bytes...
2013-05-02 David ‘Bombe... Send event for every received reply.
2013-05-02 David ‘Bombe... Prevent missing length from throwing an NPE.
2013-05-02 David ‘Bombe... Send connection closed event when a runtime exception...
2013-05-02 David ‘Bombe... Fix javadoc.
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.
next