Add Sone downloader.
[Sone.git] / src / main / java / net /
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’ RodenOverride Object.toString().
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’ RodenExtract nice name formatting into its own method.
2010-10-14 David ‘Bombe’ RodenUpdate the edition numbers in the keys.
2010-10-14 David ‘Bombe’ RodenAdd method to update the suggested edition on the inser...
2010-10-14 David ‘Bombe’ RodenConvert the keys to USK when creating the Sone.
2010-10-14 David ‘Bombe’ RodenDon’t try to get a null 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’ RodenAdd page that adds a friend.
2010-10-14 David ‘Bombe’ RodenEvery time a Sone is fetched, see if it can be unshelled.
2010-10-14 David ‘Bombe’ RodenAdd “isFriend” and “isCurrent” properties.
2010-10-14 David ‘Bombe’ RodenSort posts in Sones.
2010-10-14 David ‘Bombe’ RodenReturn replies sorted.
2010-10-14 David ‘Bombe’ RodenPrevent NPEs when accessing an unset time.
2010-10-14 David ‘Bombe’ RodenAlways return the replies sorted by time, oldest first.
2010-10-14 David ‘Bombe’ RodenAdd Sone accessor.
2010-10-14 David ‘Bombe’ RodenAdd page that views a Sone.
2010-10-14 David ‘Bombe’ RodenAdd method to return a Sone by its ID.
2010-10-14 David ‘Bombe’ RodenThe used UUIDs are an implementation detail. Hide it.
2010-10-14 David ‘Bombe’ RodenAlways create Shells with IDs.
2010-10-14 David ‘Bombe’ RodenLoad replies and store everything in caches.
2010-10-14 David ‘Bombe’ RodenRewrite shell cache to create shells, if necessary.
2010-10-14 David ‘Bombe’ RodenOnly allow unshelling a post if its Sone is not a shell.
2010-10-14 David ‘Bombe’ RodenOnly allow unshelling a reply if both its post and...
2010-10-14 David ‘Bombe’ RodenAdd some shell creators.
2010-10-14 David ‘Bombe’ RodenChange contract of Shell.getShelled().
2010-10-14 David ‘Bombe’ RodenAdd shell creator interface.
2010-10-14 David ‘Bombe’ RodenSave replies on stopping.
2010-10-14 David ‘Bombe’ RodenUse a more generic Shell-aware cache.
2010-10-14 David ‘Bombe’ RodenAdd Shell for Sone.
2010-10-14 David ‘Bombe’ RodenRemove obsolete User class.
2010-10-14 David ‘Bombe’ RodenAdd cache for Posts that is Shell-aware and throws...
2010-10-14 David ‘Bombe’ RodenWrap Post and Reply into a Shell.
2010-10-14 David ‘Bombe’ RodenAdd interface for not-yet-created objects.
2010-10-14 David ‘Bombe’ RodenUse all parameters for equality.
2010-10-14 David ‘Bombe’ RodenUse normal right-shift.
2010-10-14 David ‘Bombe’ RodenUse all available parameters for post equality.
2010-10-14 David ‘Bombe’ RodenStore all replies of a Sone in the Sone.
2010-10-14 David ‘Bombe’ RodenStore the Sone in the reply.
2010-10-14 David ‘Bombe’ RodenReturn a Set because that’s what it is.
2010-10-14 David ‘Bombe’ RodenStore replies in post.
2010-10-14 David ‘Bombe’ RodenAdd container for replies.
2010-10-14 David ‘Bombe’ RodenUse the hashCode() of the ID.
2010-10-14 David ‘Bombe’ RodenAdd code comment.
2010-10-14 David ‘Bombe’ RodenName service.
2010-10-14 David ‘Bombe’ RodenChange restart and wait logic.
2010-10-14 David ‘Bombe’ RodenLoad/save all posts of a Sone on starting/stopping.
2010-10-14 David ‘Bombe’ RodenAdd a GUID to Post.
2010-10-14 David ‘Bombe’ RodenMove post creation back to CreatePostPage.
2010-10-14 David ‘Bombe’ RodenShow posts of Sone and friends on index page.
2010-10-14 David ‘Bombe’ RodenCheck if post belongs to this Sone before trying to...
2010-10-14 David ‘Bombe’ RodenStore the originating Sone in the post.
2010-10-14 David ‘Bombe’ RodenMove L10nFilter to own file, remove Sone template facto...
2010-10-14 David ‘Bombe’ RodenAdd posting ability.
2010-10-14 David ‘Bombe’ RodenPrevent resource leaks.
2010-10-14 David ‘Bombe’ RodenOnly show “create Sone” in menu when not logged in.
2010-10-14 David ‘Bombe’ RodenFix parameter name.
2010-10-14 David ‘Bombe’ RodenAdd posts to Sone.
2010-10-14 David ‘Bombe’ RodenOverride Object.hashCode() and Object.equals().
2010-10-14 David ‘Bombe’ RodenUse traditional getter method names.
2010-10-14 David ‘Bombe’ RodenEnhance logging.
2010-10-14 David ‘Bombe’ RodenImplement profile editing.
2010-10-14 David ‘Bombe’ RodenReduce occurences of String concatenation.
2010-10-14 David ‘Bombe’ RodenStore a copy of the given profile.
2010-10-14 David ‘Bombe’ RodenLoad and save profile information.
2010-10-14 David ‘Bombe’ RodenShow name fields on page.
2010-10-14 David ‘Bombe’ RodenSet a new profile for a newly created Sone.
2010-10-14 David ‘Bombe’ RodenAdd stub of “edit profile” page.
2010-10-14 David ‘Bombe’ RodenAdd “is modified” flag.
2010-10-14 David ‘Bombe’ RodenStore first, middle, and last name.
2010-10-14 David ‘Bombe’ RodenA profile does not have a username, the Sone has a...
2010-10-14 David ‘Bombe’ RodenStore the Sone in the insert site, too.
2010-10-14 David ‘Bombe’ RodenAdd method to create a manifest element.
2010-10-14 David ‘Bombe’ RodenAdd profile to Sone.
2010-10-14 David ‘Bombe’ RodenAdd copy constructor.
2010-10-14 David ‘Bombe’ RodenUse traditional getter method name.
2010-10-13 David ‘Bombe’ RodenImplement Sone inserting.
2010-10-13 David ‘Bombe’ RodenAdd String-based Bucket implementation.
2010-10-13 David ‘Bombe’ RodenAdd method to insert a directory into Freenet.
2010-10-13 David ‘Bombe’ RodenSet modification counter of new Sones to 1 so that...
2010-10-13 David ‘Bombe’ RodenAdd synchronization note.
2010-10-13 David ‘Bombe’ RodenOverride Object.equals().
2010-10-13 David ‘Bombe’ RodenStub of Sone inserter main loop.
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’ RodenAdd stub of Sone inserter.
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.
2010-10-13 David ‘Bombe’ RodenRemove warning about parameter assignment.
2010-10-13 David ‘Bombe’ RodenImplement page deletion.
2010-10-13 David ‘Bombe’ RodenGenerate key without docname.
2010-10-13 David ‘Bombe’ RodenAdd method to delete a Sone.
2010-10-13 David ‘Bombe’ RodenAdd some logging.
next