Change all copyright headers to include 2012.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / FcpInterface.java
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.