summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/publish.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-1/+1
* tor-hsservice: pass through the `CfgPathResolver`Steven Engler2024-11-181-0/+9
* tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-231-2/+2
* tor-hsservice: Remove the anonymity setting from the config.Gabriela Moldovan2024-09-121-2/+1
* Merge branch 'bug_1613' into 'main'gabi-2502024-09-121-1/+6
|\
| * tor-keymgr: add an overwrite flag to KeyMgr::insert()Morgan2024-09-101-1/+6
* | tor-hsservice: Remove outdated comment about publisher.Gabriela Moldovan2024-09-091-17/+0
* | tor-hsservice: Fill out the missing descriptor publisher docs.Gabriela Moldovan2024-09-091-1/+4
* | tor-hsservice: Add basic tests for publisher status reporting.Gabriela Moldovan2024-09-091-3/+22
|/
* Rename tor-keys crate to tor-key-forgeDavid Goulet2024-09-041-1/+1
* tor-keymgr: Use tor-keys crate and remove dead codeDavid Goulet2024-09-041-1/+2
* tor-hsservice: Make the reactor take a reference to the config.Gabriela Moldovan2024-08-211-1/+1
* tor-hsservice: Move authorized_clients out of RunningOnionService.Gabriela Moldovan2024-08-131-9/+0
* tor-hsservice: Use the configured authorized clients when encrypting the desc...Gabriela Moldovan2024-08-051-0/+10
* tor-hsservice: Resolve dead code warnings in publisher tests.Gabriela Moldovan2024-07-091-11/+7
* tor-hsservice: Remove unused code (fmt).Gabriela Moldovan2024-07-091-1/+1
* tor-hsservice: Remove unused code.Gabriela Moldovan2024-07-091-1/+1
* tor-hsservice: Remove unused publisher functions.Gabriela Moldovan2024-07-091-8/+0
* tor-hsservice: Remove unnecessary allow.Gabriela Moldovan2024-07-091-1/+0
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run rustfmtIan Jackson2024-03-051-3/+3
* tor-hsservice: prelude: Promote imports from reactor.rsIan Jackson2024-03-051-0/+3
* tor-hsservice: prelude: Promote imports from descriptor.rsIan Jackson2024-03-051-0/+1
* tor-hsservice: prelude: Move imports from publish.rsIan Jackson2024-03-051-13/+1
* tor-hsservice: Move svc.rs contents into lib.rsIan Jackson2024-03-051-1/+1
* tor-hsservice: Hide IptLocalId field, and provide test constructorIan Jackson2024-03-051-2/+2
* tor-hsservice: Move publish out of svcIan Jackson2024-03-051-0/+665