summary refs log tree commit diff
path: root/synapse/replication/slave/storage/room.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-5/+6
| | | | | | | As the TCP replication uses a slightly different API and streams than the HTTP replication. This breaks HTTP replication.
* Add cache to get_public_room_ids_at_stream_idErik Johnston2016-12-121-1/+2
|
* Fix public room pagination for client_reader appErik Johnston2016-09-161-0/+1
|
* Stream public room changes down replicationErik Johnston2016-09-151-0/+31
|
* Add slace storage functions for public room listErik Johnston2016-07-281-0/+21