Use a connection factory instead of a connection builder.
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / main / Main.java
2014-11-17 David ‘Bombe’ RodenUse a connection factory instead of a connection builder.
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’ RodenMake it possible to give the configuration file locatio...
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.