summary refs log tree commit diff
path: root/synapse/replication/slave/storage/appservice.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old empty/redundant slaved stores. (#13349)Nick Mills-Barrett2022-07-211-25/+0
|
* 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 Black. (#5482)Amber Brown2019-06-201-2/+3
|
* run isortAmber Brown2018-07-091-1/+2
|
* Update copyrightErik Johnston2018-02-231-0/+1
|
* Split AS storesErik Johnston2018-02-211-28/+6
|
* Initialise exclusive_user_regexErik Johnston2017-06-211-0/+2
|
* Fix for workersErik Johnston2017-06-211-0/+3
|
* Add appservice workerErik Johnston2016-08-181-0/+10
|
* Add slaved stores for filters, tokens, and push rulesMark Haines2016-06-031-0/+30