summaryrefslogtreecommitdiff
path: root/crates/arti/src/subcommands/hss.rs
Commit message (Expand)AuthorAgeFilesLines
* 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