summary refs log tree commit diff
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-07Add health check endpoint (#8048)Erik Johnston7-3/+90
2020-08-07Reduce unnecessary whitespace in JSON. (#7372)David Vo15-53/+56
2020-08-06Revert #7736 (#8039)Brendan Abolivier12-339/+19
2020-08-06Convert some util functions to async (#8035)Patrick Cloke4-61/+39
2020-08-06Convert synapse.api to async/await (#8031)Patrick Cloke22-160/+172
2020-08-06Convert run_as_background_process inner function to async. (#8032)Patrick Cloke4-26/+16
2020-08-06Improve performance of the register endpoint (#8009)Patrick Cloke6-74/+146
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. (#7999)Patrick Cloke3-8/+54
2020-08-03Convert the crypto module to async/await. (#8003)Patrick Cloke3-132/+109
2020-08-03Allow guests to operate in encrypted rooms (#7314)Michael Albert2-1/+2
2020-08-03Convert replication code to async/await. (#7987)Patrick Cloke11-38/+29
2020-08-03Convert ACME code to async/await. (#7989)Patrick Cloke3-14