Add commands to show the current connections and close them.
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / ui / stdin / CommandReader.java
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.