aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: Derive PartialEq for Anonimity and DescEncryptionConfig.Gabriela Moldovan2023-09-181-2/+2
* Allow max_concurrent_streams_per_circuit to be impossibly high.Nick Mathewson2023-09-071-1/+1
* hsservice: add TODO about authorized client pluginsNick Mathewson2023-09-071-0/+5
* add a TODO about rate limits and their relationship.Nick Mathewson2023-09-071-0/+4
* hsservice: Make configs members pub(crate).Nick Mathewson2023-09-071-5/+5
* HSS: Parser/encoder for AuthorizedClientConfigNick Mathewson2023-09-071-2/+54
* HSS: Start making builders for config structs.Nick Mathewson2023-09-071-7/+50
* HSS: adjust two options.Nick Mathewson2023-09-071-4/+1
* hss: Add configuration fields for onion services.Nick Mathewson2023-08-281-4/+87
* tor-hsservice: Use real HsNickname in configIan Jackson2023-08-231-4/+4
* tor-hsservice: About half of an IPT ManagerIan Jackson2023-08-231-1/+3
* hsservice: Adapt data structures from onion-service-notes.mdNick Mathewson2023-07-311-0/+25