Return to storing the ID instead of getting it from the identity.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
2010-11-04 David ‘Bombe’ RodenReturn to storing the ID instead of getting it from...
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-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’ 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 an option for the insertion delay.
2010-10-24 David ‘Bombe’ RodenAdd birth date to profile.
2010-10-23 David ‘Bombe’ RodenHardcode document name for Sone SSKs to “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-21 David ‘Bombe’ RodenSynchronize status map.
2010-10-21 David ‘Bombe’ RodenDon’t register shutdown hooks for all Services.
2010-10-20 David ‘Bombe’ RodenAdd method to delete a reply.
2010-10-19 David ‘Bombe’ RodenAdd “unknown” Sone state, initialize local and remote...
2010-10-19 David ‘Bombe’ RodenSet status of Sone when downloading, prepare for fetch...
2010-10-19 David ‘Bombe’ RodenAdd status for Sones.
2010-10-19 David ‘Bombe’ RodenMake it possible for the user to specify the document...
2010-10-18 David ‘Bombe’ RodenInsert known Sones, too.
2010-10-18 David ‘Bombe’ RodenSave and load update time of local Sones.
2010-10-18 David ‘Bombe’ RodenSave and load known Sones.
2010-10-18 David ‘Bombe’ RodenPersist list of blocked Sone IDs.
2010-10-18 David ‘Bombe’ RodenAdd method to load a local Sone from Freenet.
2010-10-16 David ‘Bombe’ RodenOnly load remote Sones after loading configuration.
2010-10-16 David ‘Bombe’ RodenAdd method to reload a known Sone.
2010-10-16 David ‘Bombe’ RodenOnly download remote Sones.
2010-10-16 David ‘Bombe’ RodenAdd method that returns all remote Sones, change javado...
2010-10-16 David ‘Bombe’ RodenChange javadoc comment.
2010-10-16 David ‘Bombe’ RodenDownload new friend Sones when starting up.
2010-10-16 David ‘Bombe’ RodenAlways download Sones in an own thread.
2010-10-16 David ‘Bombe’ RodenOnly add parsed Sone if it is not null.
2010-10-16 David ‘Bombe’ RodenWatch Sone for updates after it has been downloaded.
2010-10-16 David ‘Bombe’ RodenStore request URI in yet unknown Sones when parsing.
2010-10-16 David ‘Bombe’ RodenAdd Sones to cache, too.
2010-10-16 David ‘Bombe’ RodenAdd “known Sones” page.
2010-10-16 David ‘Bombe’ RodenChange Sone downloading logic.
2010-10-16 David ‘Bombe’ RodenParse Sone from fetch result.
2010-10-16 David ‘Bombe’ RodenDon’t watch local Sones for updates, we already have...
2010-10-16 David ‘Bombe’ RodenAdd method to load a Sone from a URI.
2010-10-16 David ‘Bombe’ RodenAdd methods to create a new Reply.
2010-10-16 David ‘Bombe’ RodenAdd created post to Sone automatically.
2010-10-15 David ‘Bombe’ RodenAdd the correct Sone!
2010-10-15 David ‘Bombe’ RodenRemove all cache access from outside the getters, don...
2010-10-15 David ‘Bombe’ RodenAdd method to get all replies for a post.
2010-10-15 David ‘Bombe’ RodenAllow Sone, Post, and Reply creation only through the...
2010-10-15 David ‘Bombe’ RodenRename methods that add local and remote Sones.
2010-10-15 David ‘Bombe’ RodenStart the Sone downloader, otherwise it can not be...
2010-10-15 David ‘Bombe’ RodenDon’t access the Sone cache directly.
2010-10-15 David ‘Bombe’ RodenRemove the shell stuff, make objects mutable.
2010-10-15 David ‘Bombe’ RodenRename “friend Sone” to just “friend.”
2010-10-15 David ‘Bombe’ RodenLoad and save friends.
2010-10-15 David ‘Bombe’ RodenAdd method to add remote Sones for watching.
2010-10-14 David ‘Bombe’ RodenAdd Sone downloader.
2010-10-14 David ‘Bombe’ RodenCreate keys correctly.
2010-10-14 David ‘Bombe’ RodenTerminate the list of Sones as well.
2010-10-14 David ‘Bombe’ RodenTerminate list of Posts and Replies (to prevent Ghost...
2010-10-14 David ‘Bombe’ RodenStore more information about the Sone of replies.
2010-10-14 David ‘Bombe’ RodenConvert the keys to USK when creating the Sone.
2010-10-14 David ‘Bombe’ RodenDon’t add Sone twice.
2010-10-14 David ‘Bombe’ RodenStore all added Sones in the Sone cache.
2010-10-14 David ‘Bombe’ RodenEvery time a Sone is fetched, see if it can be unshelled.
2010-10-14 David ‘Bombe’ RodenAdd method to return a Sone by its ID.
2010-10-14 David ‘Bombe’ RodenLoad replies and store everything in caches.
2010-10-14 David ‘Bombe’ RodenSave replies on stopping.
2010-10-14 David ‘Bombe’ RodenLoad/save all posts of a Sone on starting/stopping.
2010-10-14 David ‘Bombe’ RodenReduce occurences of String concatenation.
2010-10-14 David ‘Bombe’ RodenLoad and save profile information.
2010-10-14 David ‘Bombe’ RodenSet a new profile for a newly created Sone.
2010-10-13 David ‘Bombe’ RodenSet modification counter of new Sones to 1 so that...
2010-10-13 David ‘Bombe’ RodenHand in freenet interface to Sone inserter.
2010-10-13 David ‘Bombe’ RodenAdd modification counter to Sone.
2010-10-13 David ‘Bombe’ RodenStop all Sone inserters when stopping the core.
2010-10-13 David ‘Bombe’ RodenStart Sone inserters when Sone is added.
2010-10-13 David ‘Bombe’ RodenRename “localSones” method to a more traditional “getSo...
2010-10-13 David ‘Bombe’ RodenReturn an unmodifiable copy of the Sones.
next