Detect if a Sone has been changed back to the previous insert state.
[Sone.git] / src / main / java / net / pterodactylus / sone / core /
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.
2010-11-10 David ‘Bombe’ RodenAdd method to check for the newness of a Sone.
2010-11-10 David ‘Bombe’ RodenAdd Sones as new when they are first added.
2010-11-10 David ‘Bombe’ RodenAdd method to check for the remoteness of a Sone by...
2010-11-10 David ‘Bombe’ RodenFix typo in log message.
2010-11-10 David ‘Bombe’ RodenRemote Sones start as unknown.
2010-11-10 David ‘Bombe’ RodenCopy the identity from the original Sone, too.
2010-11-10 David ‘Bombe’ RodenRemove Sones do not need to be saved.
2010-11-10 David ‘Bombe’ RodenReset modification counter after updating a Sone.
2010-11-10 David ‘Bombe’ RodenDownload a local Sone from Freenet, too.
2010-11-10 David ‘Bombe’ RodenAlways create a new Sone.
2010-11-08 David ‘Bombe’ RodenDon’t block the USK callback thread.
2010-11-08 David ‘Bombe’ RodenSet latest edition more effectively.
2010-11-07 David ‘Bombe’ RodenDownload a Sone again when its identity was updated.
2010-11-06 David ‘Bombe’ RodenLog when an OwnIdentity is removed.
2010-11-05 David ‘Bombe’ RodenDon’t modify a Sone when the sone inserter was stopped...
2010-11-05 David ‘Bombe’ RodenFix exception message.
2010-11-05 David ‘Bombe’ RodenDelete correct value to mark the Sone as deleted.
2010-11-05 David ‘Bombe’ RodenPrevent reloading of a Sone after it has been deleted.
2010-11-05 David ‘Bombe’ RodenSave the Sone after resetting the modification counter!
2010-11-05 David ‘Bombe’ RodenReturn the URI that was ultimately downloaded.
2010-11-05 David ‘Bombe’ RodenActually check for liked replies.
2010-11-05 David ‘Bombe’ RodenRemove “Sone.LatestEdition” property when deleting...
2010-11-05 David ‘Bombe’ RodenSone Inserters are indexed by Sones, not by IDs.
2010-11-04 David ‘Bombe’ RodenUpdate Sones even if they are already known.
2010-11-04 David ‘Bombe’ RodenDownload remote Sones first thing after adding them.
2010-11-04 David ‘Bombe’ RodenLoad Sone locally when adding a local Sone.
2010-11-04 David ‘Bombe’ RodenAdd method that loads and updates a local Sone.
2010-11-04 David ‘Bombe’ RodenSave modification counter.
2010-11-04 David ‘Bombe’ RodenSave friends.
2010-11-04 David ‘Bombe’ RodenReturn to storing the ID instead of getting it from...
2010-11-04 David ‘Bombe’ RodenRemove TODO.
2010-11-04 David ‘Bombe’ RodenAlways return a Reply.
2010-11-04 David ‘Bombe’ RodenAlways return a Post.
2010-11-04 David ‘Bombe’ RodenSave Sones to configuration.
2010-11-02 David ‘Bombe’ RodenSet URIs and latest edition differently.
2010-11-02 David ‘Bombe’ RodenStore latest edition in Sone, update WoT properties...
2010-11-01 David ‘Bombe’ RodenDownload latest version of local Sones.
2010-11-01 David ‘Bombe’ RodenToo many changes to list them all.
2010-10-30 David ‘Bombe’ RodenMerge branch 'next' into wot-integration
2010-10-30 David ‘Bombe’ RodenRemove blocking, blacklisting, and distribution of...
2010-10-29 David ‘Bombe’ RodenStore Web of Trust connector in Core.
2010-10-29 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-29 David ‘Bombe’ RodenUpdate default Sone URIs.
2010-10-29 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-29 David ‘Bombe’ RodenAdd lots of synchronization.
2010-10-29 David ‘Bombe’ RodenPrevent insert and request URIs from being overwritten...
2010-10-28 David ‘Bombe’ RodenMove default Sones to constant set at the beginning...
2010-10-28 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-28 David ‘Bombe’ RodenFix likes only containing the likes of local Sones.
2010-10-27 David ‘Bombe’ RodenAdd default Sones after resetting the configuration.
2010-10-27 David ‘Bombe’ RodenMove default Sones to own method.
2010-10-27 David ‘Bombe’ RodenSet Sone status to “idle” if it was downloaded and...
2010-10-27 David ‘Bombe’ RodenAdd “first start” logic that adds a couple of default...
2010-10-27 David ‘Bombe’ RodenStore insert key of blacklisted Sone correctly.
2010-10-27 David ‘Bombe’ RodenRemove delete Sone from Sone cache, too.
2010-10-27 David ‘Bombe’ RodenRemove status of deleted Sone.
2010-10-27 David ‘Bombe’ RodenStore insert key of blacklisted local Sones.
2010-10-27 David ‘Bombe’ RodenAdd blacklisting functionality.
2010-10-25 David ‘Bombe’ RodenAdd method to delegate Sone parsing.
2010-10-25 David ‘Bombe’ RodenRefactoring to allow several entry points for parseSone().
2010-10-25 David ‘Bombe’ RodenOnly read the value from the configuration after not...
2010-10-25 David ‘Bombe’ RodenAdd options to clear the configuration on next restart.
2010-10-25 David ‘Bombe’ RodenAdd boolean options.
2010-10-25 David ‘Bombe’ RodenMake the option watcher optional.
2010-10-25 David ‘Bombe’ RodenAdd an option for the insertion delay.
2010-10-25 David ‘Bombe’ RodenMake the insertion delay configurable.
2010-10-25 David ‘Bombe’ RodenAdd containers for various run-time options.
2010-10-24 David ‘Bombe’ RodenAdd birth date to profile.
2010-10-23 David ‘Bombe’ RodenDon’t change the document name, it is okay!
2010-10-23 David ‘Bombe’ RodenFix insertion logic.
2010-10-23 David ‘Bombe’ RodenChange inserter logic to wait 60 seconds after each...
2010-10-23 David ‘Bombe’ RodenHardcode document name for Sone SSKs to “Sone”.
2010-10-23 David ‘Bombe’ RodenMake parser a bit more tolerant for Sones with missing...
2010-10-23 David ‘Bombe’ RodenFix error message.
2010-10-23 David ‘Bombe’ RodenStore and parse replies in/from inserted Sone.
2010-10-23 David ‘Bombe’ RodenAdd method that returns all Sones that like a given...
2010-10-23 David ‘Bombe’ RodenPersist likes replies over plugin restarts.
2010-10-23 David ‘Bombe’ RodenImplement “like” button.
2010-10-22 David ‘Bombe’ RodenDon’t insert friends anymore.
2010-10-22 David ‘Bombe’ RodenParse known Sones correctly, don’t parse friends anymore.
2010-10-22 David ‘Bombe’ RodenDon‘t download a Sone more than once.
2010-10-21 David ‘Bombe’ RodenSynchronize status map.
2010-10-21 David ‘Bombe’ RodenXML parsing is not thread-safe, synchronize on Sone...
2010-10-21 David ‘Bombe’ RodenActually parse friends and known Sones from a downloade...
2010-10-21 David ‘Bombe’ RodenDon’t register shutdown hooks for all Services.
2010-10-20 David ‘Bombe’ RodenDon’t extend AbstractService unless there’s a reason...
next