Add method to retrieve the trust of an identity for an own identity.
[Sone.git] / src / main / java / net / pterodactylus / sone / freenet / wot / Identity.java
2010-12-15 David ‘Bombe’ RodenAdd method to retrieve the trust of an identity for...
2010-12-13 David ‘Bombe’ RodenExtract Identity interfaces, move functionality to...
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’ RodenDon’t cache properties, either, and implement property...
2010-10-29 David ‘Bombe’ RodenDon’t cache contexts.
2010-10-29 David ‘Bombe’ RodenMove property manipulation to OwnIdentity.
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.