Sone.git
2010-11-01 David ‘Bombe... Store the identity instead of the ID and the nickname...
2010-11-01 David ‘Bombe... Add name comparator.
2010-11-01 David ‘Bombe... Add time comparator.
2010-11-01 David ‘Bombe... Add identity manager.
2010-11-01 David ‘Bombe... Store contexts and properties in identities, allow...
2010-11-01 David ‘Bombe... Return the enumeration value itself.
2010-11-01 David ‘Bombe... Remove debug code.
2010-10-30 David ‘Bombe... Merge branch 'next' into wot-integration
2010-10-30 David ‘Bombe... Wait at most a minute for a reply.
2010-10-30 David ‘Bombe... Remove blocking, blacklisting, and distribution of...
2010-10-30 David ‘Bombe... Add accessor for Identitys.
2010-10-30 David ‘Bombe... Store ID as string.
2010-10-30 David ‘Bombe... Don’t cache properties, either, and implement property...
2010-10-30 David ‘Bombe... Re-order parameters to allow for multiple target messages.
2010-10-29 David ‘Bombe... Don’t cache contexts.
2010-10-29 David ‘Bombe... Implement delegate methods to add and remove contexts...
2010-10-29 David ‘Bombe... Add methods to add and remove contexts.
2010-10-29 David ‘Bombe... Use cached values.
2010-10-29 David ‘Bombe... Move property manipulation to OwnIdentity.
2010-10-29 David ‘Bombe... Add methods to load all trusted identities.
2010-10-29 David ‘Bombe... Always at least try to load the contexts before using...
2010-10-29 David ‘Bombe... Use marker variable for whether the contexts have been...
2010-10-29 David ‘Bombe... Implement Identity.getContexts().
2010-10-29 David ‘Bombe... Store Web of Trust connector in Core.
2010-10-29 David ‘Bombe... Add stub of Web of Trust plugin connector.
2010-10-29 David ‘Bombe... Add basic plugin communication ability.
2010-10-29 David ‘Bombe... Merge branch 'master' into next
2010-10-29 David ‘Bombe... Set version to 0.1-RC3. 0.1-RC3
2010-10-29 David ‘Bombe... Update default Sone URIs.
2010-10-29 David ‘Bombe... Fix creation at given URIs.
2010-10-29 David ‘Bombe... Merge branch 'master' into next
2010-10-29 David ‘Bombe... Set version number to 0.1-RC2. 0.1-RC2
2010-10-29 David ‘Bombe... Add lots of synchronization.
2010-10-29 David ‘Bombe... Prevent insert and request URIs from being overwritten...
2010-10-28 David ‘Bombe... Move default Sones to constant set at the beginning...
2010-10-28 David ‘Bombe... Merge branch 'master' into next
2010-10-28 David ‘Bombe... Fix labels for Sone creation URIs.
2010-10-28 David ‘Bombe... Enhance text about blacklisting.
2010-10-28 David ‘Bombe... Merge branch 'master' into next
2010-10-28 David ‘Bombe... Fix likes only containing the likes of local Sones.
2010-10-28 David ‘Bombe... Add “help” page.
2010-10-28 David ‘Bombe... Only show the login page in the menu if no Sone is...
2010-10-28 David ‘Bombe... Move login requirement to SoneTemplatePage.
2010-10-27 David ‘Bombe... Set version to 0.1-RC1. 0.1-RC1
2010-10-27 David ‘Bombe... Show version information on “about” page.
2010-10-27 David ‘Bombe... Expose the version.
2010-10-27 David ‘Bombe... Sort Sones ignoring case.
2010-10-27 David ‘Bombe... Fix name of URI XML nodes.
2010-10-27 David ‘Bombe... Call parent method to set important variables.
2010-10-27 David ‘Bombe... Add default Sones after resetting the configuration.
2010-10-27 David ‘Bombe... Move default Sones to own method.
2010-10-27 David ‘Bombe... Set Sone status to “idle” if it was downloaded and...
2010-10-27 David ‘Bombe... Add “first start” logic that adds a couple of default...
2010-10-27 David ‘Bombe... Add Freenet logging.
2010-10-27 David ‘Bombe... Store insert key of blacklisted Sone correctly.
2010-10-27 David ‘Bombe... Always shutdown the logger.
2010-10-27 David ‘Bombe... Implement Sone blacklisting via JavaScript.
2010-10-27 David ‘Bombe... Remove delete Sone from Sone cache, too.
2010-10-27 David ‘Bombe... Remove status of deleted Sone.
2010-10-27 David ‘Bombe... Store insert key of blacklisted local Sones.
2010-10-27 David ‘Bombe... Add blacklisting functionality.
2010-10-26 David ‘Bombe... Add CSS class for local Sones.
2010-10-26 David ‘Bombe... Add “local” member.
2010-10-25 David ‘Bombe... Add “import Sone” section to login page.
2010-10-25 David ‘Bombe... Add Sone import.
2010-10-25 David ‘Bombe... Add method to delegate Sone parsing.
2010-10-25 David ‘Bombe... Refactoring to allow several entry points for parseSone().
2010-10-25 David ‘Bombe... Backup ID and last modification time of Sone, too.
2010-10-25 David ‘Bombe... Backup post and reply likes.
2010-10-25 David ‘Bombe... Backup birth date.
2010-10-25 David ‘Bombe... Only read the value from the configuration after not...
2010-10-25 David ‘Bombe... Turn POST request into a GET request.
2010-10-25 David ‘Bombe... Actually process the two clear-on-next-restart options.
2010-10-25 David ‘Bombe... Show “confirmation of clear-on-next-restart” option.
2010-10-25 David ‘Bombe... Add missing javadocs.
2010-10-25 David ‘Bombe... Show the first of the two “clear on next restart” optio...
2010-10-25 David ‘Bombe... Add options to clear the configuration on next restart.
2010-10-25 David ‘Bombe... Add boolean options.
2010-10-25 David ‘Bombe... Make the option watcher optional.
2010-10-25 David ‘Bombe... Add page to let the user edit the options.
2010-10-25 David ‘Bombe... Add an option for the insertion delay.
2010-10-25 David ‘Bombe... Make the insertion delay configurable.
2010-10-25 David ‘Bombe... Add containers for various run-time options.
2010-10-24 David ‘Bombe... Add birth date to profile.
2010-10-24 David ‘Bombe... Update the name of the Sone along with the status.
2010-10-24 David ‘Bombe... Return the name of the Sone.
2010-10-23 David ‘Bombe... Hide the “idle” marker on a modified Sone.
2010-10-23 David ‘Bombe... Don’t change the document name, it is okay!
2010-10-23 David ‘Bombe... Fix insertion logic.
2010-10-23 David ‘Bombe... Change inserter logic to wait 60 seconds after each...
2010-10-23 David ‘Bombe... Use input fields instead of textareas in a couple of...
2010-10-23 David ‘Bombe... Add optional parameter to insert an input field instead...
2010-10-23 David ‘Bombe... Add omitted input field name.
2010-10-23 David ‘Bombe... Slightly change formatting of <h1> headers.
2010-10-23 David ‘Bombe... Fix label.
2010-10-23 David ‘Bombe... Hardcode document name for Sone SSKs to “Sone”.
2010-10-23 David ‘Bombe... Enhance description of Sone creation.
2010-10-23 David ‘Bombe... Use a lot more <p> and a lot less <div>.
2010-10-23 David ‘Bombe... Add GPLv3 license text.
2010-10-23 David ‘Bombe... Add “about” page.
next