0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 17:48:19 +02:00
synapse/tests/federation
Patrick Cloke f84da3c32e
Add a cache around server ACL checking (#16360)
* Pre-compiles the server ACLs onto an object per room and
  invalidates them when new events come in.
* Converts the server ACL checking into Rust.
2023-09-26 11:57:50 -04:00
..
transport Bump mypy-zope & mypy. (#16188) 2023-08-29 10:38:56 -04:00
__init__.py Implementation of server_acls 2018-07-04 19:06:20 +01:00
test_complexity.py Bump mypy-zope & mypy. (#16188) 2023-08-29 10:38:56 -04:00
test_federation_catch_up.py Bump mypy-zope & mypy. (#16188) 2023-08-29 10:38:56 -04:00
test_federation_client.py Switch from matrix:// to matrix-federation:// scheme for internal Synapse routing of outbound federation traffic (#15806) 2023-06-20 10:05:31 +01:00
test_federation_sender.py Don't wake up destination transaction queue if they're not due for retry. (#16223) 2023-09-04 17:14:09 +01:00
test_federation_server.py Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00