Abandon logging that does not work with Freenet’s logger at all
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / FcpInterface.java
2015-07-20 David ‘Bombe’ RodenAbandon logging that does not work with Freenet’s logge...
2015-06-16 David ‘Bombe’ RodenMerge branch 'release/0.9-rc1' 0.9-rc1
2015-06-12 David ‘Bombe’ RodenMerge branch 'last-working' into next
2014-10-05 David ‘Bombe’ RodenDon’t use logging from utils package.
2014-09-28 David ‘Bombe’ RodenClean up some imports.
2014-09-28 David ‘Bombe’ RodenUse event bus to change FCP interface configuration.
2014-09-28 David ‘Bombe’ RodenUse event bus to activate and deactivate the FCP interface.
2014-09-28 David ‘Bombe’ RodenUse an atomic reference instead of volatile.
2014-09-28 David ‘Bombe’ RodenUse an atomic boolean instead of a volatile boolean.
2014-08-29 David ‘Bombe’ RodenMove dependency injection configuration closer to where...
2014-07-29 David ‘Bombe’ RodenAdd class to set FCP interface access level from an...
2014-07-29 David ‘Bombe’ RodenAdd class that activates the FCP interface from an...
2013-06-29 David ‘Bombe’ RodenMerge branch 'release-0.8.5' 0.8.5
2013-06-29 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into next
2013-06-29 David ‘Bombe’ RodenMerge branch 'lock-sones-via-fcp-317' into next
2013-06-29 David ‘Bombe’ RodenAdd “LockSone” and “UnlockSone” FCP commands.
2013-06-09 David ‘Bombe’ RodenMerge remote-tracking branch 'hernic/patch-1' into...
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2013-01-17 David ‘Bombe’ RodenReplace utils’ Validation by Guava’s Preconditions.
2013-01-16 David ‘Bombe’ RodenUse dependency injection to create Sone instance.
2012-12-21 David ‘Bombe’ RodenMerge remote-tracking branch 'beak/next' into next
2012-11-21 David ‘Bombe’ RodenCatch all exceptions when processing an FCP command.
2012-10-08 David ‘Bombe’ RodenMerge branch 'release-0.8.3' 0.8.3
2012-09-13 David ‘Bombe’ RodenDeclare potentially-static methods as static.
2012-07-13 David ‘Bombe’ RodenMerge branch 'release-0.8.2' 0.8.2
2012-05-28 David ‘Bombe’ RodenMerge branch 'master' into next
2012-03-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
2011-09-20 David ‘Bombe’ RodenMerge branch 'next' into dev/image
2011-06-19 David ‘Bombe’ RodenMerge branch 'release-0.6.5' 0.6.5
2011-05-11 David ‘Bombe’ RodenLog warning when a command can not be processed.
2011-05-11 David ‘Bombe’ RodenAdd “GetSone” FCP command.
2011-05-11 David ‘Bombe’ RodenMerge branch 'fcp-interface' into next
2011-05-11 David ‘Bombe’ RodenChange FCP access rules to a tri-state.
2011-04-11 David ‘Bombe’ RodenAdd “GetSones” FCP command.
2011-04-11 David ‘Bombe’ RodenDeny commands that change data when FCP connection...
2011-04-11 David ‘Bombe’ RodenAdd “DeleteReply” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “DeletePost” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “CreateReply” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “CreatePost” FCP command.
2011-04-11 David ‘Bombe’ RodenMake constructor public and include it in the FCP inter...
2011-04-11 David ‘Bombe’ RodenAdd “LikeReply” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “LikePost” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd possibility to activate and deactivate the FCP...
2011-04-08 David ‘Bombe’ RodenSend back identifier, if available.
2011-04-08 David ‘Bombe’ RodenSend errors back to the plugin.
2011-04-08 David ‘Bombe’ RodenAdd “GetPosts” FCP command.
2011-04-08 David ‘Bombe’ RodenRename Command.Reply to Command.Response.
2011-04-08 David ‘Bombe’ RodenAdd “GetLocalSones” FCP command.
2011-04-08 David ‘Bombe’ RodenMove Sone-related FCP classes to different package.