summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: Move check for enable_pow without hs-pow-full feature.Wesley Aptekar-Cassels2025-08-141-0/+9
* tor-hsservice: Add disable_pow_compilation option.Wesley Aptekar-Cassels2025-08-131-4/+8
* tor-hsservice: Warn when enable_pow is set on a non hs-pow-full build.Wesley Aptekar-Cassels2025-08-131-1/+0
* tor-hsservice: Remove unimplemented config option.Wesley Aptekar-Cassels2025-08-131-10/+0
* tor-hsservice: Add pow_rend_queue_depth config option.Wesley Aptekar-Cassels2025-08-131-0/+20
* tor-hsservice: Implement enable_pow option.Wesley Aptekar-Cassels2025-08-131-2/+2
* Add TODO to error if enable_pow is set but feature flag is disabled.Wesley Aptekar-Cassels2024-11-251-0/+1
* tor-hsservice: Clarify enable_pow setting TODO.Wesley Aptekar-Cassels2024-11-251-1/+1
* arti: Add onion_service.enable_pow option.Wesley Aptekar-Cassels2024-11-251-2/+8
* tor-hsservice: Satisfy cargo fmt.Gabriela Moldovan2024-09-121-2/+0
* tor-hsservice: Remove the anonymity setting from the config.Gabriela Moldovan2024-09-121-22/+15
* tor-hsservice: Remove a TODO that is no longer relevant.Gabriela Moldovan2024-08-211-16/+1
* tor-hsservice: Derive getters for OnionServiceConfig, RestrictedDiscoveryConfig.Gabriela Moldovan2024-08-211-6/+3
* tor-hsservice: Make restricted_discovery updateable.Gabriela Moldovan2024-08-211-1/+1
* tor-hsservice: Create a type for the descriptor publisher's view of the config.Gabriela Moldovan2024-08-211-1/+49
* 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: Remove unused config types.Gabriela Moldovan2024-08-051-79/+0
* tor-hsservice: Use restricted config option in OnionServiceConfig.Gabriela Moldovan2024-08-051-13/+30
* tor-hsservice: Add restricted discovery configuration.Gabriela Moldovan2024-08-051-1/+8
* tor-hsservice: Remove extraneous whitespace.Gabriela Moldovan2024-08-051-2/+2
* Switch to derive-deftlyIan Jackson2024-04-031-2/+2
* hss: Make the limit for streams configurable.Nick Mathewson2024-03-261-5/+14
* tor-hsservice: client auth: Only allow `dir:...` to have valid unicodeIan Jackson2024-03-051-2/+4
* tor-hsservice: prelude: Move imports from config.rsIan Jackson2024-03-051-11/+2
* tor-hsservice: reconfigure: Allow changing rate_limit_at_introIan Jackson2024-02-211-5/+3
* tor-hsservice: reconfigure: Prove we've handled all the fieldsIan Jackson2024-02-211-3/+2
* tor-hsservice: config: max_concurrent_streams_per_circuit: comment out (fmt)Ian Jackson2024-02-211-1/+0
* tor-hsservice: config: max_concurrent_streams_per_circuit: comment outIan Jackson2024-02-211-4/+6
* tor-hsservice: reconfigure: reject changing rate_limit_at_intro for nowIan Jackson2024-02-211-0/+6
* tor-hsservice: reconfigure: changing num_intro_points is fineIan Jackson2024-02-211-0/+5
* tor-hsservice: reconfigure: Formalise field handlingIan Jackson2024-02-211-8/+59
* Document allowed numbers of intro points, and make them match CNick Mathewson2024-01-251-7/+17
* hss: Pick random intro-point lifetime based on netparamsNick Mathewson2024-01-251-10/+0
* fixup! hss: Use 3 hours for IPT_PUBLISH_*.Nick Mathewson2024-01-251-3/+0
* hsservice: Make a few more TODOs refer to #1210Nick Mathewson2024-01-121-3/+3
* hsservice: downgrade TODO about "enabled".Nick Mathewson2024-01-121-1/+3
* hsservice: Make TODO HSS comments about client auth refer to #1206Nick Mathewson2024-01-121-4/+4
* Fix typosDimitris Apostolou2024-01-081-1/+1
* hss::config: Downgrade or remove some TODO HSS comments.Nick Mathewson2023-12-121-16/+15
* tor-hsservice: Soup up plumbing for ipt_relay_rotation_timeIan Jackson2023-11-271-0/+10
* Improve documentation in/around DosParams extensionNick Mathewson2023-11-201-1/+8
* hss: Take intro_dos extension from configuration and send it.Nick Mathewson2023-11-201-0/+39
* Implement build_auth_clients()Neel Chauhan2023-10-111-1/+2
* hss: Implement a reconfigure function.Nick Mathewson2023-10-051-0/+26
* hss: Give Config a nickname accessor.Nick Mathewson2023-10-041-0/+7
* arti: Make onion_services serialize as a map.Nick Mathewson2023-10-031-0/+5
* hss: Rename the "name" config field to "nickname".Nick Mathewson2023-10-031-1/+1
* hss: Temporarily disable POW config items.Nick Mathewson2023-10-031-4/+5