<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-config/src, branch arti-v1.1.6</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-06-29T17:59:27Z</updated>
<entry>
<title>tor-config: Make ItemOrBool an experimental feature.</title>
<updated>2023-06-29T17:59:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T13:28:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=26eefdc564110c3d526850b1a38fedd49a84d0be'/>
<id>urn:sha1:26eefdc564110c3d526850b1a38fedd49a84d0be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config: Add ItemOrBool helper for deserializing a bool or a value.</title>
<updated>2023-06-29T17:59:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-23T18:58:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=450fa5c474e9e9181e316ff1f39706a6ce35983d'/>
<id>urn:sha1:450fa5c474e9e9181e316ff1f39706a6ce35983d</id>
<content type='text'>
This will enable us to support the new `keystore_dir` field, which can
be either a boolean indicating whether the keystore is disabled or
enabled and initialized with the default keystore dir, or a string which
points to a custom keystore directory (and implies the keystore is
enabled):
```
# use this path, fail if compiled out
# keystore = "/path/to/arti/keystore"
#
# use default path, fail if compiled out
# keystore = true
#
# disable
# keystore = false
```

Part of #891
</content>
</entry>
<entry>
<title>lints: Run maint/add_warning to actually apply new lints</title>
<updated>2023-06-21T11:15:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-21T10:29:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=161b9844dae0aaa2e63bbc77c512d061be6bb390'/>
<id>urn:sha1:161b9844dae0aaa2e63bbc77c512d061be6bb390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use bool::then_some() as appropriate</title>
<updated>2023-04-11T19:32:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-11T19:32:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e26445b1b018ee924dd33b6d5eceaa4957da8baf'/>
<id>urn:sha1:e26445b1b018ee924dd33b6d5eceaa4957da8baf</id>
<content type='text'>
Now that we require a version of Rust that allows
`b.then_some(v)`, clippy complains about our use of
`b.then(|| v)`.
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2023-03-24T07:56:08Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2023-03-24T07:56:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=629fa80674772c455560f28e46273c798482ade9'/>
<id>urn:sha1:629fa80674772c455560f28e46273c798482ade9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Apply deferred rustfmt churn</title>
<updated>2023-03-21T16:37:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-21T16:37:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc399c3a291355813e87b06fb43bbad06ec7c3da'/>
<id>urn:sha1:cc399c3a291355813e87b06fb43bbad06ec7c3da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Do minimal $ and ~ handling even without expand-paths</title>
<updated>2023-03-21T16:37:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-21T16:36:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c18f5c35dce87296e635967535812c7b3aaf892d'/>
<id>urn:sha1:c18f5c35dce87296e635967535812c7b3aaf892d</id>
<content type='text'>
Fixes #790
</content>
</entry>
<entry>
<title>tor-config: Make CfgPathError PartialEq but only when testing</title>
<updated>2023-03-21T16:33:24Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-21T16:33:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=92bc9ef79054673353166a950617cf7acd8e0d50'/>
<id>urn:sha1:92bc9ef79054673353166a950617cf7acd8e0d50</id>
<content type='text'>
So, this is not a semver addition.
</content>
</entry>
<entry>
<title>tor-config: Fix build when expand-paths is disabled</title>
<updated>2023-03-21T16:33:12Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-21T16:33:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a0b78837ad5fcd8b73a9901387eb1ef53337bf39'/>
<id>urn:sha1:a0b78837ad5fcd8b73a9901387eb1ef53337bf39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: paths, unexpanded: use infallible conversion</title>
<updated>2023-03-21T16:08:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-21T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42ad8d99aa2bae2c5195cb0ecca939b7eda20e84'/>
<id>urn:sha1:42ad8d99aa2bae2c5195cb0ecca939b7eda20e84</id>
<content type='text'>
str can always be made into a PathBuf.
</content>
</entry>
</feed>
