<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-guardmgr/src/vanguards/config.rs, branch arti-v1.2.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.2.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-04-29T13:10:37Z</updated>
<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: 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: By default, use full vanguards for onion services.</title>
<updated>2024-04-22T16:15:52Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-11T14:48:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c80fad2aa89393d320bcba9e82d8bd8c51f1f9b9'/>
<id>urn:sha1:c80fad2aa89393d320bcba9e82d8bd8c51f1f9b9</id>
<content type='text'>
By default, HS clients should be using lite vanguards, and HS services
full vanguards.

See https://gitlab.torproject.org/tpo/core/torspec/-/merge_requests/258#note_3011734
</content>
</entry>
<entry>
<title>tor-guardmgr: Remove outdated TODO.</title>
<updated>2024-04-15T15:47:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-11T15:06:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2fc84d9d975fdab35fee101f450c133f718ec8f5'/>
<id>urn:sha1:2fc84d9d975fdab35fee101f450c133f718ec8f5</id>
<content type='text'>
It was addressed in !2083
</content>
</entry>
<entry>
<title>tor-guardmgr: Add the two VanguardModes to VanguardParams.</title>
<updated>2024-04-11T14:10:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-08T17:35:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=116ea23fca24b6c98c83eb7a293f7885ca24dc68'/>
<id>urn:sha1:116ea23fca24b6c98c83eb7a293f7885ca24dc68</id>
<content type='text'>
We have two vanguard modes, one for when arti is running as a client,
and a separate one for when it's running as a service.

Both modes are extracted from the `NetParameters`, so they belong in
`VanguardParams`.
</content>
</entry>
<entry>
<title>tor-guardmgr: Validate lifetimes before constructing VanguarParams.</title>
<updated>2024-04-10T12:29:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-09T18:19:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0785747af0caa84d4903622ed7f492699709cb12'/>
<id>urn:sha1:0785747af0caa84d4903622ed7f492699709cb12</id>
<content type='text'>
If the [min, max] lifetime interval for a vanguard layer is the empty
set (i.e. min &gt; max), we return the default lifetime.
</content>
</entry>
<entry>
<title>tor-guardmgr: Derive getters for VanguardParams.</title>
<updated>2024-04-05T16:17:41Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-04T10:02:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=008f98fd9655274568168d05534ba47bace60f52'/>
<id>urn:sha1:008f98fd9655274568168d05534ba47bace60f52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Implement TryFrom&lt;&amp;NetParameters&gt; for VanguardParams.</title>
<updated>2024-04-05T16:17:41Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-03T14:00:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d107d566f2bcd35df57e3d603ac3cff7333e6797'/>
<id>urn:sha1:d107d566f2bcd35df57e3d603ac3cff7333e6797</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Unconditionally define VanguardMode.</title>
<updated>2024-03-20T17:48:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-20T12:16:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bd0f189fbb8c9e26aaf7e01f5a16124fa97aa4d7'/>
<id>urn:sha1:bd0f189fbb8c9e26aaf7e01f5a16124fa97aa4d7</id>
<content type='text'>
</content>
</entry>
</feed>
