forked-synapse/synapse/federation
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
..
sender
transport Validate the max_rooms_per_space parameter to ensure it is non-negative. (#10611) 2021-08-16 12:01:30 -04:00
__init__.py
federation_base.py
federation_client.py Cache the result of fetching the room hierarchy over federation. (#10647) 2021-08-26 07:16:53 -04:00
federation_server.py Split FederationHandler in half (#10692) 2021-08-26 21:41:44 +01:00
persistence.py
send_queue.py
units.py