Rename all remaining occurences of “sequence” to “dialog”
[jFCPlib.git] / src /
2015-07-13 David ‘Bombe’ RodenRename all remaining occurences of “sequence” to “dialog”
2015-07-13 David ‘Bombe’ RodenAdd test for unknown node identifiers on modify peer...
2015-07-13 David ‘Bombe’ RodenAdd method to not ignore source of a peer
2015-07-13 David ‘Bombe’ RodenAdd method to ignore source for a peer
2015-07-13 David ‘Bombe’ RodenAdd method to clear listen only on a peer
2015-07-13 David ‘Bombe’ RodenAdd method to set listen only on a peer
2015-07-13 David ‘Bombe’ RodenAdd method to clear burst only on peer
2015-07-13 David ‘Bombe’ RodenAdd method to set burst only for peer
2015-07-13 David ‘Bombe’ RodenAdd method to disallow local addresses for a peer
2015-07-13 David ‘Bombe’ RodenAdd method to allow local addresses for a peer
2015-07-13 David ‘Bombe’ RodenAdd method to modify peers by host name and port number
2015-07-13 David ‘Bombe’ RodenAdd method to modify peer by node identity
2015-07-13 David ‘Bombe’ RodenAdd method to disable peer
2015-07-13 David ‘Bombe’ RodenAdd command to modify peer settings
2015-07-13 David ‘Bombe’ RodenAdd useful methods
2015-07-13 David ‘Bombe’ RodenAdd constructor that takes an identifier
2015-07-13 David ‘Bombe’ RodenRemove unused interface
2015-07-13 David ‘Bombe’ RodenInline interfaces used in ClientPut
2015-07-13 David ‘Bombe’ RodenFix formatting
2015-07-13 David ‘Bombe’ RodenAdd ListPeerNotes command
2015-07-13 David ‘Bombe’ RodenAdd second constructor to set identifier
2015-07-12 David ‘Bombe’ RodenAdd event for URIGenerated messages on ClientPut command
2015-07-12 David ‘Bombe’ RodenDon’t initialize peer with null
2015-07-12 David ‘Bombe’ RodenRemove unnecessary toString() invocations
2015-07-11 David ‘Bombe’ RodenTurn member field into local variable
2015-07-11 David ‘Bombe’ RodenClean up imports
2015-07-11 David ‘Bombe’ RodenRename FcpReplySequence to FcpDialog
2015-07-11 David ‘Bombe’ RodenAdd method to add peer by noderef
2015-07-11 David ‘Bombe’ RodenRename method to add peer from a file
2015-07-11 David ‘Bombe’ RodenAdd method to add peer from a URL
2015-07-11 David ‘Bombe’ RodenAdd AddPeer command that adds a noderef from a file
2015-07-11 David ‘Bombe’ RodenAdd constructor to set an identifier
2015-07-11 David ‘Bombe’ RodenAdd ListPeer command
2015-07-11 David ‘Bombe’ RodenAllow setting the Identifier field in the ListPeer...
2015-07-10 David ‘Bombe’ RodenReconnect when connection fails
2015-07-10 David ‘Bombe’ RodenClose FCP reply sequences after use
2015-07-10 David ‘Bombe’ RodenHandle connection failures in the reply sequence
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’ RodenAdd constructor that allows handing in an identifier
2015-07-10 David ‘Bombe’ RodenUse execute() to trigger execution of commands
2015-07-10 David ‘Bombe’ RodenRemove debug logging
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’ RodenAdd test for reusing connections
2015-07-10 David ‘Bombe’ RodenDon’t let clients handle connection failures
2015-07-10 David ‘Bombe’ RodenThrow an exception on EOF!
2015-07-10 David ‘Bombe’ RodenAdd test for CloseConnectionDuplicateClientName handling
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’ RodenExpose fields from FCP replies messages
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’ RodenFix logging
2015-07-10 David ‘Bombe’ RodenAlways expect version 2.0
2015-07-09 David ‘Bombe’ RodenAdd test for not reacting to the wrong directory on...
2015-07-09 David ‘Bombe’ RodenAdd test for sending TestDDAResponse if reading the...
2015-07-09 David ‘Bombe’ RodenDon’t dump the stack trace
2015-07-09 David ‘Bombe’ RodenAdd test for client put not reacting to wrong TestDDAReply
2015-07-09 David ‘Bombe’ RodenAdd test for different protocol error than 25
2015-07-09 David ‘Bombe’ RodenAdd test for protocol error 25 for different identifier
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-09 David ‘Bombe’ RodenSet missing field in response
2015-07-08 David ‘Bombe’ RodenRemove debug code
2015-07-08 David ‘Bombe’ RodenReformatting
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-07 David ‘Bombe’ RodenAdd missing space
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’ RodenFix fake TCP server test
2015-07-05 David ‘Bombe’ RodenRework FcpReplySequence into an abstract base class
2015-07-05 David ‘Bombe’ RodenCreate distinctive thread names
2015-07-05 David ‘Bombe’ RodenUse diamond operator
2015-07-05 David ‘Bombe’ RodenUse lambda instead of anonymous inner class
2015-07-02 David ‘Bombe’ RodenAdd tests that the identifier is correctly used
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-07-01 David ‘Bombe’ RodenRefactoring
2015-07-01 David ‘Bombe’ RodenAdd method to write several lines at once
2015-07-01 David ‘Bombe’ RodenClose FCP server after each test
2015-07-01 David ‘Bombe’ RodenAdd close() method, implement AutoCloseable
2015-06-27 David ‘Bombe’ RodenRefactoring
2015-06-27 David ‘Bombe’ RodenAdd new “quelaton” FCP client API
2015-06-27 David ‘Bombe’ RodenAdd fluent method to set a field
2015-06-27 David ‘Bombe’ RodenMake all node-side message constructors public
next