| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-hscrypto: change redacted `HsId` from "???" to "[…]" | Steven Engler | 2025-08-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Before: ```text INFO tor_hsservice: Generated a new identity for service bar: ???mad.onion ``` After: ```text INFO tor_hsservice: Generated a new identity for service foo: […]2qd.onion ``` | ||||
| * | 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/+2 |
| | | | | | | This adds a note mentioning the new "restricted discovery" terminology to the various docs that talk about client authorization. | ||||
| * | doc: Use locked build | pinkforest | 2024-05-16 | 1 | -1/+1 |
| | | |||||
| * | Fix typos in documentation | Tobias Stoeckmann | 2024-03-06 | 1 | -1/+1 |
| | | |||||
| * | Try to bring OnionService.md up-to-date. | Nick Mathewson | 2024-02-22 | 1 | -66/+25 |
| | | |||||
| * | Clarify onion service example(s) a little more. | Nick Mathewson | 2024-02-08 | 1 | -3/+6 |
| | | |||||
| * | Remove "unix:" example from OnionService.md | Nick Mathewson | 2024-02-08 | 1 | -3/+0 |
| | | | | | | This isn't supported, and having it here was confusing. Part of #1266. | ||||
| * | Fix typos | Dimitris Apostolou | 2024-01-08 | 1 | -1/+1 |
| | | |||||
| * | doc: Document how to find out your .onion address with `arti hss`. | Gabriela Moldovan | 2023-12-14 | 1 | -3/+6 |
| | | |||||
| * | Merge branch 'log_hsid_unconditionally' into 'main' | Nick Mathewson | 2023-12-13 | 1 | -7/+3 |
| |\ | | | | | | | | | hsservice: Log hsid whether we just generated it or not. See merge request tpo/core/arti!1830 | ||||
| | * | hsservice: Log hsid whether we just generated it or not. | Nick Mathewson | 2023-12-13 | 1 | -7/+3 |
| | | | | | | | | | | | | | With this change you can find your hsid in your logs (if safe logging is off) even if you forgot to notice it the first time around. | ||||
| * | | arti-client: use sub_builder for ArtiNativeKeystoreConfig | Nick Mathewson | 2023-12-13 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | The sub_builder pattern changes `StorageConfigBuilder` so that instead of holding an `Option<ArtiNativeKeystoreConfig>`, it holds an `ArtiNativeKeystoreConfigBuilder`. This makes it a little more ergonomic to use from Rust, and lets us use defaults for the builder fields so that we can make them optional in our configuration. | ||||
| * | | arti_client: enable keymgr when keymgr feature is configured | Nick Mathewson | 2023-12-13 | 1 | -6/+1 |
| |/ | | | | | | | This change causes arti_client to have a configurable keymgr when the onion-service-service feature is present, so that you no longer need to configure "experimental" or "experimental-api" as well in order to get a working onion service. | ||||
| * | doc/OnionService: strengthen the warnings | Ian Jackson | 2023-12-12 | 1 | -0/+13 |
| | | |||||
| * | doc/OnionService: warn about persistent state | Ian Jackson | 2023-12-12 | 1 | -0/+20 |
| | | |||||
| * | doc/OnionService: warn about future incompat | Ian Jackson | 2023-12-12 | 1 | -0/+12 |
| | | |||||
| * | doc/OnionService: warn about stack backtraces | Ian Jackson | 2023-12-12 | 1 | -0/+1 |
| | | |||||
| * | doc/OnionService: mention two security risks | Ian Jackson | 2023-12-12 | 1 | -1/+12 |
| | | |||||
| * | doc/OnionService: mention Rust API instability | Ian Jackson | 2023-12-12 | 1 | -0/+10 |
| | | | | | This is implied by our other docs but it ought to be repeated here I guess. | ||||
| * | Tweaks from review | Nick Mathewson | 2023-12-12 | 1 | -0/+6 |
| | | |||||
| * | Initial onion service howto | Nick Mathewson | 2023-12-12 | 1 | -0/+133 |
