summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/publish/descriptor.rs
Commit message (Expand)AuthorAgeFilesLines
* 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