Use a single identifier generator in all commands
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / ClientPutCommandImpl.java
2015-10-15 David ‘Bombe’ RodenUse a single identifier generator in all commands
2015-07-13 David ‘Bombe’ RodenInline interfaces used in ClientPut
2015-07-12 David ‘Bombe’ RodenAdd event for URIGenerated messages on ClientPut command
2015-07-11 David ‘Bombe’ RodenRename FcpReplySequence to FcpDialog
2015-07-10 David ‘Bombe’ RodenClose FCP reply sequences after use
2015-07-10 David ‘Bombe’ RodenUse execute() to trigger execution of commands
2015-07-10 David ‘Bombe’ RodenDon’t let clients handle connection failures
2015-07-10 David ‘Bombe’ RodenDon’t check identifiers twice
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-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-08 David ‘Bombe’ RodenAdd ClientPut command implementation