Sone.git
2014-08-07 David ‘Bombe... Add test for Sone downloader.
2014-08-06 David ‘Bombe... Restrict access to methods.
2014-08-05 David ‘Bombe... Add equals() implementation.
2014-08-05 David ‘Bombe... Description can never be null.
2014-08-05 David ‘Bombe... Check the argument, not the state.
2014-08-05 David ‘Bombe... Trim field name before using it.
2014-08-04 David ‘Bombe... Remove unused method.
2014-08-04 David ‘Bombe... Add unit test for preferences.
2014-08-04 David ‘Bombe... Add tests for web of trust updater.
2014-08-04 David ‘Bombe... Remove unnecessary method.
2014-08-03 David ‘Bombe... Remove unused method.
2014-08-03 David ‘Bombe... No need to check for the stop job.
2014-08-03 David ‘Bombe... Add unit test for “set trust” job.
2014-08-03 David ‘Bombe... Update identities only after the WOT has been modified.
2014-08-03 David ‘Bombe... Require that truster and trustee are always non-null.
2014-08-03 David ‘Bombe... Actually remove trust when setting it null.
2014-08-03 David ‘Bombe... Remove unnecessary casts.
2014-08-03 David ‘Bombe... Add unit test for sone rescuer.
2014-08-03 David ‘Bombe... Suppress some warnings.
2014-08-02 David ‘Bombe... Make delay configurable in test constructor to allow...
2014-08-02 David ‘Bombe... Add more tests of sone inserter.
2014-08-02 David ‘Bombe... “sone” can never be null, the constructor would balk.
2014-08-02 David ‘Bombe... Add test for “set property” job.
2014-08-02 David ‘Bombe... Add test for insert token.
2014-08-01 David ‘Bombe... Increase test coverage.
2014-08-01 David ‘Bombe... Increase test coverage.
2014-08-01 David ‘Bombe... Add unit test for the insert token supplier.
2014-08-01 David ‘Bombe... Add unit test for image inserter.
2014-08-01 David ‘Bombe... Use a supplier to generate insert tokens for images.
2014-08-01 David ‘Bombe... Move reflection-based methods to their own class.
2014-07-31 David ‘Bombe... Add class that fetches a Sone.
2014-07-31 David ‘Bombe... Rename class that fetches a Sone with its URI.
2014-07-31 David ‘Bombe... Add test for Sone URI.
2014-07-31 David ‘Bombe... Increase test coverage.
2014-07-31 David ‘Bombe... Increse test coverage.
2014-07-31 David ‘Bombe... Remove check that is never triggered.
2014-07-30 David ‘Bombe... Increase test coverage.
2014-07-30 David ‘Bombe... Increase test coverage.
2014-07-30 David ‘Bombe... Add test for “remove context” job.
2014-07-30 David ‘Bombe... Add test for “add context” job.
2014-07-30 David ‘Bombe... Add class that marks a reply as known.
2014-07-30 David ‘Bombe... Add class that marks a post as known.
2014-07-30 David ‘Bombe... Add class to fetch a Sone.
2014-07-29 David ‘Bombe... Add class to set FCP interface access level from an...
2014-07-29 David ‘Bombe... Add class that activates the FCP interface from an...
2014-07-29 David ‘Bombe... Add class for setting insertion delay from an option.
2014-07-29 David ‘Bombe... Use the appropriate Sone predicates.
2014-07-29 David ‘Bombe... Remove unused exception constructors.
2014-07-29 David ‘Bombe... Add test for the second USK callback.
2014-07-29 David ‘Bombe... Add tests for the callback.
2014-07-22 David ‘Bombe... Add unit test for freenet interface.
2014-07-22 David ‘Bombe... Cast client to a different interface.
2014-07-22 David ‘Bombe... Remove unused method.
2014-07-22 David ‘Bombe... Add tests for identity events.
2014-07-21 David ‘Bombe... Add unit test for update checker.
2014-07-16 David ‘Bombe... Configure JaCoCo coverage plugin.
2014-07-07 David ‘Bombe... Add unit test for options.
2014-07-07 David ‘Bombe... Add unit test for default option implementation.
2014-07-07 David ‘Bombe... Remove unused method.
2014-07-07 David ‘Bombe... Set time of Sone when creating insert information.
2014-07-05 David ‘Bombe... Add unit test for default identities.
2014-06-27 David ‘Bombe... Copy identity classes from refactoring branch.
2014-06-27 David ‘Bombe... Inject identity loader instead of context into identity...
2014-06-27 David ‘Bombe... Make identity loader injectable.
2014-06-27 David ‘Bombe... Use context objects and optionals in interfaces.
2014-06-27 David ‘Bombe... Add function to extract the context of a context object.
2014-06-27 David ‘Bombe... Add custom context type for dependency injection.
2014-06-27 David ‘Bombe... Add identity manager changes from the refactoring branch.
2014-06-26 David ‘Bombe... Implement hashCode() and equals().
2014-06-26 David ‘Bombe... Synchronize all access on the current own identities.
2014-06-26 David ‘Bombe... Make expression less dubious.
2014-06-26 David ‘Bombe... Close all input streams after parsing templates.
2014-06-25 David ‘Bombe... Don’t change the configuration after starting the core.
2014-06-25 David ‘Bombe... Skip redundant initialization.
2014-06-25 David ‘Bombe... Declare variables closer to where they’re first used.
2014-06-25 David ‘Bombe... Remove some unnecessary local variables.
2014-06-25 David ‘Bombe... Remove unnecessary return.
2014-06-25 David ‘Bombe... Simplify some boolean expressions.
2014-06-24 David ‘Bombe... Add test case for locking and unlocking a Sone.
2014-06-24 David ‘Bombe... Add test for restarting the wait period after changing...
2014-06-24 David ‘Bombe... Add own test for starting state.
2014-06-22 David ‘Bombe... Move detection of modification into modification detector.
2014-06-12 David ‘Bombe... Refactor test.
2014-06-12 David ‘Bombe... Use a more stable Guava version.
2014-06-12 David ‘Bombe... Actually use the default values.
2014-06-12 David ‘Bombe... Use Sone modification detector in Sone inserter.
2014-06-12 David ‘Bombe... Add Sone modification detector.
2014-06-11 David ‘Bombe... Remove “modified” flag, it’s now calculated on-the...
2014-06-11 David ‘Bombe... Store fingerprint in insert information.
2014-06-11 David ‘Bombe... Use a real boolean to signal that the Sone should be...
2014-06-11 David ‘Bombe... Use an optional instead of a magic value.
2014-06-11 David ‘Bombe... Use static import for currentTimeMillis().
2014-06-11 David ‘Bombe... Small simplification.
2014-06-11 David ‘Bombe... Fix comment.
2014-06-10 David ‘Bombe... Change default sort order to by-activity, descending.
2014-06-10 David ‘Bombe... Add constants for the default sort field and order.
2014-06-10 David ‘Bombe... Update Japanese translation.
2014-06-10 David ‘Bombe... Closer reader after creating templates.
2014-06-10 David ‘Bombe... Use a multimap for storing replies.
2014-06-10 David ‘Bombe... Use a multimap to store posts with recipienets.
next