xudocci.git
2014-10-16 David ‘Bombe... Process handlers generically.
2014-10-16 David ‘Bombe... Only handle replies if the connection has not been...
2014-10-16 David ‘Bombe... Add handler for when a channel can not be joined.
2014-10-16 David ‘Bombe... Add missing handler interface.
2014-10-16 David ‘Bombe... Move connection establishing logic into its own handler.
2014-10-16 David ‘Bombe... Compare command case-insensitively.
2014-10-15 David ‘Bombe... Show reason if channel can not be joined because the...
2014-10-15 David ‘Bombe... Remove channel from joined channels when we were kicked.
2014-10-15 David ‘Bombe... Add missing import.
2014-10-15 David ‘Bombe... Log message if a channel could not be joined.
2014-10-15 David ‘Bombe... Check if we have been kicked and send message if so.
2014-10-15 David ‘Bombe... Parse KICK command and send appropriate event.
2014-10-15 David ‘Bombe... Remove old logger configuration.
2014-10-15 David ‘Bombe... Don’t start a command reader on stdin/stdout.
2014-10-15 David ‘Bombe... Use correct Main-Class attribute.
2014-10-15 David ‘Bombe... Remove configuration for Freenet plugin.
2014-10-15 David ‘Bombe... Actually use the correct main class.
2014-10-15 David ‘Bombe... Use log4j for logging.
2014-10-15 David ‘Bombe... Add descriptor for creating all-in-one-jar.
2014-10-15 David ‘Bombe... Make it possible to give the configuration file locatio...
2014-04-30 David ‘Bombe... Add test for remove every kind of formatting.
2014-04-30 David ‘Bombe... Iterate over the characters of a String like a sane...
2014-04-30 David ‘Bombe... Improve test case to cover more cases.
2014-04-29 David ‘Bombe... Try to fix jacoco once more.
2014-04-29 David ‘Bombe... Try to fix jacoco plugin.
2014-04-29 David ‘Bombe... Add JaCoCo coverage plugin.
2014-04-29 David ‘Bombe... Use static import.
2014-04-29 David ‘Bombe... Refactoring and cleanups.
2014-04-29 David ‘Bombe... Add cleaning for reverse, underline, and italic formatting.
2014-03-22 David ‘Bombe... Don’t use TestNG’s Test.
2014-01-27 David ‘Bombe... Reset line suppression when a command is received.
2014-01-27 David ‘Bombe... Add method that allows to reset the line suppression.
2014-01-21 David ‘Bombe... Sort repacks to the front.
2014-01-21 David ‘Bombe... Rework bot sorting logic.
2014-01-21 David ‘Bombe... Use Java 8’s predicate instead of Guava’s.
2014-01-21 David ‘Bombe... Only create the search parameters once per search.
2014-01-20 David ‘Bombe... Use regular expressions to match filenames.
2014-01-20 David ‘Bombe... Encapsulate search parameters.
2014-01-15 David ‘Bombe... Remove failed downloads when a download finishes.
2014-01-07 David ‘Bombe... Move writer to util.io package.
2014-01-06 David ‘Bombe... Flush writer.
2014-01-06 David ‘Bombe... Squelch duplicate log lines.
2014-01-06 David ‘Bombe... Add writer that squelches duplicate lines.
2014-01-06 David ‘Bombe... Only store the failed downloads.
2014-01-05 David ‘Bombe... Configure compiler plugin to use UTF-8.
2014-01-05 David ‘Bombe... Add possibility to restart/research failed downloads.
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.
next