Sone.git
2014-02-28 David ‘Bombe... Extract removal of trailing whitespace parts into its...
2014-02-28 David ‘Bombe... Extract finding next whitespace into its own method.
2014-02-28 David ‘Bombe... Always use the correct length of the scheme.
2014-02-28 David ‘Bombe... Move finding the next link into its own method.
2014-02-28 David ‘Bombe... Add test case for multiple different links in one line.
2014-02-28 David ‘Bombe... Store in link type whether a link is an internet link.
2014-02-28 David ‘Bombe... Remove unnecessary cast.
2014-02-28 David ‘Bombe... Remove unused cast.
2014-02-28 David ‘Bombe... Store in link type whether a link is a freenet link.
2014-02-28 David ‘Bombe... Rewrite parser tests.
2014-02-28 David ‘Bombe... Remove unused request.
2014-02-28 David ‘Bombe... Add unit test for SonePart.
2014-02-28 David ‘Bombe... Use static import.
2014-02-28 David ‘Bombe... Add unit test for PostPart.
2014-02-28 David ‘Bombe... Override equals() and hashCode().
2014-02-28 David ‘Bombe... Add unit test for FreenetLinkPart.
2014-02-28 David ‘Bombe... Add unit test for LinkPart.
2014-02-28 David ‘Bombe... Add unit test for PlainTextPart.
2014-02-28 David ‘Bombe... Remove unused import.
2014-02-28 David ‘Bombe... Override hashCode() and equals().
2014-02-28 David ‘Bombe... Override Object methods.
2014-02-28 David ‘Bombe... Add hashCode() and equals().
2014-02-28 David ‘Bombe... Override Object methods.
2014-02-28 David ‘Bombe... Add unit test for PartContainer.
2014-02-28 David ‘Bombe... Add unit test for TextFilter.
2014-02-28 David ‘Bombe... Add unit test for IntegerRangePredicate.
2014-02-28 David ‘Bombe... Add unit test for Trust.
2014-02-28 David ‘Bombe... Add unit test for DefaultOwnIdentity.
2014-02-28 David ‘Bombe... Remove unused copy-constructor.
2014-02-28 David ‘Bombe... Add unit test for DefaultIdentity.
2014-02-28 David ‘Bombe... Use identity change detector in identity manager.
2014-02-28 David ‘Bombe... Add class that compares two lists of identities.
2014-02-28 David ‘Bombe... Remove unused method.
2014-02-28 David ‘Bombe... Add unit test for LikeReplyCommand.
2014-02-28 David ‘Bombe... Move reply like functionality from Sone to Reply.
2014-02-28 David ‘Bombe... Check for correct objects.
2014-02-28 David ‘Bombe... Remove unnecessary modifier.
2014-02-28 David ‘Bombe... Don’t use raw Answer.
2014-02-28 David ‘Bombe... Move isLikedPostId from Sone to Post.
2014-02-28 David ‘Bombe... Add unit test for LikePostCommand.
2014-02-28 David ‘Bombe... Track liked posts.
2014-02-28 David ‘Bombe... Move retrieval of post likes from Core to Post.
2014-02-28 David ‘Bombe... Move unliking a post from Sone to Post.
2014-02-28 David ‘Bombe... Move post liking from Sone to Post.
2014-02-28 David ‘Bombe... Add unit test for GetSonesCommand.
2014-02-28 David ‘Bombe... Mock Core.getSones().
2014-02-28 David ‘Bombe... Fix test case for getOptionalSone().
2014-02-28 David ‘Bombe... Add unit test for GetSoneCommand.
2014-02-28 David ‘Bombe... Actually allow the Sone to be missing in getOptionalSone().
2014-02-28 David ‘Bombe... Add method to get a string with default value.
2014-02-28 David ‘Bombe... Refactoring.
2014-02-28 David ‘Bombe... Add unit test for GetPostsCommand.
2014-02-28 David ‘Bombe... Verify Lists instead of Collections.
2014-02-28 David ‘Bombe... Use method from Verifiers.
2014-02-28 David ‘Bombe... Add unit test for VersionCommand.
2014-02-28 David ‘Bombe... Clean up imports.
2014-02-28 David ‘Bombe... Return friends as Collection, not as List.
2014-02-28 David ‘Bombe... Add method to expose a Post loader.
2014-02-28 David ‘Bombe... Add method to expose a Sone loader.
2014-02-28 David ‘Bombe... Refactoring.
2014-02-28 David ‘Bombe... Implement Database.getSone() function.
2014-02-28 David ‘Bombe... Store sones as a Map.
2014-02-28 David ‘Bombe... Create mock posts differently.
2014-02-28 David ‘Bombe... Use verify* methods from Verifiers.
2014-02-28 David ‘Bombe... Use verifyAnswer method in all FCP tests.
2014-02-28 David ‘Bombe... Move verifyAnswer method to Verifiers.
2014-02-28 David ‘Bombe... Move name of message into method parameter.
2014-02-28 David ‘Bombe... Move more post and reply verifiers to the Verifiers...
2014-02-28 David ‘Bombe... Use yet another way to verify the posts.
2014-02-28 David ‘Bombe... Use different method to verify a number of replies.
2014-02-28 David ‘Bombe... Add unit test for GetPostFeedCommand.
2014-02-28 David ‘Bombe... Add verifiers for the fcp package.
2014-02-28 David ‘Bombe... Mock posts with a recipient, too.
2014-02-28 David ‘Bombe... Mock a Sone’s friends in a better way.
2014-02-28 David ‘Bombe... Make mocks more complete and use them when testing...
2014-02-28 David ‘Bombe... Use a builder-style mocker for post replies, too.
2014-02-28 David ‘Bombe... Return mocked replies to a post.
2014-02-28 David ‘Bombe... Don’t use static imports if more than one TIME_COMPARAT...
2014-02-28 David ‘Bombe... Mock posts with a mocker, too.
2014-02-28 David ‘Bombe... Remove unnecessary mocks.
2014-02-28 David ‘Bombe... Replace Sone mock methods with a mock builder.
2014-02-28 David ‘Bombe... Add unit test for GetPostCommand.
2014-02-28 David ‘Bombe... Remove unnecessary local variable.
2014-02-28 David ‘Bombe... Add unit test for GetLocalSonesCommand.
2014-02-28 David ‘Bombe... Implement local Sone filter by using isLocal().
2014-02-28 David ‘Bombe... Memorize all mocked Sones and implement getLocalSones().
2014-02-28 David ‘Bombe... Mock Sone.toString() for nicer debug output.
2014-02-28 David ‘Bombe... Add unit test for Sone.TO_POSTS.
2014-02-28 David ‘Bombe... Use method for common mocked Sone initialization.
2014-02-28 David ‘Bombe... Turn Mocks into a stateful object.
2014-02-28 David ‘Bombe... Split Sone mocking back into two separate methods again.
2014-02-28 David ‘Bombe... Add a function to transform a Sone into its posts.
2014-02-28 David ‘Bombe... Store mocked posts and return them from the Sone.
2014-02-28 David ‘Bombe... Remove imports.
2014-02-28 David ‘Bombe... Don’t use an argument captor when using an answer.
2014-02-28 David ‘Bombe... Return an empty profile from a mocked Sone.
2014-02-28 David ‘Bombe... No adding posts to a remote Sone!
2014-02-28 David ‘Bombe... Mock local Sones by mocking remote Sones and re-mocking...
2014-02-28 David ‘Bombe... Add unit test for DeleteReplyCommand.
2014-02-28 David ‘Bombe... Add method to mock post replies, too.
next