Update year in copyright lines
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp /
2011-04-11 David ‘Bombe’ RodenDeny commands that change data when FCP connection...
2011-04-11 David ‘Bombe’ RodenSet write access to true in all commands that change...
2011-04-11 David ‘Bombe’ RodenAdd parameter that determines whether an FCP command...
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 “localOnly” parameter to getSone().
2011-04-11 David ‘Bombe’ RodenAdd “LikeReply” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd method to get reply from the command parameters.
2011-04-11 David ‘Bombe’ RodenAdd a mandatory response message name to Command.Response.
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’ 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.