<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsclient/src/relay_info.rs, branch arti-v1.1.9</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.9</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.9'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-08-22T12:04:12Z</updated>
<entry>
<title>Lower linkspec list parsing into new tor-linkspec method.</title>
<updated>2023-08-22T12:04:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-18T12:26:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3e34cb6d33ad6abe04804095aeebf4400faecd4c'/>
<id>urn:sha1:3e34cb6d33ad6abe04804095aeebf4400faecd4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsclient: Drop most allows that are marked for removal</title>
<updated>2023-06-21T11:19:04Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-21T10:04:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=60fc4ef98a4d3bb4221a69a234fbeea2b550892b'/>
<id>urn:sha1:60fc4ef98a4d3bb4221a69a234fbeea2b550892b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsclient: Drop a large number of unneeded imports</title>
<updated>2023-06-21T11:19:04Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-21T10:11:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a57d3067a56ec34048ee2f357d57fd4c4f7b04f8'/>
<id>urn:sha1:a57d3067a56ec34048ee2f357d57fd4c4f7b04f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsclient: InvalidTarget::ImpossibleRelayIds is RetryTime::Never</title>
<updated>2023-06-14T16:26:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-14T16:23:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d277f6729d48fd0c3b00875feb3f0550f40ddf27'/>
<id>urn:sha1:d277f6729d48fd0c3b00875feb3f0550f40ddf27</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1246#note_2912105
</content>
</entry>
<entry>
<title>tor-hsclient: Correction to HasRetryTime for InvalidTarget doc</title>
<updated>2023-06-14T16:26:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-14T16:25:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46a89ffb14edcb755e59b012c358b2785109916e'/>
<id>urn:sha1:46a89ffb14edcb755e59b012c358b2785109916e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsclient: Add docs and comments about HasRetryTime for InvalidTarget</title>
<updated>2023-06-14T16:26:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-14T14:50:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d5bf90c33efffe8f67fb88008f129a72619f66e8'/>
<id>urn:sha1:d5bf90c33efffe8f67fb88008f129a72619f66e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsclient: impl HasRetryTime for InvalidTarget</title>
<updated>2023-06-14T14:16:31Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-14T13:55:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c4944de996a06e3c1b386df029ca336be9dc4bab'/>
<id>urn:sha1:c4944de996a06e3c1b386df029ca336be9dc4bab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsclient: Correct InvalidTarget error</title>
<updated>2023-06-09T16:36:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-09T10:36:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4e2321086fc8923bb479cf7a12b7ed597c011f47'/>
<id>urn:sha1:4e2321086fc8923bb479cf7a12b7ed597c011f47</id>
<content type='text'>
Remove TODO comment; instead, replace with a comment about future use
for HS server side, inspired by
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1228/diffs?commit_id=ecfd39507c4e8d52788f4599d6275cab3b4a2a5f#c0123bb2f6b9a9ca50fa45886b667580a7dc951e_79_82

Do not implment `tor_error::HasKind`; the true kind depends on where
the bad information came from, which the calling code will understand.
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1228/diffs?commit_id=d63ad3ab041460bf85defb99b31d6ebe075a0eb1#c0123bb2f6b9a9ca50fa45886b667580a7dc951e_101_110
</content>
</entry>
<entry>
<title>tor-hsclient: impl HasKind for InvalidTarget: ..DescriptorValidationFailed</title>
<updated>2023-06-09T16:36:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-08T12:20:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9d22ce9f8a21b07cc5eaf07fd1df8e960a4a2710'/>
<id>urn:sha1:9d22ce9f8a21b07cc5eaf07fd1df8e960a4a2710</id>
<content type='text'>
This basically always means we couldn't cope with the descriptor.

We need to extend the description of OnionServiceDescriptorValidationFailed
</content>
</entry>
<entry>
<title>tor-hsclient: Add a TODO for InvalidTarget error</title>
<updated>2023-06-09T16:36:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-07T14:22:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cbce8697b6029619212a3eb069e53c018ec811d1'/>
<id>urn:sha1:cbce8697b6029619212a3eb069e53c018ec811d1</id>
<content type='text'>
</content>
</entry>
</feed>
