Add possibility to activate and deactivate the FCP interface.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp /
2011-04-11 David ‘Bombe’ RodenAdd possibility to activate and deactivate the FCP...
2011-04-08 David ‘Bombe’ RodenAdd likes to posts.
2011-04-08 David ‘Bombe’ RodenAdd method to encode liking information.
2011-04-08 David ‘Bombe’ RodenUnify field name generation.
2011-04-08 David ‘Bombe’ RodenReduce visibility of all encoding methods to protected.
2011-04-08 David ‘Bombe’ RodenGet “includeReplies” parameter from simple field set.
2011-04-08 David ‘Bombe’ RodenAdd “GetPost” FCP command.
2011-04-08 David ‘Bombe’ RodenAdd prefixes to all encoding methods, add method to...
2011-04-08 David ‘Bombe’ RodenAdd method to return a Post from the simple field set.
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’ RodenAdd parameter to include replies in encodePosts().
2011-04-08 David ‘Bombe’ RodenAdd method to encode a collection of replies.
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’ RodenAdd method to encode a collection of Sones into a simpl...
2011-04-08 David ‘Bombe’ RodenOrganize imports.
2011-04-08 David ‘Bombe’ RodenAdd “GetPostFeed” FCP command.
2011-04-08 David ‘Bombe’ RodenAdd abstract FCP command with Sone-specific helper...
2011-04-08 David ‘Bombe’ RodenMove Sone-related FCP classes to different package.