summary refs log tree commit diff
path: root/changelog.d/16360.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.94.0rc1David Robertson2023-10-031-1/+0
|
* Add a cache around server ACL checking (#16360)Patrick Cloke2023-09-261-0/+1
* 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.