<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-guardmgr/src/vanguards.rs, 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:36Z</updated>
<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: 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 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>
<entry>
<title>tor-guardmgr: Remove unnecessary VanguardSetsTrackedMut contraption.</title>
<updated>2024-04-22T16:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-22T15:52:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3502a6270c7d50424bc5772834e24b299fb36049'/>
<id>urn:sha1:3502a6270c7d50424bc5772834e24b299fb36049</id>
<content type='text'>
The VanguardMgr now unconditionally flushes the vanguard sets to disk
each time there's a consensus change, and every time a vanguard
expires.

Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2090#note_3021013
</content>
</entry>
<entry>
<title>tor-guardmgr: Remove pick_{l2,l3}_relay, add l2(), l3() accessors (fmt).</title>
<updated>2024-04-22T16:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-22T14:01:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c99d5b07f7bdc2bf69e3e8825663a85443912277'/>
<id>urn:sha1:c99d5b07f7bdc2bf69e3e8825663a85443912277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Remove pick_{l2,l3}_relay, add l2(), l3() accessors.</title>
<updated>2024-04-22T16:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-22T14:00:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ecee8c06dd220d5b1c7ccb03183ab5bbf919e5d1'/>
<id>urn:sha1:ecee8c06dd220d5b1c7ccb03183ab5bbf919e5d1</id>
<content type='text'>
Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2090#note_3021016
</content>
</entry>
</feed>
