Add uptime command
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / ui / stdin / CommandReader.java
2015-02-23 David ‘Bombe’ RodenAdd uptime command
2014-10-18 David ‘Bombe’ RodenFlush output after every command.
2014-01-27 David ‘Bombe’ RodenReset line suppression when a command is received.
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’ RodenSquelch duplicate log 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’ RodenColourize output.
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-08-13 David ‘Bombe’ RodenAdd missing javadoc.
2013-08-13 David ‘Bombe’ RodenStore last displayed elements in a custom state object.
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’ 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’ RodenAdd possibility to disconnect all connections at once.
2013-05-02 David ‘Bombe’ RodenMake copies of lists before iterating.
2013-04-26 David ‘Bombe’ RodenAdd commands to show the current connections and close...
2013-04-18 David ‘Bombe’ RodenShow whether a download has already started.
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-11 David ‘Bombe’ RodenWrite generic messages to the console.
2013-04-11 David ‘Bombe’ RodenShow received messages on the console.
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’ RodenFormat overall download rate correctly.
2013-04-11 David ‘Bombe’ RodenNotify the user when a download starts or finishes.
2013-04-11 David ‘Bombe’ RodenRename methods.
2013-04-10 David ‘Bombe’ RodenShow bandwidth in DCC information.
2013-04-10 David ‘Bombe’ RodenAdd “stats” command.
2013-04-10 David ‘Bombe’ RodenAdd “get” command to command reader.
2013-04-10 David ‘Bombe’ RodenAdd command to show active DCC receivers.
2013-04-09 David ‘Bombe’ RodenWrite output to a given writer, not only stdout.
2013-04-09 David ‘Bombe’ RodenSort results permanently.
2013-04-09 David ‘Bombe’ RodenMake an empty line repeat the last command.
2013-04-09 David ‘Bombe’ RodenAdd command reader.