Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the rust stubs inline for better IDE integration (#16757) | Erik Johnston | 2023-12-21 | 1 | -21/+0 |
| | | | | At least for vscode this allows click through / type checking / syntax highlighting. | ||||
* | Add a cache around server ACL checking (#16360) | Patrick Cloke | 2023-09-26 | 1 | -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. |