Fix ALL the logging!
[Sone.git] / src / main / java / net / pterodactylus / sone / core /
2011-05-10 David ‘Bombe’ RodenMerge branch 'option-validation-196' into next
2011-05-10 David ‘Bombe’ RodenAdd validators to options, validate options on loading.
2011-05-10 David ‘Bombe’ RodenAdd validation methods to preferences.
2011-05-10 David ‘Bombe’ RodenAdd option validation.
2011-05-08 David ‘Bombe’ RodenMerge branch 'master' into next
2011-05-08 David ‘Bombe’ RodenMerge branch 'release-0.6.4' 0.6.4
2011-05-08 David ‘Bombe’ RodenSet latest known edition of homepage to 36.
2011-05-07 David ‘Bombe’ RodenAdd option to require full access for Sone.
2011-05-06 David ‘Bombe’ RodenUse a thread pool to download Sones.
2011-05-03 David ‘Bombe’ RodenInitialize options of Sone before aborting loading...
2011-04-28 David ‘Bombe’ RodenMerge branch 'master' into next
2011-04-28 David ‘Bombe’ RodenMerge branch 'release-0.6.3' 0.6.3
2011-04-28 David ‘Bombe’ RodenUpdate latest known version.
2011-04-24 David ‘Bombe’ RodenRemove a Sone if no own identity trusts it anymore.
2011-04-24 David ‘Bombe’ RodenStore current edition in template context for inserted...
2011-04-23 David ‘Bombe’ RodenAlways follow the official Sone when creating a new...
2011-04-20 David ‘Bombe’ RodenDon’t save Sone twice, especially not while synchronizi...
2011-04-20 David ‘Bombe’ RodenDownload a Sone as USK when it’s the first time.
2011-04-17 David ‘Bombe’ RodenMerge branch 'release-0.6.2' 0.6.2
2011-04-16 David ‘Bombe’ RodenAdd missing license headers.
2011-04-16 David ‘Bombe’ RodenFix wrong project name in file headers.
2011-04-16 David ‘Bombe’ RodenSet the latest edition of a Sone when the identity...
2011-04-16 David ‘Bombe’ RodenDownlad SSKs instead of USKs to prevent triggering...
2011-04-14 David ‘Bombe’ RodenMerge branch 'improve-notification-handling' into next
2011-04-14 David ‘Bombe’ RodenNotify listeners when a post is removed.
2011-04-14 David ‘Bombe’ RodenCatch and log all exceptions occuring during parsing.
2011-04-13 David ‘Bombe’ RodenDefault description to an empty string.
2011-04-13 David ‘Bombe’ RodenParse creation time as a long.
2011-04-13 David ‘Bombe’ RodenStore albums from parsed Sone in stored Sone.
2011-04-13 David ‘Bombe’ RodenFix typo.
2011-04-13 David ‘Bombe’ RodenParse album and image XML.
2011-04-13 David ‘Bombe’ RodenStore flattened albums in insert information.
2011-04-13 David ‘Bombe’ RodenMove album flattening algorithm to Sone.
2011-04-13 David ‘Bombe’ RodenBring image-management up to speed.
2011-04-13 David ‘Bombe’ RodenDelete temporary image before removing image.
2011-04-13 David ‘Bombe’ RodenFire appropriate event if cancelled by user.
2011-04-13 David ‘Bombe’ RodenAdd some thread-safety.
2011-04-13 David ‘Bombe’ RodenRetrieve insert token by image ID.
2011-04-13 David ‘Bombe’ RodenCancel with a ClientContext.
2011-04-13 David ‘Bombe’ RodenAdd method to delete image.
2011-04-13 David ‘Bombe’ RodenCancel image insert when deleting a temporary image.
2011-04-13 David ‘Bombe’ RodenAdd method to delete an album.
2011-04-13 David ‘Bombe’ RodenInsert image after creating it.
2011-04-13 David ‘Bombe’ RodenAdd ImageInsertListener methods to CoreListener.
2011-04-13 David ‘Bombe’ RodenFix wrong method name.
2011-04-13 David ‘Bombe’ RodenFix album loading.
2011-04-13 David ‘Bombe’ RodenAdd image inserter to Core.
2011-04-13 David ‘Bombe’ RodenImplement ImageInsertListener interface in Core.
2011-04-13 David ‘Bombe’ RodenAdd image inserter.
2011-04-13 David ‘Bombe’ RodenAdd insertImage() method to freenet interface.
2011-04-13 David ‘Bombe’ RodenAdd image insert listener interface.
2011-04-13 David ‘Bombe’ RodenAdd another exception type.
2011-04-13 David ‘Bombe’ RodenLoad and save images when loading and saving Sones.
2011-04-13 David ‘Bombe’ RodenAdd method to create an Image from a TemporaryImage.
2011-04-13 David ‘Bombe’ RodenAdd methods to delete a temporary image.
2011-04-13 David ‘Bombe’ RodenAdd methods to create and retrieve temporary images.
2011-04-13 David ‘Bombe’ RodenRename album name to album title.
2011-04-13 David ‘Bombe’ RodenInstantiate album via caching mechanism.
2011-04-13 David ‘Bombe’ RodenImplement album structure loading.
2011-04-13 David ‘Bombe’ RodenWrite end marker after albums.
2011-04-13 David ‘Bombe’ RodenSave album structure.
2011-04-11 David ‘Bombe’ RodenAdd all Sone-specific options when creating a Sone.
2011-04-11 David ‘Bombe’ RodenAdd option to require full access FCP connections to...
2011-04-11 David ‘Bombe’ RodenAdd option to activate and deactivate the FCP interface.
2011-04-11 David ‘Bombe’ RodenAdd FCP interface to core.
2011-04-10 David ‘Bombe’ RodenMerge branch 'release-0.6.1' 0.6.1
2011-04-10 David ‘Bombe’ RodenReduce default number of posts per page to 10.
2011-04-08 David ‘Bombe’ RodenMark deleted posts and replies as known.
2011-04-08 David ‘Bombe’ RodenAllow user to configuration the number of posts shown...
2011-04-07 David ‘Bombe’ RodenMark own posts as new to allow retrieval and insertion...
2011-04-05 David ‘Bombe’ RodenImplement auto-following of new Sones.
2011-04-05 David ‘Bombe’ RodenAdd large try-catch block around SoneInserter’s run...
2011-04-05 David ‘Bombe’ RodenAdd method to get all posts that have a certain Sone...
2011-04-03 David ‘Bombe’ RodenReduce default negative trust to -25.
2011-04-02 David ‘Bombe’ RodenMerge branch 'release-0.6' 0.6
2011-04-02 David ‘Bombe’ RodenFix javadoc.
2011-04-01 David ‘Bombe’ RodenMake classes static.
2011-04-01 David ‘Bombe’ RodenAdd validation.
2011-04-01 David ‘Bombe’ RodenActually check for the Sone’s identities.
2011-03-29 David ‘Bombe’ RodenMerge branch 'release-0.5.2' 0.5.2
2011-03-29 David ‘Bombe’ RodenMerge branch 'new-web-of-trust' into next
2011-03-25 David ‘Bombe’ RodenDon’t fetch a local Sone initially.
2011-03-22 David ‘Bombe’ RodenOnly add album to Sone if it has no parent album.
2011-03-22 David ‘Bombe’ RodenFix whitespace.
2011-03-22 David ‘Bombe’ RodenFix whitespace.
2011-03-22 David ‘Bombe’ RodenMerge branch 'next' into image-management
2011-03-17 David ‘Bombe’ RodenMerge branch 'release-0.5.1' 0.5.1
2011-03-08 David ‘Bombe’ RodenReregister USKs when Sone is already known to the downl...
2011-03-08 David ‘Bombe’ RodenMerge branch 'release-0.5' 0.5
2011-03-07 David ‘Bombe’ RodenAlways download Sones, older editions are skipped later...
2011-02-17 David ‘Bombe’ RodenMerge branch 'bookmarks' into next. This fixes #103.
2011-02-17 David ‘Bombe’ RodenAdd bookmark management.
2011-01-28 David ‘Bombe’ RodenReregister the USK subscription after a successful...
2011-01-28 David ‘Bombe’ RodenDon’t run background fetchers for Sones that are last...
2011-01-28 David ‘Bombe’ RodenWrap the Core’s options into a Preferences object which...
2011-01-26 David ‘Bombe’ RodenMerge branch 'release-0.4.3' 0.4.3
2011-01-26 David ‘Bombe’ RodenStore and propagate the latest edition, too.
2011-01-25 David ‘Bombe’ RodenUse the URI from the Sone directly.
2011-01-25 David ‘Bombe’ RodenSave Sone after inserting it.
2011-01-25 David ‘Bombe’ RodenCompare the new list of replies with the correct old...
next