aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/publish/descriptor.rs
Commit message (Expand)AuthorAgeFilesLines
* hsservice: Advertise flowctrl and cgo as appropriate.Nick Mathewson2026-07-021-0/+23
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+5
* tor-hsservice: Pass Rng into PoW code where possible.Wesley Aptekar-Cassels2025-08-131-1/+1
* tor-hsservice: Implement enable_pow option.Wesley Aptekar-Cassels2025-08-131-1/+3
* netdoc, hsservice: Respect maximum descriptor sizesNick Mathewson2025-07-101-4/+7
* tor-hsservice: Refactor PoW error handling.Wesley Aptekar-Cassels2025-05-271-1/+8
* tor-hsservice: Initial parts of PowManager.Wesley Aptekar-Cassels2025-05-271-4/+16
* Use an EntropicRng trait to enforce key generation rules.Nick Mathewson2025-03-241-2/+4
* tor-hsservice: Remove the anonymity setting from the config.Gabriela Moldovan2024-09-121-2/+2
* Merge branch 'publisher-svc-status' into 'main'David Goulet2024-09-101-3/+2
|\
| * tor-hsservice: Validate the authorized clients before publishing.Gabriela Moldovan2024-09-091-1/+1
| * tor-hsservice: Store the authorized_clients in the mutable state of the reactor.Gabriela Moldovan2024-09-091-2/+1
* | tor_hsservice use get::<HsIdKey> rather than get::<HsIdKeypair>Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E02024-09-091-4/+3
|/
* tor-hsservice: Use OnionServiceConfigPublisherView in the publisher.Gabriela Moldovan2024-08-211-1/+2
* tor-hsservice: Log the client nicknames the descriptor is encrypted for.Gabriela Moldovan2024-08-211-1/+4
* tor-hsservice: Add an extra log in the descriptor publisher.Gabriela Moldovan2024-08-051-0/+4
* tor-hsservice: Use the configured authorized clients when encrypting the desc...Gabriela Moldovan2024-08-051-8/+22
* tor-hsservice: Remove unused variables.Gabriela Moldovan2024-07-091-2/+0
* tor-hsservice: Remove unused code.Gabriela Moldovan2024-07-091-153/+0
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-hsservice: client auth: Only allow `dir:...` to have valid unicodeIan Jackson2024-03-051-2/+2
* tor-hsservice: prelude: Promote imports from descriptor.rsIan Jackson2024-03-051-1/+0
* tor-hsservice: prelude: Move imports from descriptor.rsIan Jackson2024-03-051-21/+2
* tor-hsservice: Move publish out of svcIan Jackson2024-03-051-0/+310