summaryrefslogtreecommitdiff
path: root/crates/arti/tests
Commit message (Expand)AuthorAgeFilesLines
* arti: keys: Fix arti keys help messagehjrgrn2025-06-231-1/+1
* arti: Add keys list and keys list-keystoreshjrgrn2025-06-1215-1/+106
* arti: test: Refactor arti integration testhjrgrn2025-05-124-2/+156
* Remove hsc quiet and force flags in favor of batchhjrgrn2025-04-141-1/+1
* test: Fix get-key-error testcase for hschjrgrn2025-03-192-3/+3
* test: Fix get-key-error testcase for hschjrgrn2025-03-182-2/+3
* test: Update testcase get-key-error for hschjrgrn2025-03-141-2/+2
* Deprecate --onion-name; introduce --onion-addressdisha2025-03-124-11/+11
* arti: Remove incorrect deprecation warning in hschjrgrn2025-03-101-1/+1
* arti: Gate the arti hsc subcommand behind a new "hsc" feature.Gabriela Moldovan2024-09-191-1/+1
* arti: Add a test for the "hsc key" subcommand help output.Gabriela Moldovan2024-09-193-0/+19
* arti: Add hsc key subcommand, deprecate hsc get-key.Gabriela Moldovan2024-09-182-2/+3
* arti: Remove hss get-key from the tests.Gabriela Moldovan2024-09-172-24/+2
* 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-171-1/+2
* arti: Add an enum for the hss subcommand.Gabriela Moldovan2024-09-171-1/+1
* arti: Test hss onion-name behavior when the hsid is missing.Gabriela Moldovan2024-09-172-0/+17
* arti: Set the COLUMNS env var in the CLI tests.Gabriela Moldovan2024-08-283-11/+14
* arti: Elide some text in the expected hsc test output.Gabriela Moldovan2024-08-281-2/+1
* arti: Implement the hsc subcommand using an inert tor client.Gabriela Moldovan2024-08-282-7/+3
* doc: Add arti hsc subcommand docs to doc/hsc.md.Gabriela Moldovan2024-08-051-28/+1
* arti: Update the hsc markdown test.Gabriela Moldovan2024-08-051-3/+19
* arti: Elide the -c help in the expected output of the CLI tests.Gabriela Moldovan2024-08-051-2/+1
* Have `arti hss onion-name` error if it doesn't print the onion nameKunal Mehta2024-08-011-1/+2
* arti: Add tests for the arti hsc subcommand.Gabriela Moldovan2024-07-3020-0/+146
* arti: Add tests for the arti hss subcommand.Gabriela Moldovan2024-07-3011-0/+157