Add toString() method to default connection
[xudocci.git] / src / main / java / net / pterodactylus / irc / DefaultConnection.java
2015-08-10 David ‘Bombe’ RodenAdd toString() method to default connection
2015-04-27 David ‘Bombe’ RodenEscape the input, not the output
2015-04-27 David ‘Bombe’ RodenPrint escape characters to logger
2015-02-23 David ‘Bombe’ RodenExpose connection uptime
2015-02-23 David ‘Bombe’ RodenUse Optional from java.util, not Guava
2014-11-17 David ‘Bombe’ RodenExtract connection interface.