<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src/address.rs, branch arti-v1.2.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-12-12T20:10:14Z</updated>
<entry>
<title>Add NOTEs about similar code for address types.</title>
<updated>2023-12-12T20:10:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-12T20:10:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e089afc783127e346f7d402d5760140efaabab3a'/>
<id>urn:sha1:e089afc783127e346f7d402d5760140efaabab3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client test: add clippy exception</title>
<updated>2023-11-16T23:15:09Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2023-11-16T23:15:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=332c8ef423bb588a0e85238efd11fd3fc0242d51'/>
<id>urn:sha1:332c8ef423bb588a0e85238efd11fd3fc0242d51</id>
<content type='text'>
This clippy rule appears to be enabled by default in Rust 1.74.0
</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>Turn off HS client connections by default</title>
<updated>2023-06-29T18:01:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-29T15:56:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d8e185a4bb04ceb4029267963c0c10169fb36d09'/>
<id>urn:sha1:d8e185a4bb04ceb4029267963c0c10169fb36d09</id>
<content type='text'>
As per IRC discussion, re lack of Vanguards.
</content>
</entry>
<entry>
<title>arti-client tests: Explicitly enable .onion in most tests</title>
<updated>2023-06-29T18:01:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-29T17:03:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea0fb30b2eda6bc34942f5e475d11af552b1dc14'/>
<id>urn:sha1:ea0fb30b2eda6bc34942f5e475d11af552b1dc14</id>
<content type='text'>
These tests include tests of .onion, which we are disabling by
default.  So we must make some prefs that enable them.
</content>
</entry>
<entry>
<title>arti_client: Add a warning comment to TorAddrError.</title>
<updated>2023-06-29T12:16:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-28T12:32:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c06acc02cbb89a1208a4427a253233cbfe0ea21'/>
<id>urn:sha1:6c06acc02cbb89a1208a4427a253233cbfe0ea21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti_client: Move BadOnion from TorAddrError to ErrorDetail.</title>
<updated>2023-06-29T12:16:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-28T13:29:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=800061e70eca8e4e6139728d0c995450cda0081c'/>
<id>urn:sha1:800061e70eca8e4e6139728d0c995450cda0081c</id>
<content type='text'>
This variant can never be constructed when parsing a TorAddr, so it
doesn't make sense to have it in TorAddrError: the use can never see
it unless they enable `error_detail`.

Not a semver break because the client feature is not yet stable.

Closes #932.
</content>
</entry>
<entry>
<title>HS configuration: Add and honour `allow_onion_addrs` in configuration</title>
<updated>2023-06-28T12:32:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-23T15:45:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc25c82d4b15a2ad1fd5263abf54856ea357db73'/>
<id>urn:sha1:cc25c82d4b15a2ad1fd5263abf54856ea357db73</id>
<content type='text'>
We put this in `[address_filter]`.

The interaction with the corresponding stream preference is a bit
complicated.  We must turn the stream pref into a `BoolOrAuto`.
</content>
</entry>
<entry>
<title>arti-client: address: Prefer to throw OnionAddressResolveRequest (fmt)</title>
<updated>2023-06-16T15:18:02Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-16T14:39:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f877f37308cd8067d31be3cb5654a3de193c69f5'/>
<id>urn:sha1:f877f37308cd8067d31be3cb5654a3de193c69f5</id>
<content type='text'>
</content>
</entry>
</feed>
