<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src, branch arti-v1.4.3</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.3</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-04-22T17:14:59Z</updated>
<entry>
<title>Merge branch 'proto_enforce' into 'main'</title>
<updated>2025-04-22T17:14:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-22T17:14:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=975e057791ee3d4874f164a9caf4a65af36a4158'/>
<id>urn:sha1:975e057791ee3d4874f164a9caf4a65af36a4158</id>
<content type='text'>
Enforce recommended and required protocol versions in arti-client

Closes #1849 and #1923

See merge request tpo/core/arti!2929</content>
</entry>
<entry>
<title>tor-netdoc: Joined OnceLock import with other std::sync imports</title>
<updated>2025-04-18T03:59:48Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-04-18T03:59:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=154442302da04717a4c7daa8081da4a9efa57585'/>
<id>urn:sha1:154442302da04717a4c7daa8081da4a9efa57585</id>
<content type='text'>
Whoops! Missed that.
</content>
</entry>
<entry>
<title>tor-netdoc: Replace OnceCell with OnceLock</title>
<updated>2025-04-18T01:13:22Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-04-18T01:13:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2df0f4f3c1925675aa7ed4aaf4dc8dae044c746b'/>
<id>urn:sha1:2df0f4f3c1925675aa7ed4aaf4dc8dae044c746b</id>
<content type='text'>
- [`once_cell::sync::OnceCell`] has been replaced by [`std::sync::OnceLock`].
</content>
</entry>
<entry>
<title>netdoc: improve documentation for check_protocols</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-14T00:50:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bdf660393f0df35d05de226bee22da9d2d9277e8'/>
<id>urn:sha1:bdf660393f0df35d05de226bee22da9d2d9277e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>protover, *: Add documentation about what "supported" means.</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-14T00:42:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11148719ba04aab37c7784d198018eeacced69c2'/>
<id>urn:sha1:11148719ba04aab37c7784d198018eeacced69c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a pair of documentation links.</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-08T19:55:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=189ade4ad8c85fbde655acdcb7e4f5c3b1c624b9'/>
<id>urn:sha1:189ade4ad8c85fbde655acdcb7e4f5c3b1c624b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add warnings about removing supported protocols.</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-07T15:27:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ba612260ae603c8e5eba37206c21fd089afe075d'/>
<id>urn:sha1:ba612260ae603c8e5eba37206c21fd089afe075d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement PartialEq for ProtoStatuses unconditionally.</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-07T15:01:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c26e719f1317868777a96d059d7645527fae344c'/>
<id>urn:sha1:c26e719f1317868777a96d059d7645527fae344c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>protover,netdoc: Implement serde for Protocols etc.</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-03T11:57:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e9c167c5040b3776504903097aee8a03f0aa90d2'/>
<id>urn:sha1:e9c167c5040b3776504903097aee8a03f0aa90d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>netdoc: Put all ProtoStatuses into a single Arc&lt;&gt;d object</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-02T19:43:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b50e74c9c03be4b7198235f00ada4a7069975e8'/>
<id>urn:sha1:1b50e74c9c03be4b7198235f00ada4a7069975e8</id>
<content type='text'>
We'll want this so that we can expose them before we expose the rest
of the consensus (which we need to do for spec conformance).
</content>
</entry>
</feed>
