summary refs log tree commit diff
path: root/synapse/replication/slave/storage/registration.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old empty/redundant slaved stores. (#13349)Nick Mills-Barrett2022-07-211-19/+0
|
* Use cache store remove base slaved (#13329)Nick Mills-Barrett2022-07-211-3/+1
| | | This comes from two identical definitions in each of the base stores, and means the base slaved store is now empty and can be removed.
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
|
* Move storage classes into a main "data store".Erik Johnston2019-10-211-1/+1
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* run isortAmber Brown2018-07-091-1/+2
|
* Split registration storeErik Johnston2018-03-021-15/+3
|
* Add appservice workerErik Johnston2016-08-181-0/+3
|
* Use cached get_user_by_access_token in slavesErik Johnston2016-08-161-1/+1
|
* Add slaved stores for filters, tokens, and push rulesMark Haines2016-06-031-0/+30