<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-guardmgr/src/vanguards, branch arti-v1.3.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.3.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-10T14:26:02Z</updated>
<entry>
<title>tor-guardmgr: Convert a TODO into a NOTE.</title>
<updated>2024-09-10T14:26:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-10T14:24:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1d71d47171b886e66eb21422fff2dcd6840f0d92'/>
<id>urn:sha1:1d71d47171b886e66eb21422fff2dcd6840f0d92</id>
<content type='text'>
This behavior is OK, so this doesn't need to be a TODO.

See the discussion at
https://gitlab.torproject.org/tpo/core/arti/-/issues/1352#note_3015217

Closes #1352
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2024-09-03T08:09:02Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-09-03T08:09:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=676f913463b7d84f34dd6101b99d03ef79cf57ad'/>
<id>urn:sha1:676f913463b7d84f34dd6101b99d03ef79cf57ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Fix broken doc link.</title>
<updated>2024-06-03T09:47:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-14T10:49:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc10acd2c99eedc8e8cc6a2e94a195e793b9aede'/>
<id>urn:sha1:cc10acd2c99eedc8e8cc6a2e94a195e793b9aede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Unconditionally define VanguardConfig.</title>
<updated>2024-06-03T09:47:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-13T13:13:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d17dc599c09af08ef501dfba3a685081491bb17a'/>
<id>urn:sha1:d17dc599c09af08ef501dfba3a685081491bb17a</id>
<content type='text'>
We want to export the `VanguardConfig` even if the `vanguards` feature
is disabled (we will need to unconditionally include it in the arti
config).

Note that if `vanguards` are disabled, the `VanguardMode` from the
`VanguardConfig` can only be `Dsiabled`.
</content>
</entry>
<entry>
<title>tor-guardmgr: Map NoSuitableRelay errors to ErrorKind::NoPath.</title>
<updated>2024-05-09T16:37:39Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-09T16:02:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=122043864fb7a3f55d55876729188c91d018d9ac'/>
<id>urn:sha1:122043864fb7a3f55d55876729188c91d018d9ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Add an error variant for when the vanguard mode is unsuitable.</title>
<updated>2024-05-09T16:37:39Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-09T11:27:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c209876c3247c9137d19c166b17e0bea811e1ba7'/>
<id>urn:sha1:c209876c3247c9137d19c166b17e0bea811e1ba7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Return a BootstrapRequired error if all the sets are empty.</title>
<updated>2024-05-09T16:37:39Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-09T10:50:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed4c57dbfb538fa5f270b6ca83b651c5ae8c8700'/>
<id>urn:sha1:ed4c57dbfb538fa5f270b6ca83b651c5ae8c8700</id>
<content type='text'>
Previously, `select_vanguard` returned a `NoSuitableRelay` error if
it was unable to select a relay to use as a vanguard.

We now distunguish the "there are no suitable relays in the vanguard
sets" (`NoSuitableRelays`) error case from the "our vanguard sets are
empty" (`BootstrapRequired`) one.
</content>
</entry>
<entry>
<title>tor-guardmgr: Add a BootstrapRequired error for VanguardMgr.</title>
<updated>2024-05-09T16:37:39Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-09T10:49:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f0eef5651ac3ca49fefea4bcfbaf31ab72a01e53'/>
<id>urn:sha1:f0eef5651ac3ca49fefea4bcfbaf31ab72a01e53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Move VanguardMgrError to a separate module.</title>
<updated>2024-05-09T16:37:39Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-09T10:35:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b8a04c55b4cff32d45b4f62c408ab47e5f9eeb59'/>
<id>urn:sha1:b8a04c55b4cff32d45b4f62c408ab47e5f9eeb59</id>
<content type='text'>
This is about to grow another variant, so I'm moving it to a dedicated
`err` module.
</content>
</entry>
<entry>
<title>tor-guardmgr: Remove TODO about removing Vanguard abstraction.</title>
<updated>2024-05-09T16:37:39Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-09T10:11:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1da0bac05f857508507aa722806fe19af79c32fe'/>
<id>urn:sha1:1da0bac05f857508507aa722806fe19af79c32fe</id>
<content type='text'>
I think it's alright to keep it: it gives us the flexibility to extend
it later on, if needed.
</content>
</entry>
</feed>
