Show timestamp of next connect attempt.
[xudocci.git] / src /
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’ RodenSet socket timeout to 3 minutes in the DCC receiver...
2013-08-08 David ‘Bombe’ RodenClose the socket correctly.
2013-08-08 David ‘Bombe’ RodenSet timeout of 3 minutes for the socket.
2013-08-08 David ‘Bombe’ RodenPrevent NPE on closing.
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-05-02 David ‘Bombe’ RodenSend download failed event if we received less bytes...
2013-05-02 David ‘Bombe’ RodenSend event for every received reply.
2013-05-02 David ‘Bombe’ RodenPrevent missing length from throwing an NPE.
2013-05-02 David ‘Bombe’ RodenSend connection closed event when a runtime exception...
2013-05-02 David ‘Bombe’ RodenFix javadoc.
2013-05-02 David ‘Bombe’ RodenExpose input and output rate of connection.
2013-05-02 David ‘Bombe’ RodenExpost hostname and port number.
2013-04-26 David ‘Bombe’ RodenPrevent NPEs when the download hasn’t started yet.
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-16 David ‘Bombe’ RodenHandle CTCP in notices, too.
2013-04-16 David ‘Bombe’ RodenMove CTCP handling into its own method.
2013-04-16 David ‘Bombe’ RodenMove connection handling to end of loop.
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’ RodenExpose whether the connection is established.
2013-04-14 David ‘Bombe’ RodenSend an event if the connection is terminated for whate...
2013-04-14 David ‘Bombe’ RodenRename a bot if its nickname changes.
2013-04-14 David ‘Bombe’ RodenSend event when a client’s 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-13 David ‘Bombe’ RodenAllow the download to start at an arbitrary position.
2013-04-13 David ‘Bombe’ RodenHandle DCC resume functionality.
2013-04-12 David ‘Bombe’ RodenTreat the part message as optional.
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...
2013-04-11 David ‘Bombe’ RodenSend event when a client parts a channel.
2013-04-11 David ‘Bombe’ RodenKeep the order of the DCC receivers.
2013-04-11 David ‘Bombe’ RodenRemove downloads when they have finished, too.
2013-04-11 David ‘Bombe’ RodenShow received messages on the console.
2013-04-11 David ‘Bombe’ RodenIgnore case of channel names when locating the channel.
2013-04-11 David ‘Bombe’ RodenRemove DCCs when finished.
2013-04-11 David ‘Bombe’ RodenSend private messages to listeners.
2013-04-11 David ‘Bombe’ RodenAdd convenience methods for writing and flushing.
2013-04-11 David ‘Bombe’ RodenNotify user when a download fails.
2013-04-11 David ‘Bombe’ RodenPrevent NPE when socket could not be created.
2013-04-11 David ‘Bombe’ RodenFix moving of download to final directory.
2013-04-11 David ‘Bombe’ RodenNotify all listeners when a download failes.
2013-04-11 David ‘Bombe’ RodenFormat overall download rate correctly.
2013-04-11 David ‘Bombe’ RodenMake the correct class abstract.
2013-04-11 David ‘Bombe’ RodenAdd methods to configure multiple ports with one method...
2013-04-11 David ‘Bombe’ RodenNotify the user when a download starts or finishes.
2013-04-11 David ‘Bombe’ RodenRegister all command readers with the event bus.
next