summary refs log tree commit diff
path: root/rust/src/acl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-13/+19
|
* Add a cache around server ACL checking (#16360)Patrick Cloke2023-09-261-0/+102
* 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.