🚧 Parse token from DCC SEND
[xudocci.git] / src / main / java / net / pterodactylus / irc / DefaultConnection.java
2021-11-06 David ‘Bombe’ Roden🔀 Merge remote-tracking branch 'origin/master'
2021-09-25 David ‘Bombe’ Roden🎨 Make field final
2021-09-25 David ‘Bombe’ Roden🎨 Use method reference instead of anonymous class
2015-08-10 David ‘Bombe’ RodenImprove logging
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.