aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/subcommands/hss.rs
Commit message (Expand)AuthorAgeFilesLines
* multiple crates: Fix clippy warningshjrgrn2026-07-101-1/+1
* keymgr: Move Unrecognized errors out of KeyPathErrorGabriela Moldovan2026-01-061-1/+0
* arti: Adjust a no-longer acccurate hss docGabriela Moldovan2025-12-011-1/+1
* arti: Add missing subcommand docsGabriela Moldovan2025-12-011-0/+2
* arti: test: Add integration test for `hss ctor-migrate`hjrgrn2025-09-101-4/+3
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-5/+3
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-311-1/+2
* arti: hss: Add `arti hss ctor-migrate`hjrgrn2025-07-311-2/+188
* Deprecate --onion-name; introduce --onion-addressdisha2025-03-121-20/+32
* arti: Remove get-key subcommand in favor of onion-name.Gabriela Moldovan2024-09-171-28/+7
* arti: Add CLI for generating an onion service hsid.Gabriela Moldovan2024-09-171-2/+83
* arti: Add an enum for the hss subcommand.Gabriela Moldovan2024-09-171-12/+39
* 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
* Have `arti hss onion-name` error if it doesn't print the onion nameKunal Mehta2024-08-011-3/+5
* arti: Move arti hss subcommand implementation to separate module.Gabriela Moldovan2024-06-171-0/+51