MatrixSynapse/synapse/storage/controllers
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
..
__init__.py Add admin endpoint to query room sizes (#15482) 2023-04-26 16:00:11 +00:00
persist_events.py Return an immutable value from get_latest_event_ids_in_room. (#16326) 2023-09-18 09:29:05 -04:00
purge_events.py Include the room ID in more purge room log lines. (#15222) 2023-03-08 20:08:56 +00:00
state.py Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
stats.py Fix subscriptable type usage in Python <3.9 (#15604) 2023-05-16 12:19:46 -05:00