Merge branch 'edit-wot-trust' into next
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
2011-01-15 David ‘Bombe’ RodenMerge branch 'edit-wot-trust' into next
2011-01-15 David ‘Bombe’ RodenAdd configurable comment for trust assigned from Sone...
2011-01-15 David ‘Bombe’ RodenMerge branch 'profile-fields' into next
2011-01-14 David ‘Bombe’ RodenTurn profile fields into their own container classes.
2011-01-14 David ‘Bombe’ RodenAllow null field values.
2011-01-14 David ‘Bombe’ RodenMerge branch 'next' into profile-fields
2011-01-13 David ‘Bombe’ RodenMerge branch 'release-0.3.7' 0.3.7
2011-01-12 David ‘Bombe’ RodenMerge branch 'next' into profile-fields
2011-01-12 David ‘Bombe’ RodenLoad and save profile fields.
2011-01-09 David ‘Bombe’ RodenMerge branch 'show-versions' into next
2011-01-09 David ‘Bombe’ RodenNotify all core listeners when a new version was found.
2011-01-09 David ‘Bombe’ RodenAdd update checker to core.
2011-01-09 David ‘Bombe’ RodenMerge branch 'release-0.3.6.5' 0.3.6.5
2011-01-09 David ‘Bombe’ RodenStore version of configuration in the configuration.
2011-01-06 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2011-01-06 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2011-01-04 David ‘Bombe’ RodenRemove exception from Identity interface, let null...
2011-01-03 David ‘Bombe’ RodenStore the updated Identity in the Sone.
2011-01-02 David ‘Bombe’ RodenAdd methods for single-shot trust mechanism.
2011-01-02 David ‘Bombe’ RodenAdd methods to set and remove trust for identities.
2011-01-02 David ‘Bombe’ RodenAdd options for positive and negative trust values.
2011-01-01 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-31 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-30 David ‘Bombe’ RodenMerge branch 'release-0.3.6' 0.3.6
2010-12-30 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-30 David ‘Bombe’ RodenTry to prevent deadlocks when saving the configuration.
2010-12-30 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-22 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-22 David ‘Bombe’ RodenSave the configuration after marking posts and replies...
2010-12-21 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-21 David ‘Bombe’ RodenStop the Sone downloader and unregister all USKs when...
2010-12-18 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-18 David ‘Bombe’ RodenMerge branch 'release-0.3.5' 0.3.5
2010-12-15 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-15 David ‘Bombe’ RodenAdd method to get the trust between two Sones.
2010-12-13 David ‘Bombe’ RodenKeep track of which own identities trusts which identities.
2010-12-13 David ‘Bombe’ RodenFix IdentityListener interface methods.
2010-12-13 David ‘Bombe’ RodenCatch and log WoT exceptions.
2010-12-13 David ‘Bombe’ RodenMerge branch 'notification-for-locked-sones' into next
2010-12-13 David ‘Bombe’ RodenFire events when locking and unlocking Sones.
2010-12-13 David ‘Bombe’ RodenSynchronize saving to prevent race conditions while...
2010-12-13 David ‘Bombe’ RodenSave the configuration after saving a Sone.
2010-12-10 David ‘Bombe’ RodenMerge branch 'master' into next
2010-12-06 David ‘Bombe’ RodenFire correct event when a post or reply is removed.
2010-12-06 David ‘Bombe’ RodenMark posts and replies as known when they are removed.
2010-11-30 David ‘Bombe’ RodenExplicitely store a null if there is no recipient.
2010-11-30 David ‘Bombe’ RodenDeduplicate functionality.
2010-11-27 David ‘Bombe’ RodenMerge branch 'message-recipient'
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1' into message-recipient
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into message-recipient
2010-11-26 David ‘Bombe’ RodenAdd methods to create a post with a recipient.
2010-11-26 David ‘Bombe’ RodenAdd recipients to posts.
2010-11-25 David ‘Bombe’ RodenAdd method to optionally skip reply creation.
2010-11-25 David ‘Bombe’ RodenMove createReply() method.
2010-11-25 David ‘Bombe’ RodenAdd methods to conditionally mark posts and replies...
2010-11-25 David ‘Bombe’ RodenAdd methods to mark posts and replies as known.
2010-11-25 David ‘Bombe’ RodenReturn the created post.
2010-11-24 David ‘Bombe’ RodenExpose the saveConfiguration method.
2010-11-24 David ‘Bombe’ RodenSave the configuration after storing all values.
2010-11-24 David ‘Bombe’ RodenAdd method to set a configuration after creation time.
2010-11-18 David ‘Bombe’ RodenCopy latest edition from newer Sone.
2010-11-17 David ‘Bombe’ RodenOnly overwrite time when it’s newer.
2010-11-17 David ‘Bombe’ RodenSave Sone after rescuing.
2010-11-17 David ‘Bombe’ RodenAlways fix up posts and replies.
2010-11-17 David ‘Bombe’ RodenReplace the Sone of a reply with the authoritative...
2010-11-17 David ‘Bombe’ RodenAdd method to not create a new post automatically.
2010-11-17 David ‘Bombe’ RodenDon’t forget to fire events.
2010-11-17 David ‘Bombe’ RodenLock Sones before starting the rescue.
2010-11-17 David ‘Bombe’ RodenReply a new post’s Sone with the already existing copy.
2010-11-17 David ‘Bombe’ RodenAdd “locked” flag for Sones.
2010-11-17 David ‘Bombe’ RodenImplement a “Sone rescue mode.”
2010-11-17 David ‘Bombe’ RodenAdd a “Sone rescue mode.”
2010-11-17 David ‘Bombe’ RodenStore whether the core has been stopped.
2010-11-14 David ‘Bombe’ RodenFire events when new posts and replies are found.
2010-11-14 David ‘Bombe’ RodenCheck for new posts and replies in the correct places.
2010-11-14 David ‘Bombe’ RodenAdd events for marked known posts and replies.
2010-11-14 David ‘Bombe’ RodenFire “Sone is marked known” event.
2010-11-14 David ‘Bombe’ RodenFire a “new Sone found” event when a new Sone is found.
2010-11-14 David ‘Bombe’ RodenAdd core listener.
2010-11-14 David ‘Bombe’ RodenMove notification manager to web interface.
2010-11-14 David ‘Bombe’ RodenAdd a notification manager to the core.
2010-11-14 David ‘Bombe’ RodenUpdate client information in stored Sones.
2010-11-14 David ‘Bombe’ RodenStore client information in local Sones.
2010-11-14 David ‘Bombe’ RodenSet latest edition outside the try-catch block.
2010-11-13 David ‘Bombe’ RodenAdd method to only optionally create a new Sone.
2010-11-12 David ‘Bombe’ RodenReturn the created reply from createReply().
2010-11-12 David ‘Bombe’ RodenDetect if a Sone has been changed back to the previous...
2010-11-12 David ‘Bombe’ RodenStart Sone inserter after the Sone has been loaded.
2010-11-11 David ‘Bombe’ RodenMark new replies.
2010-11-11 David ‘Bombe’ RodenMark own posts as read immediately.
2010-11-11 David ‘Bombe’ RodenMove newPosts and knownPosts below posts.
2010-11-11 David ‘Bombe’ RodenMark new posts as new.
2010-11-11 David ‘Bombe’ RodenDon’t only update remote Sones, update any known Sones.
2010-11-11 David ‘Bombe’ RodenRename variable and don’t forget to increment counter.
2010-11-10 David ‘Bombe’ RodenStore friend Sones as strings, not as Sone objects.
2010-11-10 David ‘Bombe’ RodenAdd method to check whether the core knows about a...
2010-11-10 David ‘Bombe’ RodenAdd “create” parameter that can skip the creation of...
2010-11-10 David ‘Bombe’ RodenAdd second set of known Sones and persist that across...
2010-11-10 David ‘Bombe’ RodenSones may be known before but must not have a request...
2010-11-10 David ‘Bombe’ RodenA Sone is only new if it has no request URI.
next