<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-chanmgr/src/mgr.rs, branch arti-v2.1.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.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-02-25T16:48:46Z</updated>
<entry>
<title>tor-proto: change channel selection fns to take `HasChanMethod`</title>
<updated>2026-02-25T16:48:46Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-02-25T16:48:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=93feaca16067238913aabc6d0068fdcbb96f71f8'/>
<id>urn:sha1:93feaca16067238913aabc6d0068fdcbb96f71f8</id>
<content type='text'>
</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>
<entry>
<title>chanmgr: Store our relay addresses in the builder</title>
<updated>2026-02-24T21:02:33Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-24T17:58:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=790190252707cb5c763b7be7d97a3036aeeedac1'/>
<id>urn:sha1:790190252707cb5c763b7be7d97a3036aeeedac1</id>
<content type='text'>
We need those addresses when we build a relay channel in order to send
them into our NETINFO cell.

This adds the `with_my_addrs()` on the `ChanMgrConfig` object. Next
commit will make arti-relay use it.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>chanmgr: Add a set_relay_identities() to update the RelayIdentities</title>
<updated>2026-02-24T17:34:18Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-24T15:28:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=393a0624d7fa20bdb6d3faa856346475860158ce'/>
<id>urn:sha1:393a0624d7fa20bdb6d3faa856346475860158ce</id>
<content type='text'>
The arti-relay crate rotates the keys at regular interval which we need
to give to the ChanMgr to update its builder.

This function boldly replace the default factory with the new identities
including the TLS acceptor can pick up the new key.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'chan-target-addr' into 'main'</title>
<updated>2026-02-16T13:48:38Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-16T13:48:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e47a7281429cedbacf9fb2b985f35cffc38a11d3'/>
<id>urn:sha1:e47a7281429cedbacf9fb2b985f35cffc38a11d3</id>
<content type='text'>
tor-chanmgr: Add additional `get_or_launch()` tests and update doc comment

Closes #2344

See merge request tpo/core/arti!3676</content>
</entry>
<entry>
<title>Merge branch 'channel-canonical' into 'main'</title>
<updated>2026-02-12T16:44:37Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-12T16:44:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9306eeccc1284f6487372629b1b273cbbbd7d0f6'/>
<id>urn:sha1:9306eeccc1284f6487372629b1b273cbbbd7d0f6</id>
<content type='text'>
Implement channel canonicity

See merge request tpo/core/arti!3668</content>
</entry>
<entry>
<title>tor-chanmgr: add `get_or_launch()` tests using different addrs</title>
<updated>2026-02-12T16:29:06Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-02-11T00:17:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5a1c7fe2ebebad5d4910e1f9378822e746b06acb'/>
<id>urn:sha1:5a1c7fe2ebebad5d4910e1f9378822e746b06acb</id>
<content type='text'>
When there are two channel requests with the same identities and
different socket addresses, we return the same channel.
</content>
</entry>
<entry>
<title>chan: Use Canonicity when choosing a channel</title>
<updated>2026-02-12T16:11:07Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-10T20:52:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46ccbece46c70dc1c04f9c24826cab8c333293a4'/>
<id>urn:sha1:46ccbece46c70dc1c04f9c24826cab8c333293a4</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>tor-chanmgr: add `HasAddrs` bound to `AbstractChannelFactory::BuildSpec`</title>
<updated>2026-02-12T03:50:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-02-11T00:12:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=81714a7625e24741abbd962236ed532c1afe041b'/>
<id>urn:sha1:81714a7625e24741abbd962236ed532c1afe041b</id>
<content type='text'>
This will be needed later so that our channel selection functions can
take a `HasAddrs`.
</content>
</entry>
<entry>
<title>chanmgr: Add inbound open channel to our list</title>
<updated>2026-02-09T20:49:37Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-05T19:49:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8eaafc35f9831fd3a476fc25e3833b5b24c6f004'/>
<id>urn:sha1:8eaafc35f9831fd3a476fc25e3833b5b24c6f004</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
</feed>
