summary refs log tree commit diff
path: root/synapse/replication/slave/storage/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused public_room_list_stream (#10565)Andrew Morgan2021-08-171-37/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#...Erik Johnston2020-08-261-1/+1
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-3/+3
* Use symbolic names for replication stream names (#7768)Richard van der Hoff2020-07-011-1/+2
* Support any process writing to cache invalidation stream. (#7436)Erik Johnston2020-05-071-2/+2
* Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston2020-05-011-5/+0
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-2/+3
* Move storage classes into a main "data store".Erik Johnston2019-10-211-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-3/+1
* run isortAmber Brown2018-07-091-1/+2
* Split up RoomStoreErik Johnston2018-03-011-17/+4
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-5/+6
* 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