Add subscription cancelling
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / DefaultFcpClient.java
2015-08-22 David ‘Bombe’ RodenAdd subscription cancelling
2015-08-22 David ‘Bombe’ RodenImplement notification on USK update
2015-08-22 David ‘Bombe’ RodenAdd command to subscribe to USK updates
2015-08-21 David ‘Bombe’ RodenAdd command that returns information about a plugin
2015-08-21 David ‘Bombe’ RodenAdd command that removes a plugin
2015-08-21 David ‘Bombe’ RodenAdd command that reloads a plugin
2015-08-21 David ‘Bombe’ RodenAdd command that loads a plugin
2015-07-15 David ‘Bombe’ RodenAdd command that modifies the config of the node
2015-07-14 David ‘Bombe’ RodenAdd command to retrieve the node’s config
2015-07-14 David ‘Bombe’ RodenAdd command that modifies the note of a peer
2015-07-13 David ‘Bombe’ RodenAdd command that removes a peer from the node by name
2015-07-13 David ‘Bombe’ RodenAdd command to modify peer settings
2015-07-13 David ‘Bombe’ RodenAdd ListPeerNotes command
2015-07-11 David ‘Bombe’ RodenAdd AddPeer command that adds a noderef from a file
2015-07-11 David ‘Bombe’ RodenAdd ListPeer command
2015-07-10 David ‘Bombe’ RodenReconnect when connection fails
2015-07-10 David ‘Bombe’ RodenAdd GetNode command implementation
2015-07-10 David ‘Bombe’ RodenMove ClientHello command into its own class
2015-07-10 David ‘Bombe’ RodenAdd ListPeers command
2015-07-10 David ‘Bombe’ RodenAlways expect version 2.0
2015-07-08 David ‘Bombe’ RodenAdd ClientPut command implementation
2015-07-08 David ‘Bombe’ RodenUse listenable future instead of plain ones
2015-07-06 David ‘Bombe’ RodenRefactor anonymous to inner class
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