0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-27 23:18:18 +02:00
synapse/synapse/replication
Richard van der Hoff 8cbbedaa2b
Fix ClientReplicationStreamProtocol.__str__ (#4929)
`__str__` depended on `self.addr`, which was absent from
ClientReplicationStreamProtocol, so attempting to call str on such an object
would raise an exception.

We can calculate the peer addr from the transport, so there is no need for addr
anyway.
2019-03-25 16:41:51 +00:00
..
http Add rate-limiting on registration (#4735) 2019-03-05 14:25:33 +00:00
slave Prefill client IPs cache on workers 2019-03-06 17:39:32 +00:00
tcp Fix ClientReplicationStreamProtocol.__str__ (#4929) 2019-03-25 16:41:51 +00:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00