summary refs log tree commit diff
path: root/synapse/replication/slave/storage/receipts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix commentErik Johnston2018-02-201-1/+1
* Use abstract base class to access stream IDsErik Johnston2018-02-201-2/+7
* Split ReceiptsStoreErik Johnston2018-02-201-28/+5
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-11/+13
* Add methods to events, account data and receipt slavesMark Haines2016-06-031-1/+24
* Assert that stream replicated stream positions are intsMark Haines2016-05-131-1/+1
* Add a slaved receipts storeMark Haines2016-04-191-0/+61