<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/channel.rs, branch arti-v1.1.1</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.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-01-07T18:35:54Z</updated>
<entry>
<title>Fix typos</title>
<updated>2023-01-07T18:35:54Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2023-01-07T18:35:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=892c6eaadf856b080423ca70d1edac030f5b2695'/>
<id>urn:sha1:892c6eaadf856b080423ca70d1edac030f5b2695</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: CreateFastWrap::decode_chanmsg: Do not report handshake</title>
<updated>2023-01-06T17:26:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-12-12T13:29:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0639b105c5094c73462bd145381c3179df289258'/>
<id>urn:sha1:0639b105c5094c73462bd145381c3179df289258</id>
<content type='text'>
The debug impl prints the handshake challenge, which we should
probably treat as sensitive.
</content>
</entry>
<entry>
<title>tor-proto: When relay IDs mismatch, the IDs are sensitive in errors</title>
<updated>2023-01-06T17:26:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-12-12T13:35:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c925499f863c3992f15ca15727c1b1df5f06a7b'/>
<id>urn:sha1:8c925499f863c3992f15ca15727c1b1df5f06a7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Make Channel::reparameterize take &amp;self.</title>
<updated>2022-10-18T15:49:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-14T20:51:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=61a33da0ff6dd3730a0c966a29d790538e07b2bd'/>
<id>urn:sha1:61a33da0ff6dd3730a0c966a29d790538e07b2bd</id>
<content type='text'>
Even though channels are practically changeable, they use locks
internally so that you don't need a `&amp;mut Channel` to send or
receive traffic.  It makes sense for reparameterizing the channel to
also use a &amp;self reference.

I'll need this so that I can store channels in an `ByRelayIds&lt;&gt;`
set, and still invoke their reparameterize methods.
</content>
</entry>
<entry>
<title>proto: Implement HasRelayIds for Channel.</title>
<updated>2022-10-18T15:49:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-13T14:59:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96493f427d5115685cd21ecc70063d79d8cbb283'/>
<id>urn:sha1:96493f427d5115685cd21ecc70063d79d8cbb283</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change multiplicity of ChannelMethod and addresses</title>
<updated>2022-10-11T12:53:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-06T20:35:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=74d4c73d090f28ba5a8dca4fda3f170a36c0fe16'/>
<id>urn:sha1:74d4c73d090f28ba5a8dca4fda3f170a36c0fe16</id>
<content type='text'>
Now each `ChanTarget` has at most one `ChannelMethod`, and only
`Direct` `ChannelMethods` can have multiple addresses.

Closes #600.
</content>
</entry>
<entry>
<title>tor-linkspec: Remove the old OwnedFoo::new() functions</title>
<updated>2022-10-06T19:13:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-05T18:08:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=299ebd729d697cde69dc720e358abf933af2a054'/>
<id>urn:sha1:299ebd729d697cde69dc720e358abf933af2a054</id>
<content type='text'>
These are now builders.
</content>
</entry>
<entry>
<title>tor-proto: Preserve the ChannelMethod, not the SocketAddr</title>
<updated>2022-10-06T19:13:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-05T17:31:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=34c9178feb45db1e71aaa12ccd271f35b4a97fe1'/>
<id>urn:sha1:34c9178feb45db1e71aaa12ccd271f35b4a97fe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>channel engage_padding_activities: swap docs to tor0proto</title>
<updated>2022-08-17T09:54:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-09T10:58:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=299f302f355ba150777673902a00079ca6143fe1'/>
<id>urn:sha1:299f302f355ba150777673902a00079ca6143fe1</id>
<content type='text'>
This allow us to make a working cross-reference.
</content>
</entry>
<entry>
<title>channel fake_channel_details: Use precise cfg</title>
<updated>2022-08-17T09:54:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-09T10:29:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=88dc816770c23ccbc769f3547008ad4fd9e88b1b'/>
<id>urn:sha1:88dc816770c23ccbc769f3547008ad4fd9e88b1b</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2826169
</content>
</entry>
</feed>
