🚧 Try to only allow identities that have no or positive trust
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / freenet / wot /
2020-04-18 David ‘Bombe’ Roden🚧 Try to only allow identities that have no or positive...
2020-04-17 David ‘Bombe’ Roden🚧 Disregard identities that don’t trust anyone
2020-04-17 David ‘Bombe’ Roden🔊 Log how much trust-all would reduce identity amount
2020-02-09 David ‘Bombe’ Roden🚚 Move kotlin files to correct source path
2020-02-09 David ‘Bombe’ Roden🔀 Merge branch 'master' into next
2020-02-09 David ‘Bombe’ Roden🔀 Merge “release/v81” into “master” v81
2020-02-09 David ‘Bombe’ Roden📄 Update year in file headers
2020-02-09 David ‘Bombe’ Roden📄 Update filenames in file headers
2020-02-09 David ‘Bombe’ Roden🔀 Merge “feature/notification-handler” into “next”
2020-01-02 David ‘Bombe’ Roden🔀 Merge “next” into “feature/notification-handlers”
2019-12-12 David ‘Bombe’ Roden🚧 Change rescheduling method
2019-12-11 David ‘Bombe’ Roden🎨 Use Runnable instead of a Kotlin arrow type
2019-12-11 David ‘Bombe’ Roden🚧 Add web of trust pinger and events
2019-11-29 David ‘Bombe’ Roden🔀 Merge 'feature/remove-trust-functions' into 'next'
2019-11-28 David ‘Bombe’ Roden🔥 Remove code for setting trust values
2019-11-04 David ‘Bombe’ Roden♻️ Make plugin connector fully suspendable
2019-11-03 David ‘Bombe’ Roden🎨 Catch and log exceptions in identity manager thread
2019-11-03 David ‘Bombe’ Roden🐛 Make an identity’s nickname optional
2019-11-03 David ‘Bombe’ Roden🔊 Add even more logging
2019-11-03 David ‘Bombe’ Roden🔊 Increase detail of logging
2019-11-02 David ‘Bombe’ Roden🔊 Add some logging
2019-11-02 David ‘Bombe’ Roden♻️ Simplify types
2019-11-02 David ‘Bombe’ Roden♻️ Kotlinize expression
2019-11-02 David ‘Bombe’ Roden🎨 Replace PluginException with Kotlin version
2019-11-02 David ‘Bombe’ Roden🔥 Remove identifier from plugin connector interface
2019-11-02 David ‘Bombe’ Roden♻️ Refactor WOT connector
2019-11-01 David ‘Bombe’ Roden♻️ Use set for an identity’s contexts
2019-11-01 David ‘Bombe’ Roden♻️ Refactor property and context parsing
2019-11-01 David ‘Bombe’ Roden🔥 Remove bucket parameter
2019-11-01 David ‘Bombe’ Roden♻️ Extract interface for WOT connector
2019-11-01 David ‘Bombe’ Roden🎨 Replace WOT connector with Kotlin version
2019-11-01 David ‘Bombe’ Roden🎨 Use time units for clearer code
2019-10-17 David ‘Bombe’ Roden🎨 Replaced IdentityManager with Kotlin version
2019-10-12 David ‘Bombe’ Roden🎨 Remove inheritance from identity events and replace...
2019-10-12 David ‘Bombe’ Roden🎨 Replace Trust with Kotlin version
2019-10-11 David ‘Bombe’ Roden🎨 Replace IdentityLoader with Kotlin version
2019-10-09 David ‘Bombe’ Roden🎨 Replace DefaultOwnIdentity with Kotlin version
2019-10-09 David ‘Bombe’ Roden🎨 Replace DefaultIdentity with Kotlin version
2019-09-24 David ‘Bombe’ Roden🎨 Replace Context with Kotlin version
2019-09-23 David ‘Bombe’ Roden🎨 Replace change detectors with Kotlin versions