<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdir/src, branch arti-v1.1.5</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.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-05-18T16:54:55Z</updated>
<entry>
<title>guardmgr, netdir: fix some needless-mut warnings</title>
<updated>2023-05-18T16:54:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-18T16:54:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=41863bd62250d20634b65a6ff2d4ab6a492e8459'/>
<id>urn:sha1:41863bd62250d20634b65a6ff2d4ab6a492e8459</id>
<content type='text'>
Found by clippy nightly
</content>
</entry>
<entry>
<title>netdir: New function to check consistency of a HasRelayIds</title>
<updated>2023-05-16T21:45:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-16T11:32:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a779807e836f947b871655d4bb7ce4c5051ced0'/>
<id>urn:sha1:4a779807e836f947b871655d4bb7ce4c5051ced0</id>
<content type='text'>
This function will be used to look up a relay by a set of LinkSpecs
given from an incoming HsDesc or INTRODUCE2 message.  It differs
from other "lookup relay by IDs" functions in that it needs to be
able to return "here's a relay", "couldn't found a relay", or
"learned that this relay is impossible."

Closes #855: This is the only new API needed for ChanTarget
validation, I think.
</content>
</entry>
<entry>
<title>tor-netdir: Shuffle the list of HS dirs used for downloading descriptors.</title>
<updated>2023-05-04T16:53:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-04-27T16:34:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6b9e37e07cd5e49ed2d47f9a9f6925dc9a3fcf59'/>
<id>urn:sha1:6b9e37e07cd5e49ed2d47f9a9f6925dc9a3fcf59</id>
<content type='text'>
We'll probably need the hsdir list to be shuffled deterministically for
testing purposes (this might be desirable, for example, when we write a
test for HS descriptor download retries).

Signed-off-by: Gabriela Moldovan &lt;gabi@torproject.org&gt;
</content>
</entry>
<entry>
<title>tor-netdir: Update tests to parse the descriptor, make test consensus lifetime configurable.</title>
<updated>2023-05-03T16:25:25Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-04-26T17:25:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=30983c764f6a646782f51fd540f205dba0347933'/>
<id>urn:sha1:30983c764f6a646782f51fd540f205dba0347933</id>
<content type='text'>
Signed-off-by: Gabriela Moldovan &lt;gabi@torproject.org&gt;
</content>
</entry>
<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>
</feed>
