aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* tor-hsservice: Remove outdated TODO.Gabriela Moldovan2024-09-171-4/+0
* tor-hsservice: Remove deprecated constructor.Gabriela Moldovan2024-09-171-36/+1
* Merge branch 'bug_1613' into 'main'gabi-2502024-09-121-4/+9
|\
| * tor-keymgr: add an overwrite flag to KeyMgr::insert()Morgan2024-09-101-4/+9
* | Merge branch 'publisher-svc-status' into 'main'David Goulet2024-09-101-2/+0
|\ \ | |/ |/|
| * tor-hsservice: Remove an outdated TODO.Gabriela Moldovan2024-09-091-2/+0
* | tor_hsservice use get::<HsIdKey> rather than get::<HsIdKeypair>Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E02024-09-091-11/+9
|/
* tor-hsservice: Log whether the service is running in restricted discovery mode.Gabriela Moldovan2024-08-131-0/+12
* tor-hsservice: Move authorized_clients out of RunningOnionService.Gabriela Moldovan2024-08-131-20/+0
* tor-hsservice: Give static_keys precedence over key_dirs (fmt).Gabriela Moldovan2024-08-051-3/+1
* tor-hsservice: Do not error if there are more than MAX_RESTRICTED_DISCOVERY_C...Gabriela Moldovan2024-08-051-11/+3
* tor-hsservice: Use the configured authorized clients when encrypting the desc...Gabriela Moldovan2024-08-051-0/+1
* tor-hsservice: Store the client keys in RunningOnionService.Gabriela Moldovan2024-08-051-0/+31
* tor-hsservice: Add OnionServiceBuilder, deprecate OnionService::new.Gabriela Moldovan2024-07-151-1/+30
* tor-hsservice: Abolish OnionServiceState (fmt).Gabriela Moldovan2024-07-151-24/+27
* tor-hsservice: Abolish OnionServiceState.Gabriela Moldovan2024-07-151-38/+21
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* tor-hsservice: use shared status_tx to report OnionServiceStatus via RunningO...Richard Pospesel2024-04-131-6/+0
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Fix some rustdoc warnings.Nick Mathewson2024-03-121-4/+4
* Run rustfmtIan Jackson2024-03-051-2/+2
* tor-hsservice: prelude: Move imports from lib.rsIan Jackson2024-03-051-42/+2
* tor-hsservice: prelude: Move most imports from ipt_estanblish.rsIan Jackson2024-03-051-0/+2
* tor-hsservice: Change: Use tor-async-utils oneshot, not raw one from futuresIan Jackson2024-03-051-1/+1
* tor-hsservice: Move svc.rs contents into lib.rsIan Jackson2024-03-051-2/+712
* tor-hsservice: Move IptLocalId into a moduleIan Jackson2024-03-051-96/+2
* tor-hsservice: Move publish out of svcIan Jackson2024-03-051-1/+2
* tor-hsservice: Move rend_handshake.rs out of svcIan Jackson2024-03-051-0/+1
* tor-hsservice: Move ipt_establish.rs out of svcIan Jackson2024-03-051-0/+1
* tor-hsservice: Move netdir.rs out of svcIan Jackson2024-03-051-1/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* tor-hsservice: Add an IptError type for status reporting.Gabriela Moldovan2024-02-191-0/+1
* test-temp-dir: New crateIan Jackson2024-01-251-4/+0
* Merge branch 'state' into 'main'Ian Jackson2024-01-241-7/+0
|\
| * state-dir: Move from tor-hsservice to tor-persistIan Jackson2024-01-241-7/+0
* | tor-hsservice: Make UploadError public.Gabriela Moldovan2024-01-241-0/+1
|/
* tor-hsservice: Remove unused state module.Gabriela Moldovan2024-01-181-2/+0
* tor-hsservice: Create a separate RunningOnionService type.Gabriela Moldovan2024-01-181-1/+1
* state_dir sketch: Make the module public for doctestsIan Jackson2024-01-121-0/+4
* Proposed new state facilityIan Jackson2024-01-121-0/+3
* tor-hsservice: Add an hss state mgmt APIGabriela Moldovan2023-12-141-0/+2
* Merge branch 'persist-macro' into 'main'Ian Jackson2023-12-071-26/+22
|\
| * tor-hsservice: IptLocalId: impl KeySpecifierComponentIan Jackson2023-12-071-0/+3
| * tor-hsservice: IptLocalId: impl FromStr (fmt)Ian Jackson2023-12-071-4/+2
| * tor-hsservice: IptLocalId: impl FromStrIan Jackson2023-12-071-25/+18
| * tor-hsservice: Expose SerdeStringOrTransparent to crateIan Jackson2023-12-071-1/+3
* | Add a status API to OnionService.Nick Mathewson2023-12-071-2/+1
|/
* tor-hsservice: Introduce IptStoreErrorIan Jackson2023-12-041-0/+2
* tor-hsservice tests: Introduce new test_temp_dir helper moduleIan Jackson2023-11-281-0/+4
* tor-hsservice: IptLocalId: test serde and DisplayIan Jackson2023-11-271-0/+48