| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
