jFCPlib.git
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
2015-07-10 David ‘Bombe... Don’t verify the identifier twice
2015-07-10 David ‘Bombe... Add test for reusing connections
2015-07-10 David ‘Bombe... Don’t let clients handle connection failures
2015-07-10 David ‘Bombe... Throw an exception on EOF!
2015-07-10 David ‘Bombe... Add test for CloseConnectionDuplicateClientName handling
2015-07-10 David ‘Bombe... Parse CloseConnectionDuplicateClientName without identifier
2015-07-10 David ‘Bombe... Rework connection sequence to return whether it was...
2015-07-10 David ‘Bombe... Move ClientHello command into its own class
2015-07-10 David ‘Bombe... Don’t check identifiers twice
2015-07-10 David ‘Bombe... Add “with metadata” and “with volatile” flags to ListPe...
2015-07-10 David ‘Bombe... Add ListPeers command
2015-07-10 David ‘Bombe... In an FCP reply sequence, only match replies with the...
2015-07-10 David ‘Bombe... Expose fields from FCP replies messages
2015-07-10 David ‘Bombe... Rename Lengthed interface to WithLength
2015-07-10 David ‘Bombe... Rename Keyed interface to WithUri
2015-07-10 David ‘Bombe... Use a String instead of a Key for redirects
2015-07-10 David ‘Bombe... Fix logging
2015-07-10 David ‘Bombe... Always expect version 2.0
2015-07-09 David ‘Bombe... Add test for not reacting to the wrong directory on...
2015-07-09 David ‘Bombe... Add test for sending TestDDAResponse if reading the...
2015-07-09 David ‘Bombe... Don’t dump the stack trace
2015-07-09 David ‘Bombe... Add test for client put not reacting to wrong TestDDAReply
2015-07-09 David ‘Bombe... Add test for different protocol error than 25
2015-07-09 David ‘Bombe... Add test for protocol error 25 for different identifier
2015-07-09 David ‘Bombe... Add test for TestDDA sequence
2015-07-09 David ‘Bombe... Allow the reply sequence to initiate own messages
2015-07-09 David ‘Bombe... Set missing field in response
2015-07-08 David ‘Bombe... Remove debug code
2015-07-08 David ‘Bombe... Reformatting
2015-07-08 David ‘Bombe... Add ClientPut command implementation
2015-07-08 David ‘Bombe... Add quelaton package javadoc
2015-07-08 David ‘Bombe... Remove Maven 2-specific jacoco configuration
2015-07-08 David ‘Bombe... Add links to Guava apidocs in javadoc generation
2015-07-08 David ‘Bombe... Configure versions of maven plugins
2015-07-08 David ‘Bombe... Use listenable future instead of plain ones
2015-07-07 David ‘Bombe... Add missing space
2015-07-06 David ‘Bombe... Generate identifiers randomly
2015-07-06 David ‘Bombe... Refactor anonymous to inner class
2015-07-06 David ‘Bombe... Refactoring
2015-07-06 David ‘Bombe... Move ClientGet implementation to its own class
2015-07-06 David ‘Bombe... Move key pair generation command to its own class
2015-07-06 David ‘Bombe... Don’t access fcpConnection container directly
2015-07-05 David ‘Bombe... Fix fake TCP server test
2015-07-05 David ‘Bombe... Rework FcpReplySequence into an abstract base class
2015-07-05 David ‘Bombe... Create distinctive thread names
2015-07-05 David ‘Bombe... Use diamond operator
2015-07-05 David ‘Bombe... Use lambda instead of anonymous inner class
2015-07-02 David ‘Bombe... Add tests that the identifier is correctly used
2015-07-02 David ‘Bombe... Move anonymous class to its own method and use a lambda...
2015-07-01 David ‘Bombe... Add command that retrieves data from Freenet
2015-07-01 David ‘Bombe... Refactoring
2015-07-01 David ‘Bombe... Add method to write several lines at once
2015-07-01 David ‘Bombe... Close FCP server after each test
2015-07-01 David ‘Bombe... Add close() method, implement AutoCloseable
2015-06-27 David ‘Bombe... Refactoring
2015-06-27 David ‘Bombe... Add new “quelaton” FCP client API
2015-06-27 David ‘Bombe... Add fluent method to set a field
2015-06-27 David ‘Bombe... Make all node-side message constructors public
2015-06-25 David ‘Bombe... Increase JUnit dependency to 4.12
2015-06-25 David ‘Bombe... Remove useless tests
2015-06-25 David ‘Bombe... Add hamcrest matchers
2015-06-25 David ‘Bombe... Update JUnit to 4.11
2014-07-16 David ‘Bombe... Disable JaCoCo plugin until there is a test to be run.
2014-07-16 David ‘Bombe... Add JaCoCo coverage plugin.
2014-04-11 David ‘Bombe... Move WOT-related container classes to top-level classes.
2014-04-09 David ‘Bombe... Set source code encoding for compiler plugin to UTF-8.
next