Move nick changes into simple command handler.
[xudocci.git] / src / main / java / net / pterodactylus / xdcc /
2014-10-18 David ‘Bombe’ RodenReturn an unmodified state.
2014-10-18 David ‘Bombe’ RodenFlush output after every command.
2014-10-18 David ‘Bombe’ RodenFix output of stats command for missing joined or force...
2014-10-18 David ‘Bombe’ RodenTreat non-existing list of bots as an offer of 0 packs.
2014-10-18 David ‘Bombe’ RodenFix message.
2014-10-18 David ‘Bombe’ RodenExtend stats command.
2014-10-17 David ‘Bombe’ RodenDon’t log disconnects from networks we weren’t really...
2014-10-17 David ‘Bombe’ RodenSimplify code.
2014-10-17 David ‘Bombe’ RodenLog message if we failed to join a channel we didn...
2014-10-17 David ‘Bombe’ RodenOnly try to re-join banned channels once a day.
2014-10-17 David ‘Bombe’ RodenDon’t try to join channels that require a registration...
2014-10-17 David ‘Bombe’ RodenFormat printed channels nicely.
2014-10-16 David ‘Bombe’ RodenDon’t expose the complete reply object from the notice...
2014-10-15 David ‘Bombe’ RodenRemove channel from joined channels when we were kicked.
2014-10-15 David ‘Bombe’ RodenAdd missing import.
2014-10-15 David ‘Bombe’ RodenLog message if a channel could not be joined.
2014-10-15 David ‘Bombe’ RodenCheck if we have been kicked and send message if so.
2014-10-15 David ‘Bombe’ RodenRemove old logger configuration.
2014-10-15 David ‘Bombe’ RodenDon’t start a command reader on stdin/stdout.
2014-10-15 David ‘Bombe’ RodenUse log4j for logging.
2014-10-15 David ‘Bombe’ RodenMake it possible to give the configuration file locatio...
2014-04-29 David ‘Bombe’ RodenUse static import.
2014-01-27 David ‘Bombe’ RodenReset line suppression when a command is received.
2014-01-27 David ‘Bombe’ RodenAdd method that allows to reset the line suppression.
2014-01-21 David ‘Bombe’ RodenSort repacks to the front.
2014-01-21 David ‘Bombe’ RodenRework bot sorting logic.
2014-01-21 David ‘Bombe’ RodenUse Java 8’s predicate instead of Guava’s.
2014-01-21 David ‘Bombe’ RodenOnly create the search parameters once per search.
2014-01-20 David ‘Bombe’ RodenUse regular expressions to match filenames.
2014-01-20 David ‘Bombe’ RodenEncapsulate search parameters.
2014-01-15 David ‘Bombe’ RodenRemove failed downloads when a download finishes.
2014-01-07 David ‘Bombe’ RodenMove writer to util.io package.
2014-01-06 David ‘Bombe’ RodenFlush writer.
2014-01-06 David ‘Bombe’ RodenSquelch duplicate log lines.
2014-01-06 David ‘Bombe’ RodenAdd writer that squelches duplicate lines.
2014-01-06 David ‘Bombe’ RodenOnly store the failed downloads.
2014-01-05 David ‘Bombe’ RodenAdd possibility to restart/research failed downloads.
2013-10-18 David ‘Bombe’ RodenRemove references to non-working telnet interface.
2013-10-18 David ‘Bombe’ RodenMake port configurable.
2013-10-18 David ‘Bombe’ RodenAdd main class.
2013-10-18 David ‘Bombe’ RodenAdd configuration data container.
2013-10-18 David ‘Bombe’ RodenColourize output.
2013-10-18 David ‘Bombe’ RodenShow running downloads first.
2013-10-18 David ‘Bombe’ RodenSort bots with running transfers last.
2013-10-18 David ‘Bombe’ RodenAdd ANSI colouring class.
2013-10-02 David ‘Bombe’ RodenAdd progress bar to download listing.
2013-09-24 David ‘Bombe’ RodenList bots with active downloads last.
2013-09-06 David ‘Bombe’ RodenMove time formatting to command reader; use function...
2013-09-06 David ‘Bombe’ RodenSplit command reader into separate commands.
2013-09-06 David ‘Bombe’ RodenDon’t forget to subscribe to ConnectionFailed events.
2013-09-06 David ‘Bombe’ RodenAdd method to return all connected networks.
2013-09-06 David ‘Bombe’ RodenAdd method to return all defined networks.
2013-08-20 David ‘Bombe’ RodenOnly remove the download immediately if there is no...
2013-08-13 David ‘Bombe’ RodenAdd missing javadoc.
2013-08-13 David ‘Bombe’ RodenStore last displayed elements in a custom state object.
2013-08-10 David ‘Bombe’ RodenRemove message when bot is removed.
2013-08-10 David ‘Bombe’ RodenPost messages when connecting to a network.
2013-08-10 David ‘Bombe’ RodenCatch exceptions when trying to join channels.
2013-08-09 David ‘Bombe’ RodenFix cancelling downloads.
2013-08-09 David ‘Bombe’ RodenStore the current list of downloads.
2013-08-08 David ‘Bombe’ RodenAdd possibility to cancel a running download.
2013-08-08 David ‘Bombe’ RodenShow estimated time left on running downloads.
2013-08-08 David ‘Bombe’ RodenShow downloads sorted by name and status.
2013-08-08 David ‘Bombe’ RodenAdd comparators for sorting downloads.
2013-08-08 David ‘Bombe’ RodenChain the three comparators.
2013-08-08 David ‘Bombe’ RodenAdd result comparator that sorts by pack names.
2013-08-08 David ‘Bombe’ RodenCompare results, not the bot names.
2013-08-08 David ‘Bombe’ RodenAdd comparator that uses the “isArchive” predicate.
2013-08-08 David ‘Bombe’ RodenSort search results by pack and bot name.
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-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-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’ RodenRename a bot if its 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-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...
next