aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/connection
Commit message (Expand)AuthorAgeFilesLines
* rpc: Give the session-creation function an argument.Nick Mathewson2023-06-151-1/+11
* rpc: revise session initialization a lot.Nick Mathewson2023-06-151-8/+4
* rpc: Rename Session=>RpcSessionNick Mathewson2023-06-151-1/+1
* rpc: Disable auth:get_rpc_protocol for now.Nick Mathewson2023-05-241-0/+8
* rpc: Make the top-level returned object a "session".Nick Mathewson2023-05-241-6/+12
* rpc: Implement auth:query.Nick Mathewson2023-05-231-1/+39
* rpc: Implement the auth:get_rpc_protocol method.Nick Mathewson2023-05-231-0/+49
* rpc: move existing auth code to new module.Nick Mathewson2023-05-231-0/+82