summary refs log tree commit diff
path: root/stubs/synapse/synapse_rust/acl.pyi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the rust stubs inline for better IDE integration (#16757)Erik Johnston2023-12-211-21/+0
| | | | At least for vscode this allows click through / type checking / syntax highlighting.
* Add a cache around server ACL checking (#16360)Patrick Cloke2023-09-261-0/+21
* 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.