summary refs log tree commit diff
path: root/snap (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-06Incorporate reviewBrendan Abolivier4-21/+12
2020-08-06Fixup worker doc (again) (#8000)Erik Johnston3-14/+43
2020-08-05Rename database classes to make some sense (#8033)Erik Johnston337-1323/+1408
2020-08-05Stop the parent process flushing the logs on exit (#8012)Richard van der Hoff4-3/+10
2020-08-05bug report template: move comments into comment (#8030)Richard van der Hoff1-2/+2
2020-08-04Spruce up the check-newsfragment CI output (#8024)Andrew Morgan2-1/+13
2020-08-04Fix async/await calls for broken media providers. (#8027)Patrick Cloke3-22/+21
2020-08-04Convert the SimpleHttpClient to async. (#8016)Patrick Cloke3-32/+26
2020-08-04Convert streams to async. (#8014)Patrick Cloke10-30/+27
2020-08-04re-implement daemonize (#8011)Richard van der Hoff4-14/+135
2020-08-03Remove signature check on v1 identity server lookups (#8001)Andrew Morgan2-31/+4
2020-08-03Prevent join->join membership transitions changing member count (#7977)Andrew Morgan6-13/+126
2020-08-03Implement handling of HTTP HEAD requests.