jFCPlib.git
2015-08-22 David ‘Bombe... Implement notification on USK update
2015-08-22 David ‘Bombe... Add unsubscribe command
2015-08-22 David ‘Bombe... Allow setting and retrieving of all possible attributes
2015-08-22 David ‘Bombe... Add command to subscribe to USK updates
2015-08-21 David ‘Bombe... Add test for protocol error on GetPluginInfo
2015-08-21 David ‘Bombe... Add method to request detailed plugin info
2015-08-21 David ‘Bombe... Add command that returns information about a plugin
2015-08-21 David ‘Bombe... Add second constructor to GetPluginInfo command
2015-08-21 David ‘Bombe... Add method to remove cached plugin after removing plugin
2015-08-21 David ‘Bombe... Add method to wait for removal of a plugin
2015-08-21 David ‘Bombe... Add command that removes a plugin
2015-08-21 David ‘Bombe... Fix variable name
2015-08-21 David ‘Bombe... Add method to store plugin in config after reloading
2015-08-21 David ‘Bombe... Add method to purge plugin while reloading
2015-08-21 David ‘Bombe... Add method to add wait time for reloading plugins
2015-08-21 David ‘Bombe... More refactoring
2015-08-21 David ‘Bombe... Add command that reloads a plugin
2015-08-21 David ‘Bombe... Omit parameter
2015-08-21 David ‘Bombe... More refactoring
2015-08-21 David ‘Bombe... Add method to load plugin from Freenet key
2015-08-21 David ‘Bombe... Rename tests
2015-08-21 David ‘Bombe... Add method to load plugin from URL
2015-08-21 David ‘Bombe... Slightly refactor test
2015-08-21 David ‘Bombe... Add method to load plugin from file
2015-08-21 David ‘Bombe... Add method to load plugin from official HTTPS
2015-08-21 David ‘Bombe... Add GPLv3 license information
2015-08-21 David ‘Bombe... Add command that loads a plugin
2015-08-21 David ‘Bombe... Add methods for more attributes of message
2015-08-21 David ‘Bombe... Fix parsing of boolean value
2015-08-21 David ‘Bombe... Fix field name
2015-07-15 David ‘Bombe... Shutdown thread pool after use
2015-07-15 David ‘Bombe... Add command that modifies the config of the node
2015-07-15 David ‘Bombe... Add constructor that takes an identifier
2015-07-14 David ‘Bombe... Add method to include data types in config data
2015-07-14 David ‘Bombe... Add method to include long description in config data
2015-07-14 David ‘Bombe... Add method to include short description in config data
2015-07-14 David ‘Bombe... Add method to include force-write flag in config data
2015-07-14 David ‘Bombe... Add method to include expert flag in the config data
2015-07-14 David ‘Bombe... Add method to include sort order in the config data
2015-07-14 David ‘Bombe... Add method to include the defaults in the config
2015-07-14 David ‘Bombe... Add method to get the current values from the config
2015-07-14 David ‘Bombe... Add command to retrieve the node’s config
2015-07-14 David ‘Bombe... Add constructor that takes an identifier
2015-07-14 David ‘Bombe... Add method to modify peer note by host and port
2015-07-14 David ‘Bombe... Add method to modify peer note by node identifier
2015-07-14 David ‘Bombe... Add command that modifies the note of a peer
2015-07-14 David ‘Bombe... Add Freenet-specific base64 implementation
2015-07-14 David ‘Bombe... Add constructor with identifier, add methods to set...
2015-07-14 David ‘Bombe... Close fake server successfully when it was not used
2015-07-14 David ‘Bombe... Fix message name
2015-07-13 David ‘Bombe... Add test for removing peers with unknown node identifiers
2015-07-13 David ‘Bombe... Add method to remove a peer by host name and port number
2015-07-13 David ‘Bombe... Add method to remove peer by identity
2015-07-13 David ‘Bombe... Add command that removes a peer from the node by name
2015-07-13 David ‘Bombe... Add second constructor that takes an identifier
2015-07-13 David ‘Bombe... Rename all remaining occurences of “sequence” to “dialog”
2015-07-13 David ‘Bombe... Add test for unknown node identifiers on modify peer...
2015-07-13 David ‘Bombe... Add method to not ignore source of a peer
2015-07-13 David ‘Bombe... Add method to ignore source for a peer
2015-07-13 David ‘Bombe... Add method to clear listen only on a peer
2015-07-13 David ‘Bombe... Add method to set listen only on a peer
2015-07-13 David ‘Bombe... Add method to clear burst only on peer
2015-07-13 David ‘Bombe... Add method to set burst only for peer
2015-07-13 David ‘Bombe... Add method to disallow local addresses for a peer
2015-07-13 David ‘Bombe... Add method to allow local addresses for a peer
2015-07-13 David ‘Bombe... Add method to modify peers by host name and port number
2015-07-13 David ‘Bombe... Add method to modify peer by node identity
2015-07-13 David ‘Bombe... Add method to disable peer
2015-07-13 David ‘Bombe... Add command to modify peer settings
2015-07-13 David ‘Bombe... Add useful methods
2015-07-13 David ‘Bombe... Add constructor that takes an identifier
2015-07-13 David ‘Bombe... Remove unused interface
2015-07-13 David ‘Bombe... Inline interfaces used in ClientPut
2015-07-13 David ‘Bombe... Fix formatting
2015-07-13 David ‘Bombe... Add ListPeerNotes command
2015-07-13 David ‘Bombe... Add second constructor to set identifier
2015-07-12 David ‘Bombe... Add event for URIGenerated messages on ClientPut command
2015-07-12 David ‘Bombe... Don’t initialize peer with null
2015-07-12 David ‘Bombe... Remove unnecessary toString() invocations
2015-07-11 David ‘Bombe... Turn member field into local variable
2015-07-11 David ‘Bombe... Clean up imports
2015-07-11 David ‘Bombe... Rename FcpReplySequence to FcpDialog
2015-07-11 David ‘Bombe... Add method to add peer by noderef
2015-07-11 David ‘Bombe... Rename method to add peer from a file
2015-07-11 David ‘Bombe... Add method to add peer from a URL
2015-07-11 David ‘Bombe... Add AddPeer command that adds a noderef from a file
2015-07-11 David ‘Bombe... Add constructor to set an identifier
2015-07-11 David ‘Bombe... Add ListPeer command
2015-07-11 David ‘Bombe... Allow setting the Identifier field in the ListPeer...
2015-07-10 David ‘Bombe... Reconnect when connection fails
2015-07-10 David ‘Bombe... Close FCP reply sequences after use
2015-07-10 David ‘Bombe... Handle connection failures in the reply sequence
2015-07-10 David ‘Bombe... Add flag to GetNode command to include volatile data
2015-07-10 David ‘Bombe... Add flag to GetNode command to include private data
2015-07-10 David ‘Bombe... Add flag for returning the opennet ref to GetNode command
2015-07-10 David ‘Bombe... Add GetNode command implementation
2015-07-10 David ‘Bombe... Add constructor that allows handing in an identifier
2015-07-10 David ‘Bombe... Use execute() to trigger execution of commands
2015-07-10 David ‘Bombe... Remove debug logging
2015-07-10 David ‘Bombe... Ignore identifier when consuming unknown messages
next