| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-hsservice: prelude: Use prelude names in anon_level.rs | Ian Jackson | 2024-03-05 | 1 | -5/+7 |
| | | |||||
| * | hss: remove TODO about making DangerouslyNonAnonymous conditional. | Nick Mathewson | 2023-12-12 | 1 | -2/+0 |
| | | |||||
| * | hss: Make configs and builders implement more traits. | Nick Mathewson | 2023-10-03 | 1 | -1/+1 |
| | | |||||
| * | tor-hsservice: Derive PartialEq for Anonimity and DescEncryptionConfig. | Gabriela Moldovan | 2023-09-18 | 1 | -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 Anonymity | Nick Mathewson | 2023-09-07 | 1 | -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 Mathewson | 2023-09-07 | 1 | -0/+75 |
