0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 12:09:06 +02:00
synapse/synapse
Patrick Cloke 8d609435c0
Move methods involving event authentication to EventAuthHandler. (#10268)
Instead of mixing them with user authentication methods.
2021-07-01 14:25:37 -04:00
..
_scripts
api Move methods involving event authentication to EventAuthHandler. (#10268) 2021-07-01 14:25:37 -04:00
app Add a distributed lock (#10269) 2021-06-29 19:15:47 +01:00
appservice
config MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
crypto When joining a remote room limit the number of events we concurrently check signatures/hashes for (#10117) 2021-06-08 11:07:46 +01:00
events Move methods involving event authentication to EventAuthHandler. (#10268) 2021-07-01 14:25:37 -04:00
federation Move methods involving event authentication to EventAuthHandler. (#10268) 2021-07-01 14:25:37 -04:00
groups
handlers Move methods involving event authentication to EventAuthHandler. (#10268) 2021-07-01 14:25:37 -04:00
http Add additional types to the federation transport server. (#10213) 2021-06-28 07:36:41 -04:00
logging Expose opentracing trace id in response headers (#10199) 2021-06-18 11:43:22 +01:00
metrics
module_api MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
push Move methods involving event authentication to EventAuthHandler. (#10268) 2021-07-01 14:25:37 -04:00
replication MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
res/templates
rest MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
server_notices
spam_checker_api
state
static
storage fix ordering of bg update (#10291) 2021-07-01 18:45:55 +01:00
streams
util Standardise the module interface (#10062) 2021-06-18 12:15:52 +01:00
__init__.py 1.37.1 2021-06-30 12:24:13 +01:00
event_auth.py Correct type hints for synapse.event_auth. (#10253) 2021-06-30 07:08:42 -04:00
notifier.py
python_dependencies.py Remove support for ACME v1 (#10194) 2021-06-17 18:56:48 +01:00
server.py Standardise the module interface (#10062) 2021-06-18 12:15:52 +01:00
types.py Ensure that we do not cache empty sync responses after a timeout (#10158) 2021-06-17 16:23:11 +01:00
visibility.py