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