summaryrefslogtreecommitdiff
path: root/crates/arti/src/rpc/superuser.rs
Commit message (Collapse)AuthorAgeFilesLines
* rpc: Add support for set_dormant.Nick Mathewson2026-03-161-6/+56
| | | | | This is not exactly the most _urgent_ superuser functionality, but it is probably the easiest to implement.
* rpc: Implement superuser mode.Nick Mathewson2026-03-161-0/+28
When connection point provides superuser support, provide a (currently inert) RpcSuperuser object to the RPC session.