summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
...
* | | arti: Fix typo in display_service_discovery_key function name.Gabriela Moldovan2024-09-191-3/+3
* | | arti: Gate the arti hsc subcommand behind a new "hsc" feature (fmt).Gabriela Moldovan2024-09-191-4/+1
* | | arti: Gate the arti hsc subcommand behind a new "hsc" feature.Gabriela Moldovan2024-09-195-17/+9
* | | arti: Add a test for the "hsc key" subcommand help output.Gabriela Moldovan2024-09-193-0/+19
* | | arti: Add a subcommand for removing a client discovery key.Gabriela Moldovan2024-09-191-0/+35
* | | arti: Add an hsc subcommand for rotating client keys.Gabriela Moldovan2024-09-192-0/+69
* | | arti: Move public key output logic to a separate function.Gabriela Moldovan2024-09-191-4/+13
* | | arti: Satisfy clippy.Gabriela Moldovan2024-09-181-4/+4
* | | arti: Add hsc key subcommand, deprecate hsc get-key.Gabriela Moldovan2024-09-183-5/+34
* | | arti: Move the keygen-related args to a separate struct.Gabriela Moldovan2024-09-181-9/+17
* | | arti: Make sure we check the KeyType before running the command.Gabriela Moldovan2024-09-181-1/+5
* | | arti: Move the shared arti hsc args to CommonArgs (fmt).Gabriela Moldovan2024-09-181-2/+4
* | | arti: Move the shared arti hsc args to CommonArgs.Gabriela Moldovan2024-09-181-16/+22
* | | arti: Move TorClient creation to the top-level (fmt).Gabriela Moldovan2024-09-181-4/+1
* | | arti: Move TorClient creation to the top-level.Gabriela Moldovan2024-09-181-8/+7
| |/ |/|
* | Merge branch 'svc-no-proxy-port' into 'main'David Goulet2024-09-172-14/+36
|\ \
| * | arti: Don't log that we are in SOCKS mode unless socks_listen is set.Gabriela Moldovan2024-09-171-6/+13
| * | arti: Allow running hidden services with SOCKS/DNS ports disabled.Gabriela Moldovan2024-09-172-8/+23
* | | Merge branch 'msrv-1.75' into 'main'Nick Mathewson2024-09-171-1/+1
|\ \ \
| * | | Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* | | | arti: Remove hss get-key from the tests.Gabriela Moldovan2024-09-172-24/+2
* | | | arti: Remove get-key subcommand in favor of onion-name.Gabriela Moldovan2024-09-171-28/+7
* | | | arti: Add a test and some docs for the hss get-key subcommand.Gabriela Moldovan2024-09-171-0/+30
* | | | arti: Add CLI for generating an onion service hsid.Gabriela Moldovan2024-09-172-3/+85
* | | | arti: Add an enum for the hss subcommand.Gabriela Moldovan2024-09-173-40/+48
* | | | arti: Refactor hss::onion_name() implementation.Gabriela Moldovan2024-09-171-11/+29
* | | | arti: Move hss onion-name implementation to a separate function.Gabriela Moldovan2024-09-171-29/+41
* | | | arti: Remove a completed TODO.Gabriela Moldovan2024-09-171-1/+0
| |/ / |/| |
* | | arti: Test hss onion-name behavior when the hsid is missing.Gabriela Moldovan2024-09-172-0/+17
|/ /
* | arti: Move proxy subcommand to a separate module.Gabriela Moldovan2024-09-122-41/+42
* | arti: Move arti::run to subcommands::proxy.Gabriela Moldovan2024-09-122-156/+172
* | arti: Add a new module for the proxy subcommand.Gabriela Moldovan2024-09-122-0/+19
* | Merge branch 'rpc_proxy_info_fix' into 'main'Ian Jackson2024-09-121-1/+1
|\ \
| * | rpc: Fix argument type for rpc_session_get_rpc_proxy_infoNick Mathewson2024-09-111-1/+1
* | | arti: Remove onion service anonymity setting.Gabriela Moldovan2024-09-121-7/+0
|/ /
* | Merge branch 'publisher-svc-status' into 'main'David Goulet2024-09-101-1/+15
|\ \
| * | tor-hsservice: Log the onion svc status.Gabriela Moldovan2024-09-091-1/+15
| |/
* / Fix a typo in WRONG_PROTOCOL_PAYLOAD.Pier Angelo Vendrame2024-09-101-2/+3
|/
* socksproto: Add a const for suggested buffer length.Nick Mathewson2024-09-091-2/+2
* rpc: More specificity surrounding SOCKS-rpc integrationNick Mathewson2024-09-091-2/+25
* Suggestion about describing non-RPC behavior of SOCKS protocol from @diziet.Nick Mathewson2024-09-091-1/+3
* arti/rpclib: Tweak proxy_info format.Nick Mathewson2024-09-092-2/+4
* arti/rpclib: Lowercase our socks5 listener variant.Nick Mathewson2024-09-091-0/+1
* arti: Add a comment explaining how RPC and SOCKS interactNick Mathewson2024-09-091-0/+181
* arti: add and document get_rpc_proxy_info method.Nick Mathewson2024-09-091-2/+38
* arti: Temporarily disable a flaky test.Ian Jackson2024-09-051-0/+1
* Merge branch 'slow-test' into 'main'Ian Jackson2024-09-051-2/+15
|\
| * arti: Make the config watcher debounce interval configurable (fmt).Gabriela Moldovan2024-09-041-1/+9
| * arti: Make the config watcher debounce interval configurable.Gabriela Moldovan2024-09-041-2/+7
* | Merge branch 'reload-cfg-test' into 'main'David Goulet2024-09-041-2/+4
|\ \ | |/ |/|