Add method to add peer by noderef
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpReplySequence.java
2015-07-10 David ‘Bombe’ RodenHandle connection failures in the reply sequence
2015-07-10 David ‘Bombe’ RodenIgnore identifier when consuming unknown messages
2015-07-10 David ‘Bombe’ RodenDon’t let clients handle connection failures
2015-07-10 David ‘Bombe’ RodenParse CloseConnectionDuplicateClientName without identifier
2015-07-10 David ‘Bombe’ RodenIn an FCP reply sequence, only match replies with the...
2015-07-09 David ‘Bombe’ RodenAllow the reply sequence to initiate own messages
2015-07-08 David ‘Bombe’ RodenRemove debug code
2015-07-08 David ‘Bombe’ RodenUse listenable future instead of plain ones
2015-07-05 David ‘Bombe’ RodenRework FcpReplySequence into an abstract base class
2015-06-27 David ‘Bombe’ RodenAdd new “quelaton” FCP client API