Fix ALL the logging!
[Sone.git] / src / main / java / net / pterodactylus / sone / freenet /
2010-11-24 David ‘Bombe’ RodenOverride new save() method correctly.
2010-11-24 David ‘Bombe’ RodenThrow an exception if no plugin store is available.
2010-11-10 David ‘Bombe’ RodenAlways check the full set of own identities.
2010-11-10 David ‘Bombe’ RodenSave the plugin store after each modification.
2010-11-08 David ‘Bombe’ RodenClear message names after timeout.
2010-11-06 David ‘Bombe’ RodenCheck for changes in the context list, too.
2010-11-05 David ‘Bombe’ RodenMatch latest changes in WoT.
2010-11-05 David ‘Bombe’ RodenParse changed property names.
2010-11-05 David ‘Bombe’ RodenCheck for modified own identities every time the list...
2010-11-03 David ‘Bombe’ RodenFix timeout.
2010-11-03 David ‘Bombe’ RodenFix log messages, enhance logging.
2010-11-02 David ‘Bombe’ RodenThrow an exception when the timeout is hit.
2010-11-01 David ‘Bombe’ RodenDon’t store the “connected” status, ping the plugin...
2010-11-01 David ‘Bombe’ RodenImplement “ping” command.
2010-11-01 David ‘Bombe’ RodenDon’t increment the properties counter twice.
2010-11-01 David ‘Bombe’ RodenAdd identity manager.
2010-11-01 David ‘Bombe’ RodenStore contexts and properties in identities, allow...
2010-10-30 David ‘Bombe’ RodenMerge branch 'next' into wot-integration
2010-10-30 David ‘Bombe’ RodenWait at most a minute for a reply.
2010-10-30 David ‘Bombe’ RodenDon’t cache properties, either, and implement property...
2010-10-30 David ‘Bombe’ RodenRe-order parameters to allow for multiple target messages.
2010-10-29 David ‘Bombe’ RodenDon’t cache contexts.
2010-10-29 David ‘Bombe’ RodenImplement delegate methods to add and remove contexts...
2010-10-29 David ‘Bombe’ RodenAdd methods to add and remove contexts.
2010-10-29 David ‘Bombe’ RodenUse cached values.
2010-10-29 David ‘Bombe’ RodenMove property manipulation to OwnIdentity.
2010-10-29 David ‘Bombe’ RodenAdd methods to load all trusted identities.
2010-10-29 David ‘Bombe’ RodenAlways at least try to load the contexts before using...
2010-10-29 David ‘Bombe’ RodenUse marker variable for whether the contexts have been...
2010-10-29 David ‘Bombe’ RodenImplement Identity.getContexts().
2010-10-29 David ‘Bombe’ RodenAdd stub of Web of Trust plugin connector.
2010-10-29 David ‘Bombe’ RodenAdd basic plugin communication ability.
2010-10-18 David ‘Bombe’ RodenThrow exceptions if attributes are not set.
2010-10-14 David ‘Bombe’ RodenMove L10nFilter to own file, remove Sone template facto...
2010-10-13 David ‘Bombe’ RodenAdd String-based Bucket implementation.
2010-10-12 David ‘Bombe’ RodenAdd configuration backend wrapped around a plugin store.