<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/config.rs, branch arti-v2.3.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-02-17T13:55:08Z</updated>
<entry>
<title>hsservice: Port to use derive_deftly(TorConfig)</title>
<updated>2026-02-17T13:55:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-11T19:32:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=07cb744083c0b0d180f4d0182cafcbad5101f172'/>
<id>urn:sha1:07cb744083c0b0d180f4d0182cafcbad5101f172</id>
<content type='text'>
Some of the behaviors of the existing types here are nonstandard;
I've kept them and documented them, to avoid breaking compatibility.
</content>
</entry>
<entry>
<title>Merge branch 'intro-dos' into 'main'</title>
<updated>2025-11-25T15:44:46Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-11-25T15:44:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0969cea4fce1ae3f7f148add28ce479a317febf'/>
<id>urn:sha1:c0969cea4fce1ae3f7f148add28ce479a317febf</id>
<content type='text'>
arti: Add rate_limit_at_intro to the example config

See merge request tpo/core/arti!3493</content>
</entry>
<entry>
<title>hsservice: Fix typo in rate_limit_at_intro docs</title>
<updated>2025-11-25T14:43:56Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-11-25T14:43:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c0e9ab76b2e334d40c5276525a9c6e739d283d1'/>
<id>urn:sha1:4c0e9ab76b2e334d40c5276525a9c6e739d283d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsservice: Clarify what max_concurrent_streams_per_circuit does</title>
<updated>2025-11-25T13:39:44Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-11-25T13:37:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1186228c0d7ef7786d2828dbc0eda5ff19dafa12'/>
<id>urn:sha1:1186228c0d7ef7786d2828dbc0eda5ff19dafa12</id>
<content type='text'>
At first glance, this might seem equivalent to C Tor's
`HiddenServiceMaxStreams` option, but it's actually
`HiddenServiceMaxStreamsCloseCircuit` (Arti doesn't implement the
former).
</content>
</entry>
<entry>
<title>arti/tor-hsservice: don't warn on autostart</title>
<updated>2025-10-16T22:48:46Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-10-03T07:27:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=47e00144051d73c5b54563ced2f443cf9eda9b16'/>
<id>urn:sha1:47e00144051d73c5b54563ced2f443cf9eda9b16</id>
<content type='text'>
The "enabled" config option is back to using a regular `bool`. When
unset, it defaults to true, and the service runs as if it had been set.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>tor-hsservice: TODO - allow changing "enabled"</title>
<updated>2025-10-16T22:48:46Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-10-03T00:16:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8d57ca95d2fa405b5d61fe6d1428db6f5cb4aef9'/>
<id>urn:sha1:8d57ca95d2fa405b5d61fe6d1428db6f5cb4aef9</id>
<content type='text'>
As requested in the review, there's a TODO now so we can come back some
day and allow onion services to be started/stopped while the client is
running.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>arti/tor-hsservice: warn on service autostart</title>
<updated>2025-10-16T22:48:46Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-09-19T01:59:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=640b992d4349d3c650987f25b40c2631a7d35b56'/>
<id>urn:sha1:640b992d4349d3c650987f25b40c2631a7d35b56</id>
<content type='text'>
The "enabled" config option now uses `tor_config::BoolOrAuto`. When
unset (which defaults to "Auto"), the service will run with a warning.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>tor-hsservice: add config to disable service</title>
<updated>2025-10-16T22:48:45Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-09-11T20:48:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0c494ac60e10f690bfcff41a1e8001abd622dfd4'/>
<id>urn:sha1:0c494ac60e10f690bfcff41a1e8001abd622dfd4</id>
<content type='text'>
Added the `enabled` field to the config options for hidden services. The
default is `true`. If it is set to `false`, the service won't start. As
of this specific commit, it's a hard error; it'll be checked again at
an earlier stage where it won't be once the feature is ready.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>tor-hsservice: Move check for enable_pow without hs-pow-full feature.</title>
<updated>2025-08-14T22:23:29Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-08-13T18:37:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89173f3cf319f248bb1bffed1476b0ff3da72000'/>
<id>urn:sha1:89173f3cf319f248bb1bffed1476b0ff3da72000</id>
<content type='text'>
This also make this check a error rather than a warning.
</content>
</entry>
<entry>
<title>tor-hsservice: Add disable_pow_compilation option.</title>
<updated>2025-08-13T18:30:37Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-08-04T23:40:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=880f0215f4410e7c90cc622a870f8b62f5fd367f'/>
<id>urn:sha1:880f0215f4410e7c90cc622a870f8b62f5fd367f</id>
<content type='text'>
I'm not 100% on this being here, it seems like it might want to be a
option for all onion services, rather than per-service. However, this is
good enough for now.
</content>
</entry>
</feed>
