<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/examples/hyper-examples/src/bin, branch arti-v2.4.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.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-24T16:04:08Z</updated>
<entry>
<title>Fix typos</title>
<updated>2026-03-24T16:04:08Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2026-03-24T16:04:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1fb2b8dd4aee7c943ce90d6631be473f2a296fe6'/>
<id>urn:sha1:1fb2b8dd4aee7c943ce90d6631be473f2a296fe6</id>
<content type='text'>
Typos found with codespell
</content>
</entry>
<entry>
<title>arti(-client)/tor-hsservice: return None for disabled service</title>
<updated>2025-10-16T22:48:46Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-10-05T02:19:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ff73cad32a87d64fb18d193582b2337c093e391'/>
<id>urn:sha1:9ff73cad32a87d64fb18d193582b2337c093e391</id>
<content type='text'>
There is no longer a hard error anywhere for trying to launch a service
which is disabled in the config. Instead, it always means returning
`Ok(None)`.

The axum and hyper examples were updated again as a consequence.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>arti(-client): graceful service disable in arti only</title>
<updated>2025-10-16T22:48:45Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-09-19T01:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4ad013a8d3efe36b95ae15ffab717c3f9a974d17'/>
<id>urn:sha1:4ad013a8d3efe36b95ae15ffab717c3f9a974d17</id>
<content type='text'>
When a service is disabled in the config, `arti::onion_proxy::Proxy`
handles it gracefully, and
`arti_client::client::TorClient::launch_onion_service_with_hsid` and
`arti_client::client::TorClient::launch_onion_service` both hard error.

The axum and hyper examples were updated again as a consequence.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>arti/arti-client: add graceful service disable</title>
<updated>2025-10-16T22:48:45Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-09-11T21:07:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea5607ad762af6cf72c56f09ef2971420ca7cae3'/>
<id>urn:sha1:ea5607ad762af6cf72c56f09ef2971420ca7cae3</id>
<content type='text'>
Hidden services disabled in the config are now handled more gracefully
by arti/arti-client, before the hard error occurs.

The axum and hyper examples were updated as a consequence.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Move the `stream` module under `client` (breaking).</title>
<updated>2025-08-18T16:09:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-08-18T15:52:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=702e7276898d3f31e22033c5b64fea91703f3701'/>
<id>urn:sha1:702e7276898d3f31e22033c5b64fea91703f3701</id>
<content type='text'>
The `stream` module is client-specific, for the most part, so I am
moving it under `client`. Later on, we will factor out the parts that
can be shared with the relay implementation.

Note: this is a breaking change as the deleted `stream` module was
`pub`. We could've kept the module and reexported from it the public
types from `tor_proto::client::stream`, but I think it's better to have
this `client` namespacing, because it makes the separation between the
client and relay parts clearer.
</content>
</entry>
<entry>
<title>hyper-examples: Run rustfmt</title>
<updated>2025-08-11T12:05:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-11T12:05:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0f1237b0825cae317291e64487182bfe1e5cdc3'/>
<id>urn:sha1:c0f1237b0825cae317291e64487182bfe1e5cdc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into !2941</title>
<updated>2025-08-11T11:57:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-11T11:57:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d13be7eea65fb009511ad4e6a6600b3d222ef443'/>
<id>urn:sha1:d13be7eea65fb009511ad4e6a6600b3d222ef443</id>
<content type='text'>
Conflicts:
	examples/hyper/hyper-http-client-example/Cargo.toml
	examples/hyper/hyper-http-hs-example/Cargo.toml

In both cases, just the change of edition, which I have applied to
	examples/hyper-examples/Cargo.toml
instead.
</content>
</entry>
<entry>
<title>hyper-examples: Cargo fmt</title>
<updated>2025-08-04T04:37:36Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-08-04T04:37:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f8ad0d84b348bc6053a659358ec2335cdb5a440'/>
<id>urn:sha1:7f8ad0d84b348bc6053a659358ec2335cdb5a440</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hyper-examples: Use std::time::Duration</title>
<updated>2025-08-04T04:35:08Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-08-04T04:35:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fe06c5e3d82ef88918d569b27c6ed3c73537b9f9'/>
<id>urn:sha1:fe06c5e3d82ef88918d569b27c6ed3c73537b9f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hyper-examples: Use random nickname for onion service</title>
<updated>2025-08-04T04:24:44Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-08-04T04:22:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eeb45bfeef167a88c60291bf58a9d888964239c7'/>
<id>urn:sha1:eeb45bfeef167a88c60291bf58a9d888964239c7</id>
<content type='text'>
</content>
</entry>
</feed>
