<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-linkspec/src, branch arti-v1.1.6</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.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-06-21T11:15:41Z</updated>
<entry>
<title>lints: Run maint/add_warning to actually apply new lints</title>
<updated>2023-06-21T11:15:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-21T10:29:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=161b9844dae0aaa2e63bbc77c512d061be6bb390'/>
<id>urn:sha1:161b9844dae0aaa2e63bbc77c512d061be6bb390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linkspec: cleanup usage; change std::fmt to fmt.</title>
<updated>2023-06-12T15:39:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-12T15:39:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ddea52484924c0ae7c98d067d8858a5ff972eaa9'/>
<id>urn:sha1:ddea52484924c0ae7c98d067d8858a5ff972eaa9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RelayId: Display the ID type on redacted identities.</title>
<updated>2023-06-09T20:03:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-09T20:00:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a542a3e93f0887bcf2925f42628ae7927b6e8b00'/>
<id>urn:sha1:a542a3e93f0887bcf2925f42628ae7927b6e8b00</id>
<content type='text'>
Formerly we would display just the first characters of the identity,
without telling you what kind of ID it was.
</content>
</entry>
<entry>
<title>linkspec: implement Display/Redacted on RelayIds</title>
<updated>2023-06-09T20:03:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-09T19:53:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6ce079d4add585266e308fda0abed841a467f5e'/>
<id>urn:sha1:a6ce079d4add585266e308fda0abed841a467f5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linkspec: Implement HasRelayIds::display_relay_ids().</title>
<updated>2023-06-09T19:50:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-09T19:50:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=979a2bd6a0d5659c6784a74906e7fc00936f53af'/>
<id>urn:sha1:979a2bd6a0d5659c6784a74906e7fc00936f53af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linkspec::verbatim: wrapper to give a CircTarget a new set of LinkSpecs</title>
<updated>2023-05-11T12:31:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-10T17:07:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=164717e19649cf988abfc716687cf675e5a06bf4'/>
<id>urn:sha1:164717e19649cf988abfc716687cf675e5a06bf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add linkspec::decode to convert linkspecs to an OwnedChanTarget</title>
<updated>2023-05-11T12:31:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-10T16:44:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=88e9976556428665281a477f5e0591f27e5f5bc2'/>
<id>urn:sha1:88e9976556428665281a477f5e0591f27e5f5bc2</id>
<content type='text'>
Relays and onion service services/clients will both need this.

I'm marking this experimental for now; we should stabilize it before
we release onion services.
</content>
</entry>
<entry>
<title>Change CircTarget::linkspecs() to return an encoded list.</title>
<updated>2023-05-10T16:30:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-10T16:25:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7ce808b75bb500f27ce7837d4f76cbf7fc1ee705'/>
<id>urn:sha1:7ce808b75bb500f27ce7837d4f76cbf7fc1ee705</id>
<content type='text'>
If we didn't do this, we would need to transfrom
`EncodedLinkSpec`s into a `LinkSpec::Unrecognized`, which is not
semantically right.  What's more, every user of this API wants to
consume encoded link specifiers, so encoding them early saves a
little effort.
</content>
</entry>
<entry>
<title>linkspec: Make LinkSpecType public.</title>
<updated>2023-05-10T16:19:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-10T16:19:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a86aff8399655d0468a483d1ee6814653a37216f'/>
<id>urn:sha1:a86aff8399655d0468a483d1ee6814653a37216f</id>
<content type='text'>
This lets us check the type of an `EncodedLinkSpec` as well, and
lets us remove an interface that took a raw u8.
</content>
</entry>
<entry>
<title>linkspec: define conversion functions for EncodedLinkSpec</title>
<updated>2023-05-10T15:40:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-09T15:31:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4e5d7cecca51b48f540d8cd3d4f37fe9948db232'/>
<id>urn:sha1:4e5d7cecca51b48f540d8cd3d4f37fe9948db232</id>
<content type='text'>
This commit adds functions to convert between LinkSpec and
EncodedLinkSpec, and refactors their read/write implementations a
bit to avoid code duplication.
</content>
</entry>
</feed>
