summary refs log tree commit diff
path: root/scripts-dev/convert_server_keys.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-31Raise an exception instead of returning NoneAndrew Morgan1-2/+9
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-31New function for getting room's create eventAndrew Morgan2-18/+21
2019-01-31Fix infinite loop when an event is redacted in a v3 room (#4535)Richard van der Hoff2-5/+33
2019-01-31Reject large transactions on federation (#4513)Andrew Morgan2-0/+17
* Reject large transactions on federation * Add changelog * lint * Simplify large transaction handling
2019-01-31lintAndrew Morgan1-2/