<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/lib.rs, branch arti-v1.7.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-23T17:45:41Z</updated>
<entry>
<title>proto: Add a relay channel builder</title>
<updated>2025-10-23T17:45:41Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-10-22T15:19:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2d41498ffb84b25f42d2137fd871e1cca8db9c11'/>
<id>urn:sha1:2d41498ffb84b25f42d2137fd871e1cca8db9c11</id>
<content type='text'>
The client and relay channel builder don't share anything and return
different objects hence the seperation.

Furthermore, this seperation avoids having the client ChanMgr ability to
launch relay channels.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Add RelayIdentities object holding our keys</title>
<updated>2025-10-23T17:45:41Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-10-22T15:03:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d8c63706f566f9043270f669cd1654d3502ae5a0'/>
<id>urn:sha1:d8c63706f566f9043270f669cd1654d3502ae5a0</id>
<content type='text'>
This is a intermediary object between tor-chanmgr and tor-proto that is
when building a relay channel, those keys/certs need to be set in the
ChannelBuilder so the tor-proto can use them to authenticate.

We avoid that way making tor-proto depending on tor-keymgr for the
ultimate goal to avoid tor-proto to have access to all the keys in the
KeyMgr.

Future commits will introduce a relay channel builder which will use
that object to set the keys.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Move streammap out of the client module</title>
<updated>2025-10-21T17:08:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=697ad39af5bb007deac16f4041f106d57f39b2f3'/>
<id>urn:sha1:697ad39af5bb007deac16f4041f106d57f39b2f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move flow_ctrl module under stream (fmt).</title>
<updated>2025-10-07T09:31:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-01T16:37:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c27894b03e7731d7523f966c27fe70a62a384e11'/>
<id>urn:sha1:c27894b03e7731d7523f966c27fe70a62a384e11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move flow_ctrl module under stream.</title>
<updated>2025-10-07T09:31:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-01T16:33:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3fcc257517dd8ba4b111364b09237d547ce3c836'/>
<id>urn:sha1:3fcc257517dd8ba4b111364b09237d547ce3c836</id>
<content type='text'>
This will be used by exits too, so I am moving it out of `client`.
</content>
</entry>
<entry>
<title>proto: Add a top-level stream module.</title>
<updated>2025-10-07T09:31:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-09-08T13:47:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6a75d959b97a203d8970933e7c2758581d3c7d1e'/>
<id>urn:sha1:6a75d959b97a203d8970933e7c2758581d3c7d1e</id>
<content type='text'>
This will house the implementation-agnostic stream types and
functionality.
</content>
</entry>
<entry>
<title>Remove "doc_auto_cfg" incantation from all crates.</title>
<updated>2025-09-29T19:30:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-09-29T18:30:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=808b0ec2e3735a6dbbebeb857a3d6040ae02c697'/>
<id>urn:sha1:808b0ec2e3735a6dbbebeb857a3d6040ae02c697</id>
<content type='text'>
This feature has been removed from nightly, in favor of doc_cfg.
</content>
</entry>
<entry>
<title>tor-proto: add pub `CellCount`</title>
<updated>2025-09-15T19:59:29Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-09-15T18:09:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2ef1c592b96c2e90cef18a9501ea9daa5df67588'/>
<id>urn:sha1:2ef1c592b96c2e90cef18a9501ea9daa5df67588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: add struct `FlowCtrlParameters`</title>
<updated>2025-09-11T04:31:08Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-09-11T03:55:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ddf0c1eeb234e1e3600e3dd3b9d89451a152ab8f'/>
<id>urn:sha1:ddf0c1eeb234e1e3600e3dd3b9d89451a152ab8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move cmd_counts_towards_seqno to a new conflux module.</title>
<updated>2025-09-04T15:38:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-09-01T13:34:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=896d73752f5991d9d8d1e8c85a34cbb9b777894d'/>
<id>urn:sha1:896d73752f5991d9d8d1e8c85a34cbb9b777894d</id>
<content type='text'>
`tor_proto::conflux` is where the shared conflux logic will live.
Soon the generic parts of the conflux handlers will be moved there
(whereas the client-specific `AbstractConfluxMsgHandler` impl will
continue living under `tor_proto::client`).
</content>
</entry>
</feed>
