summary refs log tree commit diff
path: root/synapse/api/auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-01Cache failures to parse .well-knownRichard van der Hoff1-13/+43
Also add a Measure block around the .well-known fetch
2019-01-31better logging for federation connectionsRichard van der Hoff1-5/+16
2019-01-31Update federation routing logic to check .well-known before SRVRichard van der Hoff3-35/+27
2019-01-31v0.99.0rc3 v0.99.0rc3Richard van der Hoff5-4/+22
2019-01-31Add some debug for membership syncing issues (#4538)Richard van der Hoff2-2/+12
I can't figure out what's going on with #4422 and #4436; perhaps this will help.
2019-01-31Fix infinite loop when an event is redacted in a v3 room (#4535)Richard van der Hoff2-5/+33
2019-01-31update debian installation instructions (#4526)Richard van der Hoff2-5/+32
* update debian installation instructions * docs PR is docs
2019-01-30cleanups for contrib/prometheus/READMERichard van der Hoff1-0/+7
2019-01-30v0.99.0rc2 v0.99.0rc2Richard van der Hoff4-3/+18
2019-01-30ACME Upgrade Docs (#4528)Amber Brown2