<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-chanmgr/src/builder.rs, branch arti-v2.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-v2.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-19T20:31:09Z</updated>
<entry>
<title>chanmgr: Don't build relay channel if method is not Direct</title>
<updated>2026-03-19T20:31:09Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-03-19T17:57:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=706140d971e118fbb9bb30d1c418ee962c78d3a3'/>
<id>urn:sha1:706140d971e118fbb9bb30d1c418ee962c78d3a3</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>chanmgr: Clarify the use of no identity ChanTarget</title>
<updated>2026-03-19T20:31:09Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-03-19T17:52:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2e76ce98ab01b180850876d380626ce728215c3e'/>
<id>urn:sha1:2e76ce98ab01b180850876d380626ce728215c3e</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>chanmgr: Don't get the peer cert as a responder channel</title>
<updated>2026-03-19T20:31:09Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-03-04T19:37:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a07c607568dd516e742cc766fdfca00c8bb5fb12'/>
<id>urn:sha1:a07c607568dd516e742cc766fdfca00c8bb5fb12</id>
<content type='text'>
No initiator present a TLS certificate and so don't try to get one.

Fixes #2388

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>safelog: Rename MaybeSensitive::hidden/visible()</title>
<updated>2026-03-03T15:51:33Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-03-03T14:04:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a52785b3f48f867c8986cb7b8ff6923c73a2652'/>
<id>urn:sha1:4a52785b3f48f867c8986cb7b8ff6923c73a2652</id>
<content type='text'>
Rename them to respectively sensitive() and not_sensitive().

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>chanmgr: Safely log the peer in the channel builder</title>
<updated>2026-03-03T15:51:33Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-25T17:13:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=76bde16ed7463d4e0c92e27086c03806c9e01c99'/>
<id>urn:sha1:76bde16ed7463d4e0c92e27086c03806c9e01c99</id>
<content type='text'>
On I/O error, we safely log the peer address that was used that lead to
this error.

Closes #2375

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Make channel PeerAddr sensitive</title>
<updated>2026-03-03T15:51:33Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-25T14:23:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dab886e765a9a21c934eea39f7ad96d1e1aec935'/>
<id>urn:sha1:dab886e765a9a21c934eea39f7ad96d1e1aec935</id>
<content type='text'>
Only the R2R channel that the PeerAddr becomes unsensitive. The rest, we
keep it sensitive as it can be a client or a client's guard/bridge.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>chanmgr: Rename function parameter</title>
<updated>2026-02-26T16:11:15Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-26T16:11:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f649ce6e79f6cb20b48fd2997bc5abc2554c1d6'/>
<id>urn:sha1:2f649ce6e79f6cb20b48fd2997bc5abc2554c1d6</id>
<content type='text'>
It was _target before because we had it in the function with a
cfg_if!(). Now don't so no need.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>chanmgr: The validate_relay_target() had its logic inversed</title>
<updated>2026-02-26T14:12:48Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-26T14:12:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=94e94fcb463fb11120a159029fbd730b399256e3'/>
<id>urn:sha1:94e94fcb463fb11120a159029fbd730b399256e3</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'chanbuilder-my-addrs' into 'main'</title>
<updated>2026-02-24T21:28:31Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-24T21:28:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=99e9db734ead1722cd5174e6634f4d428ecc6ae7'/>
<id>urn:sha1:99e9db734ead1722cd5174e6634f4d428ecc6ae7</id>
<content type='text'>
chanmgr: Store our relay addresses in the builder

See merge request tpo/core/arti!3716</content>
</entry>
<entry>
<title>chanmgr: Responder relay channel now use the builder my_addrs</title>
<updated>2026-02-24T21:02:35Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-24T18:10:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cf30a925f51cab7672b894f28c72f4fccd7716cc'/>
<id>urn:sha1:cf30a925f51cab7672b894f28c72f4fccd7716cc</id>
<content type='text'>
No need to pass from the arti relay binary our addresses when handling
an incoming channel, use the one in the channel builder that an
initiator channel uses.
</content>
</entry>
</feed>
