summary refs log tree commit diff
path: root/synapse/replication/slave/storage/keys.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Replace SlavedKeyStore with a shimRichard van der Hoff2019-04-081-14/+4
| | | | | since we're pulling everything out of KeyStore anyway, we may as well simplify it.
* Remove unused server_tls_certificates functions (#5028)Richard van der Hoff2019-04-081-3/+0
| | | | These have been unused since #4120, and with the demise of perspectives, it is unlikely that they will ever be used again.
* Make workers work on Py3 (#4027)Amber Brown2018-10-131-7/+7
|
* run isortAmber Brown2018-07-091-1/+2
|
* Add more key storage funcs into slave storeErik Johnston2016-07-281-6/+10
|
* Split out a FederationReader processErik Johnston2016-07-211-0/+29