<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdir/src/params.rs, branch arti-v2.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-11-06T11:28:22Z</updated>
<entry>
<title>Fix name of clippy lint to unchecked_time_subtraction (2)</title>
<updated>2025-11-06T11:28:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-11-06T11:23:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5fd5c48ea059a80cc1f6c50e248654b5ff3aaff'/>
<id>urn:sha1:a5fd5c48ea059a80cc1f6c50e248654b5ff3aaff</id>
<content type='text'>
Run maint/add_warning
</content>
</entry>
<entry>
<title>Merge branch 'xon-xoff-checker' into 'main'</title>
<updated>2025-09-15T17:01:31Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-09-15T17:01:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=45a710b088580b4a2c608bcc86c0a8f9b92ea51c'/>
<id>urn:sha1:45a710b088580b4a2c608bcc86c0a8f9b92ea51c</id>
<content type='text'>
tor-proto,tor-netdir: add flow control consensus parameters

See merge request tpo/core/arti!3249</content>
</entry>
<entry>
<title>tor-netdir: add flow control parameters to `NetParameters`</title>
<updated>2025-09-11T03:48:04Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-09-11T03:47:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ff11da293f72b069e34013603157a0cdd40f64e2'/>
<id>urn:sha1:ff11da293f72b069e34013603157a0cdd40f64e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdir: change default `cc_alg` from 0 to 2</title>
<updated>2025-09-11T01:21:10Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-09-11T01:16:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0afd7b807b847fa7f47f15dbf545f75fcc3e3967'/>
<id>urn:sha1:0afd7b807b847fa7f47f15dbf545f75fcc3e3967</id>
<content type='text'>
This is fine because we still default to non-cc circuits unless the
"flowctl-cc" feature is enabled. See `exit_circparams_from_netparams`
and `onion_circparams_from_netparams` from `tor_circmgr::build`, where
both will only call `build_cc_vegas()` if `cfg(feature = "flowctl-cc")`,
and otherwise call `build_cc_fixedwindow()`.
</content>
</entry>
<entry>
<title>clippy: fix `clippy::duplicated_attributes` warnings</title>
<updated>2025-08-11T15:22:24Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-08-11T15:22:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=327f6a31c0fed9ff0b17ac2257157274fbe6d4cb'/>
<id>urn:sha1:327f6a31c0fed9ff0b17ac2257157274fbe6d4cb</id>
<content type='text'>
```text
warning: duplicated attribute
   --&gt; crates/tor-hsservice/src/timeout_track.rs:630:14
    |
630 |     #![allow(clippy::needless_pass_by_value)] // TODO hoist into standard lint block
    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
</content>
</entry>
<entry>
<title>tor-hsservice: Time out RendRequests in PoW queue.</title>
<updated>2025-08-05T23:50:24Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-07-28T14:00:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2ee5051a68260d264a2149e449256ac101bda63f'/>
<id>urn:sha1:2ee5051a68260d264a2149e449256ac101bda63f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Add consensus params for Prop 362.</title>
<updated>2025-08-05T23:50:24Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-07-24T20:01:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=817d7c75960eecc298e55ec1f051b62e123925cd'/>
<id>urn:sha1:817d7c75960eecc298e55ec1f051b62e123925cd</id>
<content type='text'>
This adds the three new parameters specified in Prop 362 [0].

Two of these replace hardcoded defaults in the code.

The third, HiddenServiceProofOfWorkV1ServiceIntroTimeoutSeconds, is not
implemented yet, but will be in a future commit.

[0]: https://spec.torproject.org/proposals/362-update-pow-control-loop.html
</content>
</entry>
<entry>
<title>Merge branch 'prop360-combined' into 'main'</title>
<updated>2025-07-10T14:43:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-07-10T14:43:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=49f81a14090ae29eb944854d49a59a7125d6ee83'/>
<id>urn:sha1:49f81a14090ae29eb944854d49a59a7125d6ee83</id>
<content type='text'>
Implement proposal 360 (limit HsDesc inflation opportunities)

Closes #2046

See merge request tpo/core/arti!3070</content>
</entry>
<entry>
<title>Suggestions from @gabi-250 on prop360 implementation.</title>
<updated>2025-07-10T13:41:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-07-10T13:37:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=12b2ae41e752b289ff81553e8d571b9cb77c6e0f'/>
<id>urn:sha1:12b2ae41e752b289ff81553e8d571b9cb77c6e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>netdir: new parameters from prop360.</title>
<updated>2025-07-10T13:41:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-06-24T14:52:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b1f4f828e2ed37d9e7559e09579ed098c17cc09e'/>
<id>urn:sha1:b1f4f828e2ed37d9e7559e09579ed098c17cc09e</id>
<content type='text'>
(maxima are as amended in torspec!411)
</content>
</entry>
</feed>
