<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirmgr/src/authority.rs, branch arti-v0.2.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-03-18T20:49:25Z</updated>
<entry>
<title>dirmgr: Authority: Abolish v3ident accessor</title>
<updated>2022-03-18T20:49:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-18T16:00:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d651a894defb6abc6e45c6f992accc22b1d47968'/>
<id>urn:sha1:d651a894defb6abc6e45c6f992accc22b1d47968</id>
<content type='text'>
This makes this information crate-private.  The crate can reasonably
just access it.
</content>
</entry>
<entry>
<title>dirmgr: Authority: Move a method used only for testing</title>
<updated>2022-03-18T20:49:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-18T16:16:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d1a9ed62f7e3d64ffaf1cbb621498eab374c7f6a'/>
<id>urn:sha1:d1a9ed62f7e3d64ffaf1cbb621498eab374c7f6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirmgr: Authority: Abolish two unused accessors</title>
<updated>2022-03-18T20:49:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-18T15:57:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=23cac566e1e307f9d19a42496455c5c40fd44cf9'/>
<id>urn:sha1:23cac566e1e307f9d19a42496455c5c40fd44cf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Derive Deserialize for derive-builder-generated config builders</title>
<updated>2022-03-07T15:58:53Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-04T14:22:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5203311a977f18f9b908907f9fd3b24cded84b51'/>
<id>urn:sha1:5203311a977f18f9b908907f9fd3b24cded84b51</id>
<content type='text'>
I used
  git-grep -P '\#\[serde\((?!default|deny_unknown)'
to find places where I needed to add additional attributes on the
builder method fields.

This is currently a bit duplicative, but when #371 is completely done,
the validated (non-builder) configs won't need to be Deserialize any
more.

This is part of #371 and #372.
</content>
</entry>
<entry>
<title>Use RsaIdentity::from_hex() and hex::decode_to_slice in more places</title>
<updated>2022-03-04T14:23:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-04T14:23:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c23dad8c2d0eb69016995d4f4246dfd6aed5db1e'/>
<id>urn:sha1:c23dad8c2d0eb69016995d4f4246dfd6aed5db1e</id>
<content type='text'>
These aren't critical-path, but they do make the code a little nicer.
</content>
</entry>
<entry>
<title>Make every Config type implement Eq.</title>
<updated>2021-11-21T17:06:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-21T17:06:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=40ff7113d41c9d5ec3435ae410399d59f26e81f2'/>
<id>urn:sha1:40ff7113d41c9d5ec3435ae410399d59f26e81f2</id>
<content type='text'>
Doing this is necessary for reconfiguration support, and will help a lot
with testing, too.
</content>
</entry>
<entry>
<title>Fix most warnings from nightly.</title>
<updated>2021-10-19T20:21:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-19T20:21:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=445ec6d22053d3f76534844b6c02aefa1fbaedd7'/>
<id>urn:sha1:445ec6d22053d3f76534844b6c02aefa1fbaedd7</id>
<content type='text'>
(One represents code that I forgot to write.)
</content>
</entry>
<entry>
<title>Use derive_builder for Authority and FallbackDir.</title>
<updated>2021-09-10T14:03:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-09-10T14:03:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0949582fab30c28647e82073c5c72ccd8dfc004a'/>
<id>urn:sha1:0949582fab30c28647e82073c5c72ccd8dfc004a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix/silence clippy lints in test modules</title>
<updated>2021-09-08T15:28:31Z</updated>
<author>
<name>Daniel Eades</name>
<email>danieleades@hotmail.com</email>
</author>
<published>2021-08-30T07:52:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fb3b8b84b5709ebe8a29051c43b82c4eef85decc'/>
<id>urn:sha1:fb3b8b84b5709ebe8a29051c43b82c4eef85decc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move all crates into a `crates` subdirectory.</title>
<updated>2021-08-27T13:53:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-27T13:53:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=557a0ff40b3731d4690767de27010bbeff08777d'/>
<id>urn:sha1:557a0ff40b3731d4690767de27010bbeff08777d</id>
<content type='text'>
This will cause some pain for now, but now is really the best time
to do this kind of thing.
</content>
</entry>
</feed>
