summary refs log tree commit diff
path: root/tests/patch_inline_callbacks.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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-31remove slow code on userdir (#4534)Amber Brown1-18/+0
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-31update debian installation instructions (#4526)Richard van der Hoff2-5/+32
* update debian installation instructions * docs PR is docs
2019-01-31Break infinite loop on redaction in v3 roomsRichard van der Hoff1-1/+1
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-30by default include m.room.encryption on invites (#3902)Matthew Hodgson3