summary refs log tree commit diff
path: root/synapse/replication/slave/storage/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-4/+4
* 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-10/+0
* Comments from reviewErik Johnston2020-03-181-0/+3
* Change device list replication to match new semantics.Erik Johnston2020-02-281-12/+13
* Add 'device_lists_outbound_pokes' as extra table.Erik Johnston2020-02-281-1/+7
* Detect unknown remote devices and mark cache as stale (#6776)Erik Johnston2020-01-281-1/+1
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-2/+3
* clean up code a bitHubert Chathi2019-10-311-5/+9
* make user signatures a separate streamHubert Chathi2019-10-301-2/+6
* make notification of signatures work with workersHubert Chathi2019-10-241-0/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s...Erik Johnston2019-10-221-0/+3
|\
| * add user signature stream change cache to slaved device storeHubert Chathi2019-09-041-0/+3
* | Move storage classes into a main "data store".Erik Johnston2019-10-211-2/+2
|/
* Run Black. (#5482)Amber Brown2019-06-201-9/+5
* Fixup slave storesErik Johnston2019-03-041-24/+21
* Make workers work on Py3 (#4027)Amber Brown2018-10-131-10/+1
* merge (#3576)Amber Brown2018-09-141-7/+16
* run isortAmber Brown2018-07-091-2/+3
* Add missing storage function to slave storeErik Johnston2017-05-221-0/+2
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-14/+10
* Hook device list updates to replicationErik Johnston2017-01-271-0/+72