<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdir/src, branch arti-v1.1.4</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.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-04-11T19:32:32Z</updated>
<entry>
<title>Use bool::then_some() as appropriate</title>
<updated>2023-04-11T19:32:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-11T19:32:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e26445b1b018ee924dd33b6d5eceaa4957da8baf'/>
<id>urn:sha1:e26445b1b018ee924dd33b6d5eceaa4957da8baf</id>
<content type='text'>
Now that we require a version of Rust that allows
`b.then_some(v)`, clippy complains about our use of
`b.then(|| v)`.
</content>
</entry>
<entry>
<title>Merge branch 'hs' into 'main'</title>
<updated>2023-04-11T19:19:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-04-11T19:19:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b8b02b38f1e32be0d6bccd6b7795753ecb64701f'/>
<id>urn:sha1:b8b02b38f1e32be0d6bccd6b7795753ecb64701f</id>
<content type='text'>
Download HS descriptors

See merge request tpo/core/arti!1118</content>
</entry>
<entry>
<title>tor-netdir: Fix capitalisation of a doc link</title>
<updated>2023-04-11T18:31:10Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-04-11T15:21:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=23c56db111cbd1e29bc301d5cae07d31fabbce2c'/>
<id>urn:sha1:23c56db111cbd1e29bc301d5cae07d31fabbce2c</id>
<content type='text'>
Fixes a rustdoc warning.
</content>
</entry>
<entry>
<title>tor-netdir: Fix link to hs_time_period function</title>
<updated>2023-04-11T18:31:10Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-04-05T10:26:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df3e8242ea430ad35b3249dc3e01ac8e9dfcd9c3'/>
<id>urn:sha1:df3e8242ea430ad35b3249dc3e01ac8e9dfcd9c3</id>
<content type='text'>
Fixes a rustdoc warning.
</content>
</entry>
<entry>
<title>hs dirs: Note a thing we don't implement yet</title>
<updated>2023-04-11T18:14:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-30T17:48:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=565b063a526bdcffb7983208c8303423ba9e9150'/>
<id>urn:sha1:565b063a526bdcffb7983208c8303423ba9e9150</id>
<content type='text'>
We'll add this later, about here.
</content>
</entry>
<entry>
<title>hs dirs: Implement spread_fetch (fmt)</title>
<updated>2023-04-11T18:14:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-04-03T11:03:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d8ed32b321b40590cdfbb81a867be76b1bf9114f'/>
<id>urn:sha1:d8ed32b321b40590cdfbb81a867be76b1bf9114f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hs dirs: Implement spread_fetch</title>
<updated>2023-04-11T18:14:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-30T17:43:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=95125d9e7265adcc3bb61fba8920269074c29e59'/>
<id>urn:sha1:95125d9e7265adcc3bb61fba8920269074c29e59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hs dirs: Fix wrong ignored variable name</title>
<updated>2023-04-11T18:14:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-31T15:57:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ea8f3b7e01d5df640fd77d8e77c7d1716e438e9'/>
<id>urn:sha1:3ea8f3b7e01d5df640fd77d8e77c7d1716e438e9</id>
<content type='text'>
This is the HsDirIndex, not the Hs[Blind]Id.
</content>
</entry>
<entry>
<title>hs dirs: Replicas are 1-indexed</title>
<updated>2023-04-11T18:14:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-31T15:48:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a3945ad3c6194ef1d62b0c6769c5d56815d1c79f'/>
<id>urn:sha1:a3945ad3c6194ef1d62b0c6769c5d56815d1c79f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdir: Make an import more precise</title>
<updated>2023-04-11T18:14:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-04-03T11:40:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a1241bca438f6f976767d52362327b05518e277b'/>
<id>urn:sha1:a1241bca438f6f976767d52362327b05518e277b</id>
<content type='text'>
With this
  cargo +stable clippy --locked --offline -p tor-netdir --features=hs-client --all-targets

I got this:

64 | use {hsdir_params::HsDirParams, hsdir_ring::HsDirRing, itertools::chain, std::iter};
   |                                                        ^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default
</content>
</entry>
</feed>
