MatrixSynapse/synapse/storage
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
..
controllers Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
databases Implement MSC4028: push all encrypted events. (#16361) 2023-09-26 11:52:19 -04:00
engines Delete device messages asynchronously and in staged batches (#16240) 2023-09-06 09:30:53 +02:00
schema
util Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192) 2023-03-03 08:13:37 -05:00
__init__.py
_base.py
background_updates.py
database.py
keys.py
prepare_database.py
push_rule.py
roommember.py
types.py