synapse-product/synapse/federation
Patrick Cloke 620ecf13b0
Various improvements to the federation client. (#9129)
* Type hints for `FederationClient`.
* Using `async` functions instead of returning `Awaitable` instances.
2021-01-20 07:59:18 -05:00
..
sender Fix not sending events over federation when using sharded event persisters (#8536) 2020-10-14 13:27:51 +01:00
transport Add type hints to the crypto module. (#8999) 2021-01-04 10:04:50 -05:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Allow spam-checker modules to be provide async methods. (#8890) 2020-12-11 14:05:15 -05:00
federation_client.py Various improvements to the federation client. (#9129) 2021-01-20 07:59:18 -05:00
federation_server.py Support routing edu's to multiple instances (#9042) 2021-01-07 18:07:28 +00:00
persistence.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
send_queue.py Fix not sending events over federation when using sharded event persisters (#8536) 2020-10-14 13:27:51 +01:00
units.py Convert calls of async database methods to async (#8166) 2020-08-27 13:38:41 -04:00