MatrixSynapse/synapse/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
..
sender Don't wake up destination transaction queue if they're not due for retry. (#16223) 2023-09-04 17:14:09 +01:00
transport
__init__.py
federation_base.py
federation_client.py Convert more cached return values to immutable types (#16356) 2023-09-20 07:48:55 -04:00
federation_server.py Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
persistence.py
send_queue.py Don't wake up destination transaction queue if they're not due for retry. (#16223) 2023-09-04 17:14:09 +01:00
units.py