aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/anon_level.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-hsservice: prelude: Use prelude names in anon_level.rsIan Jackson2024-03-051-5/+7
|
* hss: remove TODO about making DangerouslyNonAnonymous conditional.Nick Mathewson2023-12-121-2/+0
|
* hss: Make configs and builders implement more traits.Nick Mathewson2023-10-031-1/+1
|
* tor-hsservice: Derive PartialEq for Anonimity and DescEncryptionConfig.Gabriela Moldovan2023-09-181-1/+1
| | | | | | | | | | | This will enable the descriptor publisher to tell whether it needs to update the descriptor. When the publisher is notified of an `OnionServiceConfig` change, it checks whether the `anonimity` or `encrypt_descriptor` fields have changed. If they have, it rebuilds and republishes the descriptor using the new values (note: the publisher changes will be implemented in a future commit).
* hss: clarify and document deserialization for AnonymityNick Mathewson2023-09-071-5/+14
| | | | | Don't make people say "Dangerous!" in the configuration, document the formats, and make the strings case-insensitive.
* hss: Move Anonymity to module and make it serde.Nick Mathewson2023-09-071-0/+75