summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src
Commit message (Expand)AuthorAgeFilesLines
...
* tor-hsservice: Make the reactor take a reference to the config.Gabriela Moldovan2024-08-212-3/+3
* tor-hsservice: Use OnionServiceConfigPublisherView in the publisher.Gabriela Moldovan2024-08-212-16/+11
* tor-hsservice: Create a type for the descriptor publisher's view of the config.Gabriela Moldovan2024-08-211-1/+49
* tor-hsservice: Log the client nicknames the descriptor is encrypted for.Gabriela Moldovan2024-08-211-1/+4
* tor-hsservice: Log if we are about to generate a new descriptor.Gabriela Moldovan2024-08-211-0/+1
* Resolve unreachable_patterns warnings from nightly.Nick Mathewson2024-08-131-16/+13
* 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-133-31/+9
* tor-hsservice: Remove unnecessary docsrs cfg_attr.Gabriela Moldovan2024-08-071-1/+0
* tor-hsservice: Add comments about the cfg_attrs around restricted_discovery.Gabriela Moldovan2024-08-071-0/+3
* tor-hsservice: Add missing docsrs cfg to restricted_discovery module.Gabriela Moldovan2024-08-061-0/+1
* tor-hsservice: Add an extra log in the descriptor publisher.Gabriela Moldovan2024-08-051-0/+4
* tor-hsservice: Fix broken doc links in RestrictedDiscoveryConfig.Gabriela Moldovan2024-08-051-6/+4
* tor-hsservice: Rewrite read_keys impl to be more functional.Gabriela Moldovan2024-08-051-21/+11
* tor-hsservice: Use DirEntry::file_name to simplify key file reading logic.Gabriela Moldovan2024-08-051-19/+14
* tor-hsservice: Reduce code duplication in restricted mode tests.Gabriela Moldovan2024-08-051-6/+3
* tor-hsservice: Give static_keys precedence over key_dirs (fmt).Gabriela Moldovan2024-08-053-16/+8
* tor-hsservice: Give static_keys precedence over key_dirs.Gabriela Moldovan2024-08-052-32/+100
* tor-hsservice: Do not error if there are more than MAX_RESTRICTED_DISCOVERY_C...Gabriela Moldovan2024-08-053-93/+24
* tor-hsservice: Add a note about live updates.Gabriela Moldovan2024-08-051-0/+7
* tor-hsservice: Use the configured authorized clients when encrypting the desc...Gabriela Moldovan2024-08-055-8/+49
* tor-hsservice: Remove unused import from internal prelude.Gabriela Moldovan2024-08-051-1/+0
* tor-hsservice: Remove unused config types.Gabriela Moldovan2024-08-051-79/+0
* tor-hsservice: Store the client keys in RunningOnionService.Gabriela Moldovan2024-08-052-0/+41
* tor-hsservice: Use restricted config option in OnionServiceConfig.Gabriela Moldovan2024-08-051-13/+30
* tor-hsservice: Add restricted discovery configuration.Gabriela Moldovan2024-08-053-1/+914
* tor-hsservice: Remove extraneous whitespace.Gabriela Moldovan2024-08-051-2/+2
* tor-hsservice: Add OnionServiceBuilder, deprecate OnionService::new.Gabriela Moldovan2024-07-152-1/+36
* tor-hsservice: Abolish OnionServiceState (fmt).Gabriela Moldovan2024-07-151-24/+27
* tor-hsservice: Abolish OnionServiceState.Gabriela Moldovan2024-07-151-38/+21
* tor-hsservice: Remove unnecessary let-binding.Gabriela Moldovan2024-07-091-1/+2
* tor-hsservice: Specify the type when discarding value.Gabriela Moldovan2024-07-092-3/+3
* tor-hsservice: Resolve dead code warnings in publisher tests.Gabriela Moldovan2024-07-091-11/+7
* tor-hsservice: Ignore uninteresting netdir events in the publisher.Gabriela Moldovan2024-07-091-1/+12
* tor-hsservice: Resolve warning about unused response variable.Gabriela Moldovan2024-07-091-1/+1
* tor-hsservice: Resolve a handful of unused variable warnings.Gabriela Moldovan2024-07-092-4/+4
* tor-hsservice: Remove unused field from TimePeriodContext.Gabriela Moldovan2024-07-091-3/+0
* tor-hsservice: Remove unused variables.Gabriela Moldovan2024-07-092-14/+0
* tor-hsservice: Remove unnecessary locking.Gabriela Moldovan2024-07-091-2/+0
* tor-hsservice: Remove unused code (fmt).Gabriela Moldovan2024-07-091-1/+1
* tor-hsservice: Remove unused code.Gabriela Moldovan2024-07-094-188/+1
* tor-hsservice: Remove unused publisher functions.Gabriela Moldovan2024-07-092-13/+0
* tor-hsservice: Remove unnecessary allow.Gabriela Moldovan2024-07-091-1/+0
* Work around clippy::doc_lazy_continuation false positivesIan Jackson2024-07-081-4/+4
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-173-6/+6
* Update to derive-deftly 0.12.1Ian Jackson2024-06-171-4/+4
* 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
* Merge branch 'deftly' into 'main'Ian Jackson2024-04-036-71/+71
|\
| * derive-deftly: Change some docs referencesIan Jackson2024-04-033-4/+4