summary refs log tree commit diff
path: root/synctl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-081.36.0rc1Andrew Morgan46-45/+69
2021-06-08Fix logging context when opening new DB connection (#10141)Erik Johnston2-3/+10
2021-06-08Correct type hints for parse_string(s)_from_args. (#10137)Patrick Cloke8-83/+132
2021-06-08Name release branches just after major.minor (#10013)Dan Callahan3-5/+6
2021-06-08When joining a remote room limit the number of events we concurrently check s...Erik Johnston5-256/+202
2021-06-08Handle /backfill returning no events (#10133)Erik Johnston2-13/+26
2021-06-07More database opentracing (#10136)Richard van der Hoff2-2/+6
2021-06-07opentracing: use a consistent name for background processes (#10135)Richard van der Hoff3-2/+5
2021-06-07Make link in docs use HTTPS (#10130)Rohan Sharma2-1/+2
2021-06-07Fix broken link to README at root of repo (#10132)Chris Castle2-1/+2
2021-06-07Always update AS last_pos, even on no events (#10107)14mRh4X0r3-17/+15
2021-06-07Add missing type hints to the admin API servlets (#10105)Dirk Klimpel6-40/+48
2021-06-07Delete completes to-device messages earlier in /sync (#10124)Richard van der Hoff2-10/+12
2021-06-04Don't try and backfill the same room in parallel. (#10116)Erik Johnston2-0/+9
2021-06-04Limit number of events in a replication request (#10118)Erik Johnston2-2/+4
2021-06-04Enable Prometheus metrics for the jaeger client library (#10112)Richard van der Hoff3-1/+5
2021-06-03Compile and render Synapse's docs into a browsable, mobile-friendly and searc...Andrew Morgan35-54/+978
2021-06-03Add OpenTracing for database activity. (#10113)Richard van der Hoff3-33/+60
2021-06-03Improve opentracing annotations for Notifier (#10111)Richard van der Hoff2-33/+34
2021-06-03Convert admin api docs to markdown (#10089)Andrew Morgan9-1132/+1160
2021-06-03r0.6.1 support: /rooms/:roomId/aliases endpoint (#9224)Travis Ralston3-3/+3
2021-06-03Clarify changelog. v1.35.1 release-v1.35Patrick Cloke1-1/+1
2021-06-03