xudocci.git
2014-12-22 David ‘Bombe... Remove channel we’re kicked from from the correct colle...
2014-12-22 David ‘Bombe... Remove correct extra channel after being kicked.
2014-11-17 David ‘Bombe... Add test for network without servers.
2014-11-17 David ‘Bombe... Shut down core after the test.
2014-11-17 David ‘Bombe... Verify we shouldn't be running anymore after being...
2014-11-17 David ‘Bombe... Trigger the shutdown correctly.
2014-11-17 David ‘Bombe... Use separate object for syncing the shutdown.
2014-11-17 David ‘Bombe... Add first test for the core.
2014-11-17 David ‘Bombe... Extract connection interface.
2014-11-17 David ‘Bombe... Use a connection factory instead of a connection builder.
2014-11-17 David ‘Bombe... Remove all bots from a channel if we can’t (re-)join...
2014-11-17 David ‘Bombe... Store a bot’s channel.
2014-10-22 David ‘Bombe... Remove check for empty topic message.
2014-10-22 David ‘Bombe... Move kick handling into the simple command handler.
2014-10-22 David ‘Bombe... Move quit handling into simple command handler.
2014-10-22 David ‘Bombe... Move part handling into simple command handler.
2014-10-22 David ‘Bombe... Move topic handling into the simple command handler.
2014-10-22 David ‘Bombe... Move event sending into the command handler.
2014-10-22 David ‘Bombe... Move join handling into simple command handler.
2014-10-22 David ‘Bombe... Move nick changes into simple command handler.
2014-10-22 David ‘Bombe... Use a simple command handler for simple commands.
2014-10-22 David ‘Bombe... Remove currently unused parameter from event.
2014-10-19 David ‘Bombe... Move handling of the nicks sent on JOIN to its own...
2014-10-18 David ‘Bombe... Use only a single place to decide if a message is CTCP.
2014-10-18 David ‘Bombe... Add unit test for CTCP handler; refactor CTCP handler.
2014-10-18 David ‘Bombe... Add unit test for connection-established handler.
2014-10-18 David ‘Bombe... Move reply mocking into its own helper class.
2014-10-18 David ‘Bombe... Return an unmodified state.
2014-10-18 David ‘Bombe... Flush output after every command.
2014-10-18 David ‘Bombe... Fix output of stats command for missing joined or force...
2014-10-18 David ‘Bombe... Treat non-existing list of bots as an offer of 0 packs.
2014-10-18 David ‘Bombe... Fix message.
2014-10-18 David ‘Bombe... Extend stats command.
2014-10-17 David ‘Bombe... Add unit test for the channel-not-joined handler.
2014-10-17 David ‘Bombe... Don’t log disconnects from networks we weren’t really...
2014-10-17 David ‘Bombe... Simplify code.
2014-10-17 David ‘Bombe... Log message if we failed to join a channel we didn...
2014-10-17 David ‘Bombe... Only try to re-join banned channels once a day.
2014-10-17 David ‘Bombe... Don’t try to join channels that require a registration...
2014-10-17 David ‘Bombe... Format printed channels nicely.
2014-10-16 David ‘Bombe... Use dedicated handlers for normal messages and for...
2014-10-16 David ‘Bombe... Swap parameters of event.
2014-10-16 David ‘Bombe... Don’t expose the complete reply object from the notice...
2014-10-16 David ‘Bombe... Clean up imports.
2014-10-16 David ‘Bombe... Add handler for parsing channel and nickname prefixes.
2014-10-16 David ‘Bombe... Use a handler for the MOTD.
2014-10-16 David ‘Bombe... Don’t store connection status anymore.
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.
next