Add method to retrieve the trust of an identity for an own identity.
[Sone.git] / src / main / java / net / pterodactylus / sone / freenet / wot / WebOfTrustConnector.java
2010-12-15 David ‘Bombe’ RodenAdd method to retrieve the trust of an identity for...
2010-12-13 David ‘Bombe’ RodenAdd method to set identity trust.
2010-12-13 David ‘Bombe’ RodenExtract Identity interfaces, move functionality to...
2010-12-13 David ‘Bombe’ RodenMove plugin connector and related classes to its own...
2010-11-08 David ‘Bombe’ RodenClear message names after timeout.
2010-11-05 David ‘Bombe’ RodenMatch latest changes in WoT.
2010-11-05 David ‘Bombe’ RodenParse changed property names.
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’ RodenImplement “ping” command.
2010-11-01 David ‘Bombe’ RodenDon’t increment the properties counter twice.
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’ RodenAdd methods to add and remove contexts.
2010-10-29 David ‘Bombe’ RodenAdd methods to load all trusted identities.
2010-10-29 David ‘Bombe’ RodenImplement Identity.getContexts().
2010-10-29 David ‘Bombe’ RodenAdd stub of Web of Trust plugin connector.