<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-config/src/misc.rs, 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>Allow clippy::unchecked_duration_subtraction in tests</title>
<updated>2023-01-27T13:28:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T13:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6dd92843edf2bd4c58de62a0d562921e4191ada'/>
<id>urn:sha1:a6dd92843edf2bd4c58de62a0d562921e4191ada</id>
<content type='text'>
This panics on error, and we're fine with a panic on misbehavior in
tests.
</content>
</entry>
<entry>
<title>Fix various typos (using typos tool and hand-inspection)</title>
<updated>2022-10-18T19:39:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-18T19:39:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5786637b4fb520373c1713bb3bd2d65d41e8ef08'/>
<id>urn:sha1:5786637b4fb520373c1713bb3bd2d65d41e8ef08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error message</title>
<updated>2022-10-12T12:50:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-11T17:49:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=63cd6b0c87fd1eb800d04980b64609f2ec429438'/>
<id>urn:sha1:63cd6b0c87fd1eb800d04980b64609f2ec429438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Provide BoolOrAuto</title>
<updated>2022-10-12T12:50:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-10-07T13:19:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a6ac4090c3b51d7f9a99d74452cefbf8b1f10ab'/>
<id>urn:sha1:4a6ac4090c3b51d7f9a99d74452cefbf8b1f10ab</id>
<content type='text'>
We're going to use this for the config item `bridges.enabled`,
but it seems general enough that it ought to go here.
</content>
</entry>
<entry>
<title>Allow "clippy::single_char_pattern" in tests.</title>
<updated>2022-10-12T12:50:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-10-11T13:00:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=82ad9eea5f80331d0e26a7d5ccfeed9e58a615fb'/>
<id>urn:sha1:82ad9eea5f80331d0e26a7d5ccfeed9e58a615fb</id>
<content type='text'>
This lint exists for perf reasons, and this is rarely relevant in
tests.

Using double quoted str is generally cognitively less burdensome.
</content>
</entry>
<entry>
<title>tor-config Listen: Rename localhost_port_legacy (from _deprecated)</title>
<updated>2022-08-25T17:41:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-24T18:22:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=76066dac8142373883c5f4ca67df954f58adbc82'/>
<id>urn:sha1:76066dac8142373883c5f4ca67df954f58adbc82</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/602#note_2830847
</content>
</entry>
<entry>
<title>tor-config Listen: Add a note about EADDRINUSE</title>
<updated>2022-08-25T17:41:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-24T18:19:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6d7e38f6d6675f041cd92cce9307af0899f1a90'/>
<id>urn:sha1:a6d7e38f6d6675f041cd92cce9307af0899f1a90</id>
<content type='text'>
Prompted by
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/602#note_2830848
</content>
</entry>
<entry>
<title>tor-config; Listen: Return addresses in groups for error behaviour</title>
<updated>2022-08-25T17:41:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-24T15:04:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=81bf8d5f4d7c79097aad55148e4fd6580e6daaa1'/>
<id>urn:sha1:81bf8d5f4d7c79097aad55148e4fd6580e6daaa1</id>
<content type='text'>
Prompted by
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/602#note_2830766
</content>
</entry>
</feed>
