summary refs log tree commit diff
path: root/synapse/replication/slave/storage/account_data.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#...Erik Johnston2020-08-261-2/+2
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-4/+4
* Use symbolic names for replication stream names (#7768)Richard van der Hoff2020-07-011-2/+3
* Fix bug in account data replication stream. (#7656)Erik Johnston2020-06-091-1/+7
* Support any process writing to cache invalidation stream. (#7436)Erik Johnston2020-05-071-4/+2
* Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston2020-05-011-8/+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-2/+2
* Run Black. (#5482)Amber Brown2019-06-201-11/+6
* Fix typo in getting replication account data processingErik Johnston2018-03-011-1/+1
* Improve caching for read_marker APIErik Johnston2018-03-011-0/+3
* Add some caches to help read marker APIErik Johnston2018-03-011-0/+1
* Update copyrightErik Johnston2018-02-231-0/+1
* Use absolute importsErik Johnston2018-02-231-2/+2
* Split AccountDataStore and TagStoreErik Johnston2018-02-211-34/+4
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-31/+18
* Add db functions needed for room initial sync to slaveMark Haines2017-02-131-0/+6
* Add methods to events, account data and receipt slavesMark Haines2016-06-031-1/+40
* Add a slaved datastore for account dataMark Haines2016-05-131-0/+61