<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-relay/src/relay.rs, branch arti-v2.5.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-07-28T15:49:21Z</updated>
<entry>
<title>relay: Add needeed changes to dirmirror todo comment</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-28T12:50:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b44c1312af22f0996bcd3194f20234b088bc48ee'/>
<id>urn:sha1:b44c1312af22f0996bcd3194f20234b088bc48ee</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Move authorities ownership to TorRelay</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-27T17:56:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=809945c3655e555f611156e6a899c7b0e140b726'/>
<id>urn:sha1:809945c3655e555f611156e6a899c7b0e140b726</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Remove runtime from desc task struct</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-06-02T14:09:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c08345c40e9b9e75b5ca0b8b30513a8bca53f3d2'/>
<id>urn:sha1:c08345c40e9b9e75b5ca0b8b30513a8bca53f3d2</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Add crypto task command channel</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-06-02T14:05:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5ebbd0e434e91b250fd22ea4be9a28fd71ab02df'/>
<id>urn:sha1:5ebbd0e434e91b250fd22ea4be9a28fd71ab02df</id>
<content type='text'>
Give a tx to the descriptor task so it can request the keys when
building a new descriptor.

Implement the crypto task handling of that command channel.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Pass the desc task TX to the crypto task</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-06-02T13:09:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8ebd10515a37e8615a84b06b76b7dcbea79900ba'/>
<id>urn:sha1:8ebd10515a37e8615a84b06b76b7dcbea79900ba</id>
<content type='text'>
The crypto task can now signal the descriptor task that the keys have
changed related to the relay descriptor (signing key and ntor keys) so
a new descriptor can be built and uploaded.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Pass the dirauth list to the desc task</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-06-01T18:45:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c41d9ae4512add2115c3871f8489696ee42bd152'/>
<id>urn:sha1:c41d9ae4512add2115c3871f8489696ee42bd152</id>
<content type='text'>
Config reload is not fully supported just yet but when that comes, we'll
need to make a task command for new targets.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Initial skeleton of the descriptor upload task</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-05-26T17:19:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7531865cc997a424e525d0279598af7f45d7fcb9'/>
<id>urn:sha1:7531865cc997a424e525d0279598af7f45d7fcb9</id>
<content type='text'>
This is the basics, with many TODO(relay), for a relay descriptor upload
task which uses tor-dirpublish::Publisher.

Future commits will implement the several todo!().

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>arti-relay: Turn a TODO(relay-tuning) into TODO DIRMIRROR</title>
<updated>2026-07-22T12:12:10Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-07-21T15:57:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8bdb4705d5adcd9ca1af4a5b7fa7f5d0b0fbb54c'/>
<id>urn:sha1:8bdb4705d5adcd9ca1af4a5b7fa7f5d0b0fbb54c</id>
<content type='text'>
Context:
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4222#note_3437336
</content>
</entry>
<entry>
<title>arti-relay: Add a TODO from @opara</title>
<updated>2026-07-22T12:12:10Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-07-21T14:09:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=17b27fc2c42cfe11a4970156646f7ff83382df68'/>
<id>urn:sha1:17b27fc2c42cfe11a4970156646f7ff83382df68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: Spawn a DirMirror::serve() task</title>
<updated>2026-07-22T12:12:10Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-07-16T17:55:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d552e3c3e67fcba2e3c763c9291a637dfbd68cb7'/>
<id>urn:sha1:d552e3c3e67fcba2e3c763c9291a637dfbd68cb7</id>
<content type='text'>
</content>
</entry>
</feed>
