<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-config/src, branch arti-v1.4.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-02-06T17:48:33Z</updated>
<entry>
<title>file_watcher: Remove some now-unused things</title>
<updated>2025-02-06T17:48:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-02-04T12:41:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ad0221a2d166a7727dc499ce7e036dcdd819b7c2'/>
<id>urn:sha1:ad0221a2d166a7727dc499ce7e036dcdd819b7c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>file_watcher: Use .borrow_mut and sync Mutex</title>
<updated>2025-02-06T17:48:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-02-04T12:38:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=478bb2a5074eae007102e82fcd84b3217221dba6'/>
<id>urn:sha1:478bb2a5074eae007102e82fcd84b3217221dba6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>file_watcher: Add some commentary about Event semantics</title>
<updated>2025-02-06T17:48:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-02-04T12:44:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=78cbc340b706891f58c77fa95fb59a2f5115477a'/>
<id>urn:sha1:78cbc340b706891f58c77fa95fb59a2f5115477a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Improve mistrust documentation</title>
<updated>2025-01-23T09:40:54Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-01-21T15:35:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6df4f6e1733956d5453a9e46b44d919594ec5f8'/>
<id>urn:sha1:b6df4f6e1733956d5453a9e46b44d919594ec5f8</id>
<content type='text'>
This commit improves the documentation for
`ConfigurationSources::set_mistrust`, by explaining that this option is
unrelated to the paths defined within the configuration file itself,
referring to the `storage.permissions.dangerously_trust_everyone`
option.
</content>
</entry>
<entry>
<title>tor-config: Test that uninteresting events get ignored.</title>
<updated>2025-01-09T16:57:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-09T11:11:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7d392e7db196e9245359546a26eb9abb511a7525'/>
<id>urn:sha1:7d392e7db196e9245359546a26eb9abb511a7525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Rewrite match for readability.</title>
<updated>2025-01-09T16:57:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-09T10:20:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ee58f33692f94184ddb1490ef3ef570ce6a1f80d'/>
<id>urn:sha1:ee58f33692f94184ddb1490ef3ef570ce6a1f80d</id>
<content type='text'>
Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2696#note_3145971
</content>
</entry>
<entry>
<title>tor-config: Avoid using EventKind::Any in the tests.</title>
<updated>2025-01-09T16:57:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-08T18:25:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dddef66d1a68644520adc80cf0a5cd3aef8ebcd5'/>
<id>urn:sha1:dddef66d1a68644520adc80cf0a5cd3aef8ebcd5</id>
<content type='text'>
Events of type `Any` now get discarded by the event handler.
</content>
</entry>
<entry>
<title>tor-config: Handle rescan events before filtering.</title>
<updated>2025-01-09T16:57:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-08T18:25:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=49cb168ae4d30eb93b02a655616a270e284e902e'/>
<id>urn:sha1:49cb168ae4d30eb93b02a655616a270e284e902e</id>
<content type='text'>
This enables us to catch "rescan" events, regardless of their underlying
`EventKind`.
</content>
</entry>
<entry>
<title>tor-config: Make the `FileWatcher` ignore non-mutating file events.</title>
<updated>2025-01-09T16:57:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-08T17:52:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2506c9802a24e09441f217d1b0ff7336e620a36'/>
<id>urn:sha1:c2506c9802a24e09441f217d1b0ff7336e620a36</id>
<content type='text'>
Without this, setting `watch_configuration = true` results in endless
config reloading due to arti accessing the config (which triggers an
access event, which in turn, triggers a config reload, and so on).

Closes #1794
</content>
</entry>
<entry>
<title>clippy: deny `mod_module_files`</title>
<updated>2025-01-06T23:09:41Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-06T23:02:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=252a3a803b2db65792db5bd51dee8950d8557e0d'/>
<id>urn:sha1:252a3a803b2db65792db5bd51dee8950d8557e0d</id>
<content type='text'>
Denies 'mod.rs' files for consistency.

https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files
</content>
</entry>
</feed>
