<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-relay/src/config.rs, branch arti-v1.3.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-11-18T15:01:56Z</updated>
<entry>
<title>update `CfgPath::path` to use a `CfgPathResolver`</title>
<updated>2024-11-18T15:01:56Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-11-05T05:18:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b5aa8f7a88808dc9267457ec723d23c8ffd1295a'/>
<id>urn:sha1:b5aa8f7a88808dc9267457ec723d23c8ffd1295a</id>
<content type='text'>
This is a big change across multiple crates since there isn't a good way
to break it up.

This changes the signature of `CfgPath::path` to:

```
pub fn path(&amp;self, path_resolver: &amp;CfgPathResolver) -&gt; Result&lt;PathBuf, CfgPathError&gt; {
```

Making this change means that our global `CfgPathResolver` needs to be
stored in the 'arti-client' library instead of `tor-config-path`, and
must be passed through to anything that calls `path` to expand the
variables.
</content>
</entry>
<entry>
<title>tor-config: removed re-export of `CfgPath`</title>
<updated>2024-11-04T14:58:43Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-10-29T19:55:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6b3e0f89c04fed10436f6437b852d6c9671be7df'/>
<id>urn:sha1:6b3e0f89c04fed10436f6437b852d6c9671be7df</id>
<content type='text'>
Also updated other packages to get `CfgPath` directly from
`tor-config-path' instead of 'tor-config'.
</content>
</entry>
<entry>
<title>arti-relay: Fix cargo doc issues</title>
<updated>2024-10-10T17:31:59Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2024-10-10T17:31:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=45d4253d6ecf47190fe1af1eab6b477891c52db4'/>
<id>urn:sha1:45d4253d6ecf47190fe1af1eab6b477891c52db4</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>arti-relay: Remove the use of pub and pub use</title>
<updated>2024-10-10T15:12:32Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2024-10-10T15:07:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=43185d5130ddcc0b6101d7f2209670695565ef2c'/>
<id>urn:sha1:43185d5130ddcc0b6101d7f2209670695565ef2c</id>
<content type='text'>
The "pub" and "pub(crate)" visibility in a binary crate is essentially
the same except for the dead_code warning analysis which ignores "pub"
but will warn at "pub(crate)".

This should get fixed soon according to:
https://github.com/rust-lang/rust/issues/74970

However, for now, lets catch all this dead code :).

Part of #1674

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>tor-keymgr: Move config/arti.rs to config.rs</title>
<updated>2024-10-08T13:23:16Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-26T14:39:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=68376b22557e15404539f8dec40f9f11bf520f1f'/>
<id>urn:sha1:68376b22557e15404539f8dec40f9f11bf520f1f</id>
<content type='text'>
The config will soon contain secondary C Tor keystore configuration too,
so the `arti` namespacing is about to stop making sense.

I recommend reviewing this commit using
`git diff --color-moved=zebra  --ignore-space-change`
</content>
</entry>
<entry>
<title>tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfig</title>
<updated>2024-09-20T23:13:14Z</updated>
<author>
<name>Morgan</name>
<email>morgan@torproject.org</email>
</author>
<published>2024-09-15T18:25:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5e4e7b69b8cd2791763559cb0563dc60c8a66ce2'/>
<id>urn:sha1:5e4e7b69b8cd2791763559cb0563dc60c8a66ce2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>relay: Add KeyMgr to TorRelay</title>
<updated>2024-09-18T13:24:04Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2024-09-09T19:45:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42d372fcae6dbebba54e9c9fe400cf78a21ec71b'/>
<id>urn:sha1:42d372fcae6dbebba54e9c9fe400cf78a21ec71b</id>
<content type='text'>
This is the first step before creating relay key definition and storing
them into a keystore.

The KeyMgr should be passed on the ChanMgr in later commit so the
ChanMgr can use it for the authenticated channel handshake.

Part of #1604

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>tor-relay: add `ChanMgr` to `TorRelay`</title>
<updated>2024-09-03T22:23:08Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-08-22T14:38:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a8c4f061f30d7481da42ef56bebe60540becae9a'/>
<id>urn:sha1:a8c4f061f30d7481da42ef56bebe60540becae9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>relay: Add basic configuration and builder</title>
<updated>2024-08-20T13:09:31Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2024-08-19T16:51:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df0785dcb45d4ec738597a1b9be52975446a6684'/>
<id>urn:sha1:df0785dcb45d4ec738597a1b9be52975446a6684</id>
<content type='text'>
This adds the basic TorRelayConfig object along a builder in order to
create a TorRelay object.

At this commit, the configuration object only holds a "StorageConfig"
which is a simple starting point which will allow to expand to a KeyMgr
and then a ChanMgr along more configuration.

There is also no custom Error for the crate at this point.

Fixes #1534

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
</feed>
