summary refs log tree commit diff
path: root/synapse/replication/slave/storage/presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston2020-05-011-9/+0
* Fixup synapse.replication to pass mypy checks (#6667)Erik Johnston2020-01-141-1/+1
* 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-6/+2
* Remove presence lists (#4989)Neil Johnson2019-04-031-10/+0
* When presence is enabled don't send over replicationErik Johnston2019-02-271-2/+5
* Make workers work on Py3 (#4027)Amber Brown2018-10-131-3/+3
* run isortAmber Brown2018-07-091-4/+4
* Move get_presence_list_* to SlaveStoreErik Johnston2017-04-111-0/+10
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-10/+9
* Use presence replication stream to invalidate cacheErik Johnston2017-03-241-0/+1
* Cache get_presence storageErik Johnston2017-02-131-1/+3
* Add a slaved store for presenceMark Haines2016-06-031-0/+59