| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Address review - revert lint changes other than MD012 | hashcatHitman | 2025-04-08 | 1 | -48/+41 |
| | | | | | | A lot of these lints are better off agreed upon through policy and enforced globally. | ||||
| * | dev doc: Replaced outdated referenced to KeystoreSweeper | hashcatHitman | 2025-04-06 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | As of commit `0db0b6ede6ddba88e9a270a3e07587fefaab6fb4`, `crates/tor-hsservice/src/svc/keystore_sweeper.rs` was deleted and the key deletion was moved to `crates/tor-hsservice/src/svc/publish/reactor.rs`. As of commit `bebb6bdc6e15f42a3e1de7b3a4a68aa16f815294`, `crates/tor-hsservice/src/svc/publish/reactor.rs` was moved to `crates/tor-hsservice/src/publish/reactor.rs`, which is where it resides as of writing this. Whoever ends up being the one to work on this will probably appreciate having a more relevant reference point. | ||||
| * | dev doc: Respect Markdown lints in state-management-cli.md | hashcatHitman | 2025-04-06 | 1 | -45/+47 |
| | | | | | | | | | Fixes all the lints caught by the markdownlint extension in the file `doc/dev/notes/state-management-cli.md`, with the exception that MD024 is set to have `siblings_only` enabled, since it makes sense to allow here. It would be nice to set up a global markdownlint configuration some time, but that might be tricky. | ||||
| * | Deprecate --onion-name; introduce --onion-address | disha | 2025-03-12 | 1 | -1/+1 |
| | | |||||
| * | doc: Note that client authorization was renamed. | Gabriela Moldovan | 2024-10-03 | 1 | -0/+3 |
| | | | | | | This adds a note mentioning the new "restricted discovery" terminology to the various docs that talk about client authorization. | ||||
| * | fix: fix typos | Dimitris Apostolou | 2024-03-09 | 1 | -5/+5 |
| | | |||||
| * | dev doc: Mention which keymgr APIs the CLI will be using. | Gabriela Moldovan | 2024-01-08 | 1 | -7/+114 |
| | | |||||
| * | dev doc: Add a TODO about `arti hss auth-clients`. | Gabriela Moldovan | 2024-01-08 | 1 | -1/+2 |
| | | |||||
| * | doc dev: Add a TODO about --pub-format=arti | Gabriela Moldovan | 2024-01-08 | 1 | -0/+3 |
| | | |||||
| * | Revert "dev doc: Add import-key/export-key hsc subcommands." | Gabriela Moldovan | 2024-01-08 | 1 | -96/+0 |
| | | | | | This reverts commit 2c4e3773baf18b0f40e0d96c56d72c5515691a63. | ||||
| * | dev doc: Add TODO about converting C Tor state to Arti state. | Gabriela Moldovan | 2024-01-08 | 1 | -0/+4 |
| | | |||||
| * | dev doc: Clarify how new-service is supposed to work. | Gabriela Moldovan | 2024-01-08 | 1 | -0/+11 |
| | | |||||
| * | dev doc: Auth public keys should be printed to stdout (fmt). | Gabriela Moldovan | 2024-01-08 | 1 | -6/+5 |
| | | |||||
| * | dev doc: Auth public keys should be printed to stdout. | Gabriela Moldovan | 2024-01-08 | 1 | -14/+14 |
| | | |||||
| * | Add a note about destroy-and-recreate. | Gabriela Moldovan | 2024-01-08 | 1 | -0/+27 |
| | | |||||
| * | dev doc: Clarify how generate-online-keys is supposed to work. | Gabriela Moldovan | 2024-01-08 | 1 | -16/+25 |
| | | |||||
| * | dev doc: Make --up-to specify a timestamp/duration. | Gabriela Moldovan | 2024-01-08 | 1 | -7/+13 |
| | | |||||
| * | dev doc: Generalize the keys-verify description. | Gabriela Moldovan | 2024-01-08 | 1 | -1/+1 |
| | | | | | This command is not specific to services. | ||||
| * | doc dev: Rename destroy-service to destroy. | Gabriela Moldovan | 2024-01-08 | 1 | -6/+6 |
| | | |||||
| * | dev doc: Add import-key/export-key hsc subcommands. | Gabriela Moldovan | 2024-01-08 | 1 | -0/+96 |
| | | |||||
| * | dev doc: Add TODO about managing the authorized clients. | Gabriela Moldovan | 2024-01-08 | 1 | -0/+22 |
| | | |||||
| * | dev doc: s/new-identity/new-service and clarify its meaning. | Gabriela Moldovan | 2024-01-08 | 1 | -14/+22 |
| | | |||||
| * | dev doc: Explain what generate-online-keys is used for. | Gabriela Moldovan | 2024-01-08 | 1 | -8/+13 |
| | | |||||
| * | dev doc: s/generate-all/generate-online-keys | Gabriela Moldovan | 2024-01-08 | 1 | -11/+11 |
| | | |||||
| * | dev doc: Move the plumbing subcommands under the keys-raw subcommand. | Gabriela Moldovan | 2024-01-08 | 1 | -39/+77 |
| | | |||||
| * | dev doc: Rename the subcommand for erasing service state. | Gabriela Moldovan | 2024-01-08 | 1 | -6/+6 |
| | | |||||
| * | dev doc: Add keymgr CLI doc sketch. | Gabriela Moldovan | 2024-01-08 | 1 | -0/+856 |
| This is the second draft of the keymgr CLI design. I've omitted a lot of details which I think ought to be included in the final CLI docs. This document lists the most important functionality we're going to need from this CLI. | |||||
