forked-synapse/synapse
Erik Johnston c66a06ac6b Move storage classes into a main "data store".
This is in preparation for having multiple data stores that offer
different functionality, e.g. splitting out state or event storage.
2019-10-21 16:05:06 +01:00
..
_scripts
api Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
app Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
appservice Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
config cas: support setting display name (#6114) 2019-10-11 12:33:12 +01:00
crypto Fix well-known lookups with the federation certificate whitelist (#5997) 2019-09-14 04:58:38 +10:00
events
federation Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
groups before fulfilling a group invite,check if user is already joined/invited (#3436) 2019-10-10 13:03:44 +01:00
handlers Fix presence timeouts when synchrotron restarts. (#6212) 2019-10-18 06:42:26 +01:00
http Trace non-JSON APIs, /media, /key etc 2019-10-11 11:58:52 +01:00
logging Trace non-JSON APIs, /media, /key etc 2019-10-11 11:58:52 +01:00
metrics Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
module_api Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
push Generalize email sending logging (#6075) 2019-09-23 14:38:19 +01:00
replication Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
res/templates Allow HS to send emails when adding an email to the HS (#6042) 2019-09-20 15:21:30 +01:00
rest Merge pull request #6196 from matrix-org/erikj/await 2019-10-18 11:53:02 +02:00
server_notices Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
state add some metrics on the federation sender (#6160) 2019-10-03 17:47:20 +01:00
static Fix SSO fallback login 2019-09-12 11:42:47 +01:00
storage Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
streams Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
util Add maybe_awaitable and fix __init__ bugs 2019-10-11 15:26:09 +01:00
__init__.py Merge branch 'master' into develop 2019-10-18 11:00:43 +01:00
event_auth.py Cleanup event auth type initialisation (#5975) 2019-09-04 16:16:56 +01:00
notifier.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
python_dependencies.py Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
secrets.py
server.py Allow use of different ratelimits for admin redactions. 2019-09-11 10:46:38 +01:00
server.pyi
types.py Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
visibility.py