summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-26Log when we receive receipt from a different originErik Johnston1-13/+22
2019-07-26Fix DoS when there is a cycle in redaction eventsRichard van der Hoff1-0/+4
Make sure that synapse doesn't explode when a redaction redacts itself, or there is a larger cycle.
2019-07-25log when a redaction attempts to redact an event in a different roomRichard van der Hoff2-0/+28
2019-07-251.2.0 v1.2.0 github/release-v1.2.0 release-v1.2.0Andrew Morgan3-3/+12
2019-07-241.2.0rc2 v1.2.0rc2Andrew Morgan3-2/+10
2019-07-24Fix servlet metric names (#5734)Jorik Schellekens10-31/+92
* Fix servlet metric names Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Remove redundant check * Cover all return paths
2019-07-22Make changelog slightly more readable v1.2.0rc1Andrew Morgan1-1/+1
2019-07-221.2.0rc1Andrew Morgan54-56/+82
2019-07-22Opentracing Documentation (#5703)Jorik Schellekens5-24/+230
* Opentracing survival guide * Update decorator names in doc * Doc cleanup These are all alterations as a result of comments in #5703, it includ