<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src/doc/netstatus/rs.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-04-28T13:58:19Z</updated>
<entry>
<title>tor-netdoc: Gate vote-related incomplete code with "incomplete"</title>
<updated>2026-04-28T13:58:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T13:41:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f5aef395d597e877464125e26399ed94ac2ba540'/>
<id>urn:sha1:f5aef395d597e877464125e26399ed94ac2ba540</id>
<content type='text'>
Change "ns-vote" gates to "incomplete":

 * `vote` modules, and in the variety macro.
   (And make a TODO more likely to be found.)

Change "parse2" gates to "incomplete":

 * VoteAuthoritySection
</content>
</entry>
<entry>
<title>tor-netdoc: Un-gate RouterStatusMdDigestsVote and SoftwareVersion</title>
<updated>2026-04-28T13:58:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T13:41:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f3283e7bd66ee099b1b537df1cb0b1c9fc80dfee'/>
<id>urn:sha1:f3283e7bd66ee099b1b537df1cb0b1c9fc80dfee</id>
<content type='text'>
These are complete.  Un-gate the RouterStatusMdDigestsVote
implementation, and the export of both.
</content>
</entry>
<entry>
<title>tor-netdoc: Un-gate "plain-consensus" cargo feature</title>
<updated>2026-04-28T13:58:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T13:08:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36d175b2728385c46067e421934f9262d0b8057e'/>
<id>urn:sha1:36d175b2728385c46067e421934f9262d0b8057e</id>
<content type='text'>
As per #2492.
</content>
</entry>
<entry>
<title>tor-netdoc: Un-gate parse2 and encode loose impls under doc/netstatus (tidy)</title>
<updated>2026-04-28T13:58:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T13:20:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ab32243acbc19ca19eb04bd5aa326aed00bf15b'/>
<id>urn:sha1:9ab32243acbc19ca19eb04bd5aa326aed00bf15b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Un-gate parse2 and encode loose impls under doc/netstatus</title>
<updated>2026-04-28T13:58:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T12:58:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0ebdf22e9c9285a3a4069bbe1b7e0566be4d49d4'/>
<id>urn:sha1:0ebdf22e9c9285a3a4069bbe1b7e0566be4d49d4</id>
<content type='text'>
This stabilises the parse2 and encode impls of consensus tyepe:

  * {plain, md}::{Preamble, RouterStatus, RouterStatusIntroItem}

It also un-gates the parse2 and encode impls of some vote types.

  * VoteAuthorityEntry - this type has been completed.
  * RouterStatusMdDigestsVote - whole type still gated with ns-vote

Re the remaining vote types (vote::*): although each_variety.rs
doesn't have a cfg itself, there is a feature gate in the variety
macrology.
</content>
</entry>
<entry>
<title>tor-netdoc: parse2/encode derive: Use unquoted attributes at call sites</title>
<updated>2026-04-07T16:05:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-02T09:14:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f39e77b21176da250d269b0ca6ef73da46548dc6'/>
<id>urn:sha1:f39e77b21176da250d269b0ca6ef73da46548dc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix word duplicate typos</title>
<updated>2026-03-15T20:18:56Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2026-03-15T20:05:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2173207d8b909d1afdc55adda13faac13cdded0f'/>
<id>urn:sha1:2173207d8b909d1afdc55adda13faac13cdded0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Rename Version and expose it as netstatus::SoftwareVersion</title>
<updated>2026-01-15T10:26:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-01-15T10:26:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ec84ac3f0ac80154d6690086ac4efa1ef0869a40'/>
<id>urn:sha1:ec84ac3f0ac80154d6690086ac4efa1ef0869a40</id>
<content type='text'>
This struct is still a bit odd, and there's a todo saying we may
change it again, but at least now it's now available.

While we're here, rename the variant Tor to CTor.
</content>
</entry>
<entry>
<title>netdoc: Remove protocol interning.</title>
<updated>2025-12-03T15:18:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-12-02T15:52:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6ff5b20a2e5403024589115e4439d5964345d38b'/>
<id>urn:sha1:6ff5b20a2e5403024589115e4439d5964345d38b</id>
<content type='text'>
(It's now done in tor_protover.)
</content>
</entry>
<entry>
<title>Move intern from tor-netdir to tor-basic-utils and make it pub</title>
<updated>2025-12-03T15:18:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-12-02T15:07:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=748d142fe6d1d69b90fed00546dd4f361245ca54'/>
<id>urn:sha1:748d142fe6d1d69b90fed00546dd4f361245ca54</id>
<content type='text'>
</content>
</entry>
</feed>
