Add flag to GetNode command to include volatile data
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton /
2015-07-10 David ‘Bombe’ RodenAdd flag to GetNode command to include volatile data
2015-07-10 David ‘Bombe’ RodenAdd flag to GetNode command to include private data
2015-07-10 David ‘Bombe’ RodenAdd flag for returning the opennet ref to GetNode command
2015-07-10 David ‘Bombe’ RodenAdd GetNode command implementation
2015-07-10 David ‘Bombe’ RodenUse execute() to trigger execution of commands
2015-07-10 David ‘Bombe’ RodenIgnore identifier when consuming unknown messages
2015-07-10 David ‘Bombe’ RodenDon’t verify the identifier twice
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’ RodenRework connection sequence to return whether it was...
2015-07-10 David ‘Bombe’ RodenMove ClientHello command into its own class
2015-07-10 David ‘Bombe’ RodenDon’t check identifiers twice
2015-07-10 David ‘Bombe’ RodenAdd “with metadata” and “with volatile” flags to ListPe...
2015-07-10 David ‘Bombe’ RodenAdd ListPeers command
2015-07-10 David ‘Bombe’ RodenIn an FCP reply sequence, only match replies with the...
2015-07-10 David ‘Bombe’ RodenRename Lengthed interface to WithLength
2015-07-10 David ‘Bombe’ RodenRename Keyed interface to WithUri
2015-07-10 David ‘Bombe’ RodenUse a String instead of a Key for redirects
2015-07-10 David ‘Bombe’ RodenAlways expect version 2.0
2015-07-09 David ‘Bombe’ RodenDon’t dump the stack trace
2015-07-09 David ‘Bombe’ RodenAdd test for different protocol error than 25
2015-07-09 David ‘Bombe’ RodenAdd test for TestDDA sequence
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’ RodenAdd ClientPut command implementation
2015-07-08 David ‘Bombe’ RodenAdd quelaton package javadoc
2015-07-08 David ‘Bombe’ RodenUse listenable future instead of plain ones
2015-07-06 David ‘Bombe’ RodenGenerate identifiers randomly
2015-07-06 David ‘Bombe’ RodenRefactor anonymous to inner class
2015-07-06 David ‘Bombe’ RodenRefactoring
2015-07-06 David ‘Bombe’ RodenMove ClientGet implementation to its own class
2015-07-06 David ‘Bombe’ RodenMove key pair generation command to its own class
2015-07-06 David ‘Bombe’ RodenDon’t access fcpConnection container directly
2015-07-05 David ‘Bombe’ RodenRework FcpReplySequence into an abstract base class
2015-07-02 David ‘Bombe’ RodenMove anonymous class to its own method and use a lambda...
2015-07-01 David ‘Bombe’ RodenAdd command that retrieves data from Freenet
2015-06-27 David ‘Bombe’ RodenRefactoring
2015-06-27 David ‘Bombe’ RodenAdd new “quelaton” FCP client API