aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/config/restricted_discovery
Commit message (Expand)AuthorAgeFilesLines
* config: Add a method to fill in a builder with unset defaultsNick Mathewson2026-05-271-0/+1
* hsservice: Port to use derive_deftly(TorConfig)Nick Mathewson2026-02-171-5/+10
* hsservice: Move derive_more::From out of internal_prelude.Nick Mathewson2025-08-191-0/+1
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-8/+7
* tor-hsservice: pass through the `CfgPathResolver`Steven Engler2024-11-181-1/+2
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-1/+2
* tor-hsservice: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-1/+1
* 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: Give static_keys precedence over key_dirs (fmt).Gabriela Moldovan2024-08-051-1/+3
* tor-hsservice: Give static_keys precedence over key_dirs.Gabriela Moldovan2024-08-051-16/+5
* tor-hsservice: Add restricted discovery configuration.Gabriela Moldovan2024-08-051-0/+278