summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-03Convert replication code to async/await. (#7987)Patrick Cloke10-38/+28
2020-08-03Convert ACME code to async/await. (#7989)Patrick Cloke3-14/+11
2020-07-31Fix some comments and types in service notices (#7996)Patrick Cl