<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src/lib.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: 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: Store whether we're running an onion svc (fmt).</title>
<updated>2024-04-11T14:10:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-11T11:36:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3729633b3b80bd06fd85db318ed1e4284cb58966'/>
<id>urn:sha1:3729633b3b80bd06fd85db318ed1e4284cb58966</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Store whether we're running an onion svc.</title>
<updated>2024-04-11T14:10:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-08T17:46:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=196bf92724f23d0d155efa9b555dadee8257a475'/>
<id>urn:sha1:196bf92724f23d0d155efa9b555dadee8257a475</id>
<content type='text'>
The `VanguardMgr` needs to know whether arti is running as an onion
service or not, in order to figure out which of the `vanguards_enabled`
and `vanguards_hs_service` modes to use.
</content>
</entry>
<entry>
<title>tor-circmgr: Call VanguardMgr::launch_background_tasks.</title>
<updated>2024-04-05T16:17:41Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-19T20:24:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9eff2bb465a7ea2032694717036a0277d64d8152'/>
<id>urn:sha1:9eff2bb465a7ea2032694717036a0277d64d8152</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Give VanguardMgr a handle to the runtime (fmt).</title>
<updated>2024-04-05T16:17:41Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-05T11:16:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bdaf3f64f9c1ab028cd8d734e7d4d98b2c4890fe'/>
<id>urn:sha1:bdaf3f64f9c1ab028cd8d734e7d4d98b2c4890fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Give VanguardMgr a handle to the runtime.</title>
<updated>2024-04-05T16:17:41Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-04T13:53:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d90680e41de9c15b578406bf5abacd317fa09cb6'/>
<id>urn:sha1:d90680e41de9c15b578406bf5abacd317fa09cb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Make the path module crate-private.</title>
<updated>2024-03-20T17:48:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-20T15:29:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c1eb94173521bc5104449327650e20ffe32afa7'/>
<id>urn:sha1:4c1eb94173521bc5104449327650e20ffe32afa7</id>
<content type='text'>
We're not currently using any of the path builders outside of
`tor-circmgr`, so let's make them crate-private for now.

Care must be taken if/when we decide to make them public again. For
instance, the `HsPathBuilder` exposes two path building functions, one
that uses vanguards, and one that doesn't. We want to strongly encourage
the use of the vanguards-aware version of the function whenever the
`vanguards` feature is enabled, without breaking any of its existing
non-vanguard uses.

Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2046#note_3010217
</content>
</entry>
<entry>
<title>tor-circmgr: Tell HsPathBuilder what kind of circuit stub is needed.</title>
<updated>2024-03-20T17:48:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-14T19:53:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab2da1250d23e5ba7a2bb489927904b8bd9933f0'/>
<id>urn:sha1:ab2da1250d23e5ba7a2bb489927904b8bd9933f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run maint/add_warning.</title>
<updated>2024-03-13T16:30:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-13T16:30:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c'/>
<id>urn:sha1:c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Fix clippy warning.</title>
<updated>2024-03-11T18:57:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-11T18:09:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e9c1fa9260ed8e4082d13d4ce6353cb7e24714c2'/>
<id>urn:sha1:e9c1fa9260ed8e4082d13d4ce6353cb7e24714c2</id>
<content type='text'>
</content>
</entry>
</feed>
