<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src/doc/hsdesc.rs, branch arti-v1.1.8</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.8</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.8'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-08-29T16:54:05Z</updated>
<entry>
<title>tor-netdoc: provide a IntroPointDescBuilder (fmt)</title>
<updated>2023-08-29T16:54:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-29T16:54:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d88f120e9e2c5d06c757ad699c3a9deda7ae194a'/>
<id>urn:sha1:d88f120e9e2c5d06c757ad699c3a9deda7ae194a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: provide a IntroPointDescBuilder</title>
<updated>2023-08-29T16:53:53Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-29T13:22:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dfacf9ca08d06dd6ea08690ff0392989a5955342'/>
<id>urn:sha1:dfacf9ca08d06dd6ea08690ff0392989a5955342</id>
<content type='text'>
Previously there was no way to construct one of these during
descriptor generation, other than parsing.

A fairly simple builder seems right.

I felt the builder's setter functions for setting keys should be
named precisely after official key names.  But the fields weren't,
so for now I have done some builder-level renaming.
</content>
</entry>
<entry>
<title>Run maint/add_warning to add lint block everywhere</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac'/>
<id>urn:sha1:42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run maint/add_warning to actually apply new lint allows</title>
<updated>2023-07-10T12:49:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-07-10T11:19:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=473447a82e099fd52a674c28f5bc24b3e05208c0'/>
<id>urn:sha1:473447a82e099fd52a674c28f5bc24b3e05208c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a rustdoc link.</title>
<updated>2023-06-29T18:33:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-29T18:33:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=474c313ab006f702089ad378a3fa96142f25d215'/>
<id>urn:sha1:474c313ab006f702089ad378a3fa96142f25d215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: hsdesc: Disregard intro points after the MAX'th</title>
<updated>2023-06-28T15:28:11Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-28T15:18:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cf4adad96e4423d485f5dc01abaf05232715c854'/>
<id>urn:sha1:cf4adad96e4423d485f5dc01abaf05232715c854</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Reject hsdescs with no intro points</title>
<updated>2023-06-28T15:27:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-28T14:09:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0e2f804d8f9f427bc111df3760339bbba4dd62ad'/>
<id>urn:sha1:0e2f804d8f9f427bc111df3760339bbba4dd62ad</id>
<content type='text'>
None of the existing NetdocErrorKinds seemed right.
</content>
</entry>
<entry>
<title>netdoc: remove final TODO HS</title>
<updated>2023-06-26T13:57:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-23T16:45:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5f0855f3dfe2d65b259c1187b817d55b12c6417d'/>
<id>urn:sha1:5f0855f3dfe2d65b259c1187b817d55b12c6417d</id>
<content type='text'>
Although this Errorkind is not perfect, it is good enough.
</content>
</entry>
<entry>
<title>netdoc: Downgrade TODO on EncryptedHsDesc::decrypt</title>
<updated>2023-06-26T13:57:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-23T16:42:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=83fbae201de21ad1a3ff7b63c96bc9fa1626429b'/>
<id>urn:sha1:83fbae201de21ad1a3ff7b63c96bc9fa1626429b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>netdoc: Remove "decrypted_with_id" as meaningless</title>
<updated>2023-06-26T13:57:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-23T16:23:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=093393756718641ad617c992f48267a1d5741c13'/>
<id>urn:sha1:093393756718641ad617c992f48267a1d5741c13</id>
<content type='text'>
Actually, never mind about adding an accessor here: this value was
set incorrectly and didn't match its documentation.  As such it's
basically useless, and we might as well throw it out.
</content>
</entry>
</feed>
