summary refs log tree commit diff
path: root/pyproject.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-10LintBrendan Abolivier1-2/+2
2020-08-10why mypy whyBrendan Abolivier1-1/+3
2020-08-06LintBrendan Abolivier1-1/+1
2020-08-06Incorporate reviewBrendan Abolivier1-2/+2
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. (#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/+11
2020-08-03Fix PUT /pushrules to use the right rule IDsBrendan Abolivier1-2/+9
2020-08-03Back out the database hack and replace it with a temporary config settingBrendan Abolivier4-48/+20
2020-07-31