summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/config
Commit message (Expand)AuthorAgeFilesLines
* hsservice: Port to use derive_deftly(TorConfig)Nick Mathewson2026-02-172-18/+32
* tor-hsservice: make `build_unvalidated()` privateSteven Engler2025-11-261-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* hsservice: Move derive_more::From out of internal_prelude.Nick Mathewson2025-08-192-0/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-5/+7
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-8/+7
* tor-hsservice: pass through the `CfgPathResolver`Steven Engler2024-11-182-7/+23
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-042-2/+3
* tor-config: Expose assert_config_error test helper.Gabriela Moldovan2024-10-081-14/+1
* tor-hsservice: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-1/+1
* tor-hsservive: Document how restricted discovery live reloading works.Gabriela Moldovan2024-08-211-0/+48
* tor-hsservice: Pass watch_configuration down to restricted discovery config.Gabriela Moldovan2024-08-211-0/+8
* tor-hsservice: Derive getters for OnionServiceConfig, RestrictedDiscoveryConfig.Gabriela Moldovan2024-08-211-1/+2
* tor-hsservice: Fix broken doc links in RestrictedDiscoveryConfig.Gabriela Moldovan2024-08-051-6/+4
* tor-hsservice: Rewrite read_keys impl to be more functional.Gabriela Moldovan2024-08-051-21/+11
* tor-hsservice: Use DirEntry::file_name to simplify key file reading logic.Gabriela Moldovan2024-08-051-19/+14
* tor-hsservice: Reduce code duplication in restricted mode tests.Gabriela Moldovan2024-08-051-6/+3
* tor-hsservice: Give static_keys precedence over key_dirs (fmt).Gabriela Moldovan2024-08-052-13/+7
* tor-hsservice: Give static_keys precedence over key_dirs.Gabriela Moldovan2024-08-052-32/+100
* tor-hsservice: Do not error if there are more than MAX_RESTRICTED_DISCOVERY_C...Gabriela Moldovan2024-08-051-72/+21
* tor-hsservice: Add a note about live updates.Gabriela Moldovan2024-08-051-0/+7
* tor-hsservice: Add restricted discovery configuration.Gabriela Moldovan2024-08-052-0/+906