<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-relay/src/config.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-21T20:22:34Z</updated>
<entry>
<title>arti-relay: add a `SystemConfig` to the relay config</title>
<updated>2025-10-21T20:22:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-20T05:51:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c76782b880ebcba023bf3af804122dbbf8ac6ee4'/>
<id>urn:sha1:c76782b880ebcba023bf3af804122dbbf8ac6ee4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: add note to `StorageConfig::permissions`</title>
<updated>2025-10-21T19:54:03Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-20T03:32:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9927e12f27fb60a311522174a936ed0e7f166428'/>
<id>urn:sha1:9927e12f27fb60a311522174a936ed0e7f166428</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: small change to `create_keymgr()`</title>
<updated>2025-10-21T19:54:02Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-20T03:06:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2553215ac2b679d4bc6907d156899fcc2b841256'/>
<id>urn:sha1:2553215ac2b679d4bc6907d156899fcc2b841256</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: initialize the `StateDirectory` and `FsStateMgr`</title>
<updated>2025-10-21T19:53:14Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-20T01:39:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=038bf65e4da6184049950227002f4f8d8e05cdd2'/>
<id>urn:sha1:038bf65e4da6184049950227002f4f8d8e05cdd2</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
