summary refs log tree commit diff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-09Update Complement run with Synapse-supported MSC-related build tags (#10155)Andrew Morgan2-1/+2
2021-06-09Integrate knock rooms with the public rooms directory (#9359)Andrew Morgan3-5/+11
2021-06-09Implement knock feature (#6739)Sorunome29-118/+1613
2021-06-09Limit the number of in-flight /keys/query requests from a single device. (#10...Patrick Cloke4-173/+196
2021-06-09Clean up the interface for injecting opentracing over HTTP (#10143)Richard van der Hoff4-92/+26
2021-06-08Add type hints to the federation server transport. (#10080)Patrick Cloke5-75/+194
2021-06-08Make changelog lines consistent v1.36.0rc1Andrew Morgan1-1/+1
2021-06-08fix typo in changelogAndrew Morgan1-1/+1
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-031.35.1Patrick Cloke4-2/+16
2021-06-03Do not show invite-only rooms in spaces summary (unless joined/invited). (#10...Patrick Cloke2-10/+10