<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-guardmgr/src, branch arti-v1.2.3</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.3</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-04-30T09:37:45Z</updated>
<entry>
<title>tor-guardmgr: Make remove_unlisted return the number of unlisted vanguards.</title>
<updated>2024-04-30T09:37:45Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-30T09:37:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=866aab7a9d567a7e9af101332c85d600b640a552'/>
<id>urn:sha1:866aab7a9d567a7e9af101332c85d600b640a552</id>
<content type='text'>
For symmetry with remove_expired.
</content>
</entry>
<entry>
<title>tor-guardmgr: Make remove_expired return the number of expired vanguards.</title>
<updated>2024-04-30T09:37:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-30T09:36:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=43039566744ba69dac903b3d9f081d112eb30395'/>
<id>urn:sha1:43039566744ba69dac903b3d9f081d112eb30395</id>
<content type='text'>
Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2109#note_3024672
</content>
</entry>
<entry>
<title>tor-guardmgr: Prevent misleading logs when not rotating vanguards.</title>
<updated>2024-04-29T18:07:56Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-29T18:02:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3450d19bb670fd274559e03c340745e5aafc6775'/>
<id>urn:sha1:3450d19bb670fd274559e03c340745e5aafc6775</id>
<content type='text'>
`rotate_expired()` now only logs that it is rotating the vanguards if
some existing vanguards have actually expired.
</content>
</entry>
<entry>
<title>tor-guardmgr: Make a vanguard log message more accurate.</title>
<updated>2024-04-29T18:07:56Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-29T15:27:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=694cd87c9ba2c8154c1c6c90390ab88414535edc'/>
<id>urn:sha1:694cd87c9ba2c8154c1c6c90390ab88414535edc</id>
<content type='text'>
We flush every time the vanguards may have changed, but we don't know
for sure if they did.
</content>
</entry>
<entry>
<title>tor-guardmgr: Add a TODO about using the vanguard consensus params.</title>
<updated>2024-04-29T13:10:37Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-24T13:57:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7d644ff7a5fc07f824a67b7d367fc4bbc57aabf8'/>
<id>urn:sha1:7d644ff7a5fc07f824a67b7d367fc4bbc57aabf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Make the VanguardMgr tests pass again.</title>
<updated>2024-04-29T13:10:37Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-24T13:57:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ceaba7ff4f7ad2e7adaffc4d7a154a252b60735e'/>
<id>urn:sha1:ceaba7ff4f7ad2e7adaffc4d7a154a252b60735e</id>
<content type='text'>
The tests need to be updated now that the `VanguardMode` is read from
the config rather than the consensus.
</content>
</entry>
<entry>
<title>tor-guardmgr: Temporarily reintroduce VanguardConfig.</title>
<updated>2024-04-29T13:10:37Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-24T13:36:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aafdfc115c8b8f787ea23a53ea532928b3a0db57'/>
<id>urn:sha1:aafdfc115c8b8f787ea23a53ea532928b3a0db57</id>
<content type='text'>
As discussed on #tor-dev, I'm reintroducing `VanguardConfig` for now.

The `VanguardConfig` specifies what mode (full/lite/disabled) the
`VanguardMgr` should run in. We currently don't have a separate modes
for HS clients and HS services.

We shouldn't actually *need* a `VanguardConfig` at all, so this is just
a (hopefully!) short- or medium-term fix until we sort out #1382 (which
might involve making breaking changes to our `reconfigure()` APIs).

Closes #1272
</content>
</entry>
<entry>
<title>tor-guardmgr: Remove old TODO about making VanguardMode a VanguardParam.</title>
<updated>2024-04-29T13:10:37Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-23T17:48:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e01a287a5531098a2b9a43fd588db661e905ebfb'/>
<id>urn:sha1:e01a287a5531098a2b9a43fd588db661e905ebfb</id>
<content type='text'>
`VanguardParams` already contains the `vanguards_enabled` and
`vanguards_hs_service` `VanguardMode` params.

We still intend to abolish `VanguardConfig` in favour of deriving the
`VanguardMode` from the consensus params (#1382), but this is not the
right place for such a TODO.
</content>
</entry>
<entry>
<title>tor-guardmgr: Remove unnecessary clippy allows.</title>
<updated>2024-04-29T13:10:37Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-23T17:52:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=04f4b4290aabbea6a7c9cf7be1e8f9b445a4b11a'/>
<id>urn:sha1:04f4b4290aabbea6a7c9cf7be1e8f9b445a4b11a</id>
<content type='text'>
None of these should be unused anymore.
</content>
</entry>
<entry>
<title>tor-guardmgr: Remove unnecessary VanguardSetsTrackedMut contraption (fmt).</title>
<updated>2024-04-22T16:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-22T16:12:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=33d7b1b564ee0c8a7283afd54ba4dac9facc2607'/>
<id>urn:sha1:33d7b1b564ee0c8a7283afd54ba4dac9facc2607</id>
<content type='text'>
</content>
</entry>
</feed>
