summaryrefslogtreecommitdiff
path: root/doc/OnionService.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-hscrypto: change redacted `HsId` from "???" to "[…]"Steven Engler2025-08-251-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-addressdisha2025-03-121-1/+1
|
* doc: Note that client authorization was renamed.Gabriela Moldovan2024-10-031-0/+2
| | | | | This adds a note mentioning the new "restricted discovery" terminology to the various docs that talk about client authorization.
* doc: Use locked buildpinkforest2024-05-161-1/+1
|
* Fix typos in documentationTobias Stoeckmann2024-03-061-1/+1
|
* Try to bring OnionService.md up-to-date.Nick Mathewson2024-02-221-66/+25
|
* Clarify onion service example(s) a little more.Nick Mathewson2024-02-081-3/+6
|
* Remove "unix:" example from OnionService.mdNick Mathewson2024-02-081-3/+0
| | | | | This isn't supported, and having it here was confusing. Part of #1266.
* Fix typosDimitris Apostolou2024-01-081-1/+1
|
* doc: Document how to find out your .onion address with `arti hss`.Gabriela Moldovan2023-12-141-3/+6
|
* Merge branch 'log_hsid_unconditionally' into 'main'Nick Mathewson2023-12-131-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 Mathewson2023-12-131-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 ArtiNativeKeystoreConfigNick Mathewson2023-12-131-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 configuredNick Mathewson2023-12-131-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 warningsIan Jackson2023-12-121-0/+13
|
* doc/OnionService: warn about persistent stateIan Jackson2023-12-121-0/+20
|
* doc/OnionService: warn about future incompatIan Jackson2023-12-121-0/+12
|
* doc/OnionService: warn about stack backtracesIan Jackson2023-12-121-0/+1
|
* doc/OnionService: mention two security risksIan Jackson2023-12-121-1/+12
|
* doc/OnionService: mention Rust API instabilityIan Jackson2023-12-121-0/+10
| | | | This is implied by our other docs but it ought to be repeated here I guess.
* Tweaks from reviewNick Mathewson2023-12-121-0/+6
|
* Initial onion service howtoNick Mathewson2023-12-121-0/+133