MatrixSynapse/synapse
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
..
_scripts
api
app
appservice
config
crypto
events Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
federation Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
handlers Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
http
logging
media
metrics
module_api
push
replication Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
res
rest
server_notices
spam_checker_api
state
static
storage Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
streams
types
util
__init__.py
_pydantic_compat.py
event_auth.py
notifier.py
py.typed
server.py
visibility.py