<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-chanmgr/src, branch arti-v1.4.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-03-18T16:09:44Z</updated>
<entry>
<title>squash! Upgrade rand dependency to 0.9.</title>
<updated>2025-03-18T16:09:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-03-18T13:01:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f8993c22c2b86010e4fd8b5169ef0ab83f8c754'/>
<id>urn:sha1:2f8993c22c2b86010e4fd8b5169ef0ab83f8c754</id>
<content type='text'>
- `rand::thread_rng()` has been deprecated and renamed to `rand::rng()`
</content>
</entry>
<entry>
<title>tor-rtmock: allow-Decorate every use of MockSleepProvider</title>
<updated>2025-03-06T17:18:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-06T16:57:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4054ed0d51e7c55946bde3c247190c9bbeef6fb'/>
<id>urn:sha1:a4054ed0d51e7c55946bde3c247190c9bbeef6fb</id>
<content type='text'>
MockSleepProvider and MockSleepRuntime have been declared deprecated
by the docs for some time.  We're about to mark them `#[deprecated]`.

This commit has been split out for clarity of review.
</content>
</entry>
<entry>
<title>tor-chanmgr: Update NetParamsExtract docs (fmt).</title>
<updated>2025-01-15T13:49:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-14T18:37:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=af7e1dd6f9955fe333594b58977e65f12e0344a2'/>
<id>urn:sha1:af7e1dd6f9955fe333594b58977e65f12e0344a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-chanmgr: Update NetParamsExtract docs.</title>
<updated>2025-01-15T13:49:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-14T18:35:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=19f6c2bd357659fe61fda30d7bda88e9cbf1549e'/>
<id>urn:sha1:19f6c2bd357659fe61fda30d7bda88e9cbf1549e</id>
<content type='text'>
This also removes the TODO that was addressed by adding the kist params
to this type.
</content>
</entry>
<entry>
<title>tor-chanmgr: Move KIST and padding params to ChannelParams.</title>
<updated>2025-01-15T13:49:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-14T15:46:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f59f2a382404228f847b664ec2d8bef34d65bbff'/>
<id>urn:sha1:f59f2a382404228f847b664ec2d8bef34d65bbff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: Remove dependency on tor-netdir.</title>
<updated>2025-01-15T13:49:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-14T15:20:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=630fd03817ac4bea54264a952fb96315879a0f31'/>
<id>urn:sha1:630fd03817ac4bea54264a952fb96315879a0f31</id>
<content type='text'>
This moves the `NetParameters -&gt; KistParams` conversion to
`tor-chanmgr`.

Prompted by
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2706#note_3147557
</content>
</entry>
<entry>
<title>tor-chanmgr: Add a TODO about a possible renaming.</title>
<updated>2025-01-15T13:49:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-14T15:29:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1c335072b9c6b79737b489342a6c766a234a3eac'/>
<id>urn:sha1:1c335072b9c6b79737b489342a6c766a234a3eac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-changmgr: Update the KIST params whenever the consensus/config changes.</title>
<updated>2025-01-15T13:49:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-08T15:16:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=390ad4dfa32e246c6712a1880d7e03f21599b111'/>
<id>urn:sha1:390ad4dfa32e246c6712a1880d7e03f21599b111</id>
<content type='text'>
Closes #1730, #1728
</content>
</entry>
<entry>
<title>tor-chanmgr: Add reparameterize_kist to AbstractChannel trait.</title>
<updated>2025-01-15T13:49:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-08T16:13:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=796d848ca5828c27137a6397acbe650305f00783'/>
<id>urn:sha1:796d848ca5828c27137a6397acbe650305f00783</id>
<content type='text'>
Needed for the chanmgr to be able to update existing channels with new
KIST settings read from the consensus.
</content>
</entry>
<entry>
<title>tor-rtcompat: Big invasive change adding StreamOps bound everywhere.</title>
<updated>2025-01-15T13:49:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-08T19:08:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f04709c16d0ebf039779c404cf0c907f13965852'/>
<id>urn:sha1:f04709c16d0ebf039779c404cf0c907f13965852</id>
<content type='text'>
This is unfortunately necessary, because after the channel handshake, we
need to give the channel reactor a `StreamOps` handle to the underlying
stream.
</content>
</entry>
</feed>
