summary refs log tree commit diff
path: root/synapse/storage/keys.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-27move FederationStream out to its own fileRichard van der Hoff4-23/+43
2019-03-27move EventsStream out to its own fileRichard van der Hoff3-23/+42
2019-03-27Move replication.tcp.streams into a packageRichard van der Hoff4-35/+53
2019-03-27Fix/improve some docstrings in the replication code. (#4949)Richard van der Hoff3-7/+20
2019-03-26Support 3PID login in password providers (#4931)Andrew Morgan8-26/+137
2019-03-27Use the state event amount for userdir import batching, not room count (#4944)Amber Brown2-8/+21
2019-03-26Make federation endpoints more tolerant of trailing slashes v2 (#4935)Andrew Morgan5-11/+13
2019-03-25Fix ClientReplicationStreamProtocol.__str__ (#4929)Richard van der Hoff3-4/+6
2019-03-25Fix bug where read-receipts lost their timestamps (#4927)Richard van der Hoff8-12/+179
2019-03-25Use an explicit dbname for postgres connections in the tests. (#4928)Richard van der Hoff2-18/+17
2019-03-25Fix nginx example in ACME doc. (#4923)Richard van der Hoff2-1/+2
2019-03-25<