Move parsing of boolean options into its own method.
[Sone.git] / src / main /
2014-03-26 David ‘Bombe’ RodenMove parsing of boolean options into its own method. refactoring
2014-03-26 David ‘Bombe’ RodenFix notifications.
2014-03-26 David ‘Bombe’ RodenTurn the database exception into a runtime exception.
2014-03-26 David ‘Bombe’ RodenMove saving known posts into its own method.
2014-03-26 David ‘Bombe’ RodenRemove Service interface.
2014-03-26 David ‘Bombe’ RodenUse static import for String.format.
2014-03-08 David ‘Bombe’ RodenFix display of a last and new post.
2014-03-08 David ‘Bombe’ RodenSave configuration after stopping all databases.
2014-03-08 David ‘Bombe’ RodenExtract memory-based identity database into its own...
2014-03-08 David ‘Bombe’ RodenExtract memory-backed post database into its own class.
2014-03-05 David ‘Bombe’ RodenInner interfaces are always static.
2014-03-05 David ‘Bombe’ RodenAdd helper method to clear up intent.
2014-03-05 David ‘Bombe’ RodenUse static imports.
2014-03-05 David ‘Bombe’ RodenInclude Sone ID in downloader thread name.
2014-03-05 David ‘Bombe’ RodenMove callback wrapper to inner class.
2014-03-05 David ‘Bombe’ RodenMove USK callback to inner class.
2014-03-05 David ‘Bombe’ RodenStore the “known” status of a post in the database.
2014-03-05 David ‘Bombe’ RodenDon’t process a download if the downloader was aborted.
2014-03-05 David ‘Bombe’ RodenUse forceful, non-blocking shutdown of thread pool.
2014-03-04 David ‘Bombe’ RodenDon’t store Sones in core.
2014-03-04 David ‘Bombe’ RodenRemove request and insert URI from default Sone impleme...
2014-03-04 David ‘Bombe’ RodenAdd storeSone() method to sone database.
2014-03-01 David ‘Bombe’ RodenFree all buckets after the insert has finished.
2014-03-01 David ‘Bombe’ RodenStore the insert URI in the information used for inserting.
2014-03-01 David ‘Bombe’ RodenAdd function that converts a Sone into its insert URI.
2014-03-01 David ‘Bombe’ RodenStore identities in database.
2014-03-01 David ‘Bombe’ RodenInitialize new remote Sones with a dummy Client.
2014-02-28 David ‘Bombe’ RodenIf no current Sone exists, return an error.
2014-02-28 David ‘Bombe’ RodenRemove unused methods.
2014-02-28 David ‘Bombe’ RodenFix shadow creation.
2014-02-28 David ‘Bombe’ RodenMove more of identity change detection into an easily...
2014-02-28 David ‘Bombe’ RodenImplement hashCode() and equals().
2014-02-28 David ‘Bombe’ RodenConvert an Identity into a Map, not a Collection of...
2014-02-28 David ‘Bombe’ RodenUse the identity loader for loading identities.
2014-02-28 David ‘Bombe’ RodenRemove sync object, simply sync on own identities.
2014-02-28 David ‘Bombe’ RodenAdd an identity loader.
2014-02-28 David ‘Bombe’ RodenAllow method chaining when changing identities.
2014-02-28 David ‘Bombe’ RodenRemove unused code.
2014-02-28 David ‘Bombe’ RodenRemove unused method.
2014-02-28 David ‘Bombe’ RodenAdd equals() and hashCode() implementation.
2014-02-28 David ‘Bombe’ RodenReact correctly when parameters are not given.
2014-02-28 David ‘Bombe’ RodenRemove unused plugin.
2014-02-28 David ‘Bombe’ RodenUse Joiner and TO_NICE_NAME to concatenate the Sone...
2014-02-28 David ‘Bombe’ RodenAdd function that transforms a Sone into its nice name.
2014-02-28 David ‘Bombe’ RodenUse ComparisonChain for nice name comparator.
2014-02-28 David ‘Bombe’ RodenExtract some functionality into their own methods.
2014-02-28 David ‘Bombe’ RodenExpose Link class.
2014-02-28 David ‘Bombe’ RodenRework the text parser.
2014-02-28 David ‘Bombe’ RodenRemove modifier from interface.
2014-02-28 David ‘Bombe’ RodenExtract functions to detect long-enough links.
2014-02-28 David ‘Bombe’ RodenExtract function to detect whether a freenet link match...
2014-02-28 David ‘Bombe’ RodenExtract removal of trailing whitespace parts into its...
2014-02-28 David ‘Bombe’ RodenExtract finding next whitespace into its own method.
2014-02-28 David ‘Bombe’ RodenAlways use the correct length of the scheme.
2014-02-28 David ‘Bombe’ RodenMove finding the next link into its own method.
2014-02-28 David ‘Bombe’ RodenStore in link type whether a link is an internet link.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary cast.
2014-02-28 David ‘Bombe’ RodenRemove unused cast.
2014-02-28 David ‘Bombe’ RodenStore in link type whether a link is a freenet link.
2014-02-28 David ‘Bombe’ RodenRemove unused request.
2014-02-28 David ‘Bombe’ RodenUse static import.
2014-02-28 David ‘Bombe’ RodenOverride equals() and hashCode().
2014-02-28 David ‘Bombe’ RodenRemove unused import.
2014-02-28 David ‘Bombe’ RodenOverride hashCode() and equals().
2014-02-28 David ‘Bombe’ RodenOverride Object methods.
2014-02-28 David ‘Bombe’ RodenAdd hashCode() and equals().
2014-02-28 David ‘Bombe’ RodenOverride Object methods.
2014-02-28 David ‘Bombe’ RodenRemove unused copy-constructor.
2014-02-28 David ‘Bombe’ RodenUse identity change detector in identity manager.
2014-02-28 David ‘Bombe’ RodenAdd class that compares two lists of identities.
2014-02-28 David ‘Bombe’ RodenRemove unused method.
2014-02-28 David ‘Bombe’ RodenMove reply like functionality from Sone to Reply.
2014-02-28 David ‘Bombe’ RodenCheck for correct objects.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary modifier.
2014-02-28 David ‘Bombe’ RodenMove isLikedPostId from Sone to Post.
2014-02-28 David ‘Bombe’ RodenMove retrieval of post likes from Core to Post.
2014-02-28 David ‘Bombe’ RodenMove unliking a post from Sone to Post.
2014-02-28 David ‘Bombe’ RodenMove post liking from Sone to Post.
2014-02-28 David ‘Bombe’ RodenActually allow the Sone to be missing in getOptionalSone().
2014-02-28 David ‘Bombe’ RodenAdd method to get a string with default value.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenReturn friends as Collection, not as List.
2014-02-28 David ‘Bombe’ RodenAdd method to expose a Post loader.
2014-02-28 David ‘Bombe’ RodenAdd method to expose a Sone loader.
2014-02-28 David ‘Bombe’ RodenRefactoring.
2014-02-28 David ‘Bombe’ RodenImplement local Sone filter by using isLocal().
2014-02-28 David ‘Bombe’ RodenAdd a function to transform a Sone into its posts.
2014-02-28 David ‘Bombe’ RodenActually delete the reply.
2014-02-28 David ‘Bombe’ RodenWhitespace.
2014-02-28 David ‘Bombe’ RodenActually delete the post.
2014-02-28 David ‘Bombe’ RodenRemove annotation, the function can return null.
2014-02-28 David ‘Bombe’ RodenHandle exception when replying only once.
2014-02-28 David ‘Bombe’ RodenAdd method to add a command for testing.
2014-02-28 David ‘Bombe’ RodenFilter future replies when encoding single posts.
2014-02-28 David ‘Bombe’ RodenUse a static import.
2014-02-28 David ‘Bombe’ RodenSplit post encoding methods to remove boolean parameters.
2014-02-28 David ‘Bombe’ RodenRemove booleans from method signatures, create explicit...
2014-02-28 David ‘Bombe’ RodenFix bug in text encoding method.
2014-02-28 David ‘Bombe’ RodenVerify that the avatar ID belongs to an image of the...
2014-02-28 David ‘Bombe’ RodenMove protocol version handling and time parsing into...
next