<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-relay/src/config.rs, branch arti-v1.6.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.6.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-07T15:28:36Z</updated>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<entry>
<title>arti-relay: Removed dependency on `once_cell`</title>
<updated>2025-06-15T02:11:18Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-06-15T01:14:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7a3a85a4cf9db1563c3a8e2184f1420fedba715'/>
<id>urn:sha1:f7a3a85a4cf9db1563c3a8e2184f1420fedba715</id>
<content type='text'>
- Replaced `once_cell::sync::Lazy` with `std::sync::LazyLock`.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>arti-relay: remove 'override_net_params' config</title>
<updated>2025-01-14T19:42:16Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-14T19:42:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3f8736969a49a10ef3cc9d6cc1e3663b4df7f6f4'/>
<id>urn:sha1:3f8736969a49a10ef3cc9d6cc1e3663b4df7f6f4</id>
<content type='text'>
We think that for relays, the 'override_net_params' config option is
overly broad and a footgun. We can always re-add this back later if we
want to, but for now the focus will be on exposing specific config
options for features that are okay to be changed by users.
</content>
</entry>
<entry>
<title>arti-relay: fix rust/clippy lints</title>
<updated>2025-01-14T15:14:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-13T19:18:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=407a1f3a3e7543b5f6e1cc6df19ebdbcbad3ac51'/>
<id>urn:sha1:407a1f3a3e7543b5f6e1cc6df19ebdbcbad3ac51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: add rust/clippy lints</title>
<updated>2025-01-14T15:14:09Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-13T18:21:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=327d544907779979450b9939f4e52aec9353596e'/>
<id>urn:sha1:327d544907779979450b9939f4e52aec9353596e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: remove `TorRelayConfigBuilder::from_directories`</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-08T20:18:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f5d077c21ac85566628013dfdcc1482825e87477'/>
<id>urn:sha1:f5d077c21ac85566628013dfdcc1482825e87477</id>
<content type='text'>
I don't think we'll ever need this. Users will set the directories
through the config file.
</content>
</entry>
<entry>
<title>arti-relay: add `LoggingConfig`</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-08T19:43:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d35810eeca185d2bf7bd29293d7c4d7e91df9a0d'/>
<id>urn:sha1:d35810eeca185d2bf7bd29293d7c4d7e91df9a0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: default config paths now use path resolver</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-08T16:32:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3de3ece90bfa8ebbc1be39dcaa4582816e7c6521'/>
<id>urn:sha1:3de3ece90bfa8ebbc1be39dcaa4582816e7c6521</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: added a base `CfgPathResolver`</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-08T16:26:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ffbe76d24dd9e27283ce2003ce57acb59a449a58'/>
<id>urn:sha1:ffbe76d24dd9e27283ce2003ce57acb59a449a58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: impl `TopLevel` for `TorRelayConfig`</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-08T16:23:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=90075e184b3be4965cd2108f0e22680586ff924b'/>
<id>urn:sha1:90075e184b3be4965cd2108f0e22680586ff924b</id>
<content type='text'>
</content>
</entry>
</feed>
