Sone.git
2019-09-18 David ‘Bombe... 🔀 Merge other “next” branch into this “next”
2019-09-10 David ‘Bombe... 🔀 Merge branch “improve-following-performance” into...
2019-09-10 David ‘Bombe... ✨ Only save known posts and replies once per second
2019-09-10 David ‘Bombe... ⬆️ Update Kotlin version
2019-09-09 David ‘Bombe... ✨ Show audio player for links to audio files
2019-09-09 David ‘Bombe... ✨ Recognize audio files as linked elements
2019-09-09 David ‘Bombe... 🎨 Slightly improve the form of the test
2019-09-09 David ‘Bombe... 🎨 Remove unnecessary explicit types
2019-09-05 David ‘Bombe... 💚 Add javax.activation dependency
2019-09-05 David ‘Bombe... 💚 Fix build for Java >= 9
2019-09-05 David ‘Bombe... 💚 Use most recent jacoco version
2019-09-05 David ‘Bombe... 💚 Use most recent Mockito 2.x version
2019-09-04 David ‘Bombe... 💚 Use Gradle 5.6.1
2019-08-07 David ‘Bombe... 🎨 Replace L10nFilter with Kotlin version
2019-08-07 David ‘Bombe... 🎨 Replace Key with Kotlin version
2019-08-07 David ‘Bombe... 🎨 Replace KeyTest with Kotlin version
2019-08-07 David ‘Bombe... ♻️ Replace UpdateChecker with Kotlin version
2019-08-07 David ‘Bombe... 🎨 Replace UpdateCheckerTest with Kotlin version
2019-08-07 David ‘Bombe... 🔀 Merge other next branch
2019-08-07 David ‘Bombe... ♻️ Add first stab at async freenet interface
2019-08-07 David ‘Bombe... ♻️ Add freenet client interface
2019-08-06 David ‘Bombe... 🔊 Fix logging in downloader
2019-08-05 David ‘Bombe... 🐛 Unregister USKs even if edition differs
2019-08-03 David ‘Bombe... 📈 Add different configuration for other histogram
2019-08-02 David ‘Bombe... ⬆️ Use newest Kotlin version
2019-08-02 David ‘Bombe... 🎨 Replace FreenetInterfaceTest with Kotlin version
2019-08-02 David ‘Bombe... 📈 Use different configuration for histogram
2019-08-01 David ‘Bombe... 🐛 Fix bug with nanosecond display
2019-07-31 David ‘Bombe... 💄 Format times on metrics page better
2019-07-31 David ‘Bombe... 🔥 Remove left-over page heading
2019-07-31 David ‘Bombe... 🔊 Count errors on Sone inserts
2019-07-31 David ‘Bombe... ✨ Add metrics for Sone insert durations
2019-07-31 David ‘Bombe... 🎨 Replace FilesystemTemplateTest with Kotlin version
2019-07-31 David ‘Bombe... ✨ Add metrics to SoneInserter
2019-07-31 David ‘Bombe... 🎨 Replace SoneInserterTest with Kotlin version
2019-07-30 David ‘Bombe... 🎨 Update current edition of rescuer after fetch
2019-07-30 David ‘Bombe... 🎨 Replace SoneRescuerTest with Kotlin version
2019-07-30 David ‘Bombe... 🔥 Remove fetching of custom edition from rescuer
2019-07-30 David ‘Bombe... 🔥 Remove possibility to fetch a custom edition
2019-07-30 David ‘Bombe... 🎨 Remove unused return value
2019-07-30 David ‘Bombe... 🎨 Add annotation from overridden method
2019-07-30 David ‘Bombe... 🎨 Remove unnecessary comments, clean up imports
2019-07-30 David ‘Bombe... ⚡️ Remove unnecessary database operation
2019-07-30 David ‘Bombe... 🎨 Add annotation from overridden method
2019-07-30 David ‘Bombe... 🎨 Remove useless comments, clean up imports
2019-07-30 David ‘Bombe... ⚡️ Remove unnecessary database operation
2019-07-30 David ‘Bombe... 🐛 Fix metrics page showing wrong event count
2019-07-30 David ‘Bombe... ✅ Fix initialization of metrics page test
2019-07-29 David ‘Bombe... 🔊 Log Sone parsing time
2019-07-28 David ‘Bombe... ♻️ Move throwing redirect exception into method
2019-07-28 David ‘Bombe... ✅ Stabilize timing-dependent test
2019-07-28 David ‘Bombe... ✨ Activate debug mode on event
2019-07-28 David ‘Bombe... ✨ Allow activateDebugMode() to be called multiple times
2019-07-28 David ‘Bombe... ✨ Add page to activate debug mode
2019-07-28 David ‘Bombe... ✨ Register debug pages that can be added later
2019-07-28 David ‘Bombe... ✨ Post event when debug activated
2019-07-28 David ‘Bombe... ♻️ Refactor test
2019-07-28 David ‘Bombe... ✅ Add method to set debug flag
2019-07-28 David ‘Bombe... 🔥 Replace debug flag collection with simple flag
2019-07-28 David ‘Bombe... ✨ Only show metrics page if debug flag is set
2019-07-28 David ‘Bombe... ✨ Add “show metrics” debug information flag
2019-07-28 David ‘Bombe... 🎨 Rename test method to be more specific
2019-07-28 David ‘Bombe... ✨ Add metrics page
2019-07-27 David ‘Bombe... 🎨 Add @Nullable annotation to parseSone() method
2019-07-27 David ‘Bombe... ✅ Add test for unsuccessful parsing not adding data...
2019-07-26 David ‘Bombe... ✨ Record Sone parsing durations
2019-07-26 David ‘Bombe... 🎨 Replace SoneParserTest with Kotlin version
2019-07-26 David ‘Bombe... 🔥 Remove unused import
2019-07-26 David ‘Bombe... ✨ Configure metric registry for injection
2019-07-26 David ‘Bombe... ⚡️ Don’t save configuration for every Sone
2019-07-26 David ‘Bombe... ⚡️ Only update configuration once per second
2019-07-26 David ‘Bombe... 🐛 Register manually created core with event bus
2019-07-26 David ‘Bombe... 🔊 Set log level ALL on Sone root logger
2019-07-26 David ‘Bombe... 💚 Fix sr.ht build while FindBugs can’t handle Kotlin...
2019-07-13 David ‘Bombe... 🚧 Try different method of loading classes for logging
2019-07-12 David ‘Bombe... 🔊 Log times for loading identities
2019-07-12 David ‘Bombe... 🐛 Create Core as singleton
2019-07-11 David ‘Bombe... 🐛 Only show client version if enabled
2019-07-11 David ‘Bombe... ✨ Add debug flags to Core
2019-07-11 David ‘Bombe... ✨ Add debug information to Core
2019-07-11 David ‘Bombe... ✨ Add container for debug information flags
2019-07-11 David ‘Bombe... 🎨 Replace CoreTest with Kotlin version
2019-07-10 David ‘Bombe... ♻️ Use SoneModule when starting Sone
2019-07-10 David ‘Bombe... ✅ Test for correct l10n in SoneModule
2019-07-10 David ‘Bombe... 🐛 Fix version parsing in SoneModule
2019-07-10 David ‘Bombe... ✨ Show client version in hover menu
2019-07-10 David ‘Bombe... ✨ Add toString() implementation for Client
2019-07-10 David ‘Bombe... 🔀 Merge changes from other next branch
2019-07-10 David ‘Bombe... 🙈 Ignore sone.properties file
2019-07-02 David ‘Bombe... ♻️ Don’t use Optional as parameter type
2019-07-02 David ‘Bombe... 🔥 Remove deprecated methods
2019-07-01 David ‘Bombe... ♻️ Improve getInstance() method, use it in test
2019-07-01 David ‘Bombe... 🚚 Rename “SoneModuleCreator” to “SoneModule”
2019-06-29 David ‘Bombe... 🎨 Replace ConfigurationSoneParserTest with Kotlin version
2019-06-28 David ‘Bombe... 🎨 Replace UpdateFoundEvent with Kotlin version
2019-06-28 David ‘Bombe... 🎨 Replace Sone events with Kotlin versions
2019-06-28 David ‘Bombe... 🎨 Replace reply events with Kotlin versions
2019-06-28 David ‘Bombe... 🎨 Replace post events with Kotlin versions
2019-06-28 David ‘Bombe... 🎨 Replace image events with Kotlin versions
2019-06-27 David ‘Bombe... 🔀 Merge branch “master” into next
next