MatrixSynapse/synapse/replication/http
Richard van der Hoff 1800aabfc2
Split `FederationHandler` in half (#10692)
The idea here is to take anything to do with incoming events and move it out to a separate handler, as a way of making FederationHandler smaller.
2021-08-26 21:41:44 +01:00
..
__init__.py
_base.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
account_data.py
devices.py
federation.py Split `FederationHandler` in half (#10692) 2021-08-26 21:41:44 +01:00
login.py MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
membership.py
presence.py
push.py
register.py
send_event.py
streams.py