<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-rpcserver/src/connection, branch arti-v2.2.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.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-16T14:32:02Z</updated>
<entry>
<title>rpc: Do not allow a connection to be authenticated twice</title>
<updated>2026-03-16T14:32:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-03T16:55:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=523ad1548ab1a235c74d5ecdacb09c7b90b16656'/>
<id>urn:sha1:523ad1548ab1a235c74d5ecdacb09c7b90b16656</id>
<content type='text'>
This makes it a little easier to drop unwanted capabilities.
</content>
</entry>
<entry>
<title>rpc: Move responsibility for Session creation to Connection</title>
<updated>2026-03-16T14:32:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-02T18:35:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6af8faf0dd98fe6a25c7073e02a43dc715a584a'/>
<id>urn:sha1:a6af8faf0dd98fe6a25c7073e02a43dc715a584a</id>
<content type='text'>
The Connection will know the options that the listener was created
with, as opposed to RpcMgr, which is the same for every listener.
</content>
</entry>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<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>rpcserver: Remove stale TODO about authentication</title>
<updated>2025-01-28T19:50:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-28T19:50:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46b7be36420cd151aaf6ea32335cfd578604a9a5'/>
<id>urn:sha1:46b7be36420cd151aaf6ea32335cfd578604a9a5</id>
<content type='text'>
(This TODO dates back to the point before we had sessions.)
</content>
</entry>
<entry>
<title>rpcserver: Improve conversion of authentication error.</title>
<updated>2025-01-28T19:29:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-28T19:29:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dc29f9cbfc8e03a6ed1c32d6c079fa8b0d48f623'/>
<id>urn:sha1:dc29f9cbfc8e03a6ed1c32d6c079fa8b0d48f623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Remove auth:query.</title>
<updated>2025-01-28T19:17:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-28T19:15:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2b2d482c2c6981752480a8e98fa483f6e8a572ce'/>
<id>urn:sha1:2b2d482c2c6981752480a8e98fa483f6e8a572ce</id>
<content type='text'>
Nothing uses it; its role in negotiation has been replaced
by the connect-point design.
</content>
</entry>
<entry>
<title>Document more that cancel is uncancellable.</title>
<updated>2025-01-23T00:39:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-23T00:38:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=160574830f8a545786759cae1480a2ca86cfea5a'/>
<id>urn:sha1:160574830f8a545786759cae1480a2ca86cfea5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Make cancel requests uncancellable.</title>
<updated>2025-01-23T00:39:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-22T14:08:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8937200fbaeca090b51e7400aee5813a97e6d468'/>
<id>urn:sha1:8937200fbaeca090b51e7400aee5813a97e6d468</id>
<content type='text'>
The current cancel code is prone to deadlock, so the easiest way to
solve it appears to be making cancel requests themselves
uncancellable.

I've included a test to verify the behavior; previously, this test
caused a deadlock.
</content>
</entry>
<entry>
<title>rpc: Implement the rpc:cancel command.</title>
<updated>2025-01-16T21:39:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-16T20:22:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f15c2ac50c9cd6524d2ca2246c87dadaac9add11'/>
<id>urn:sha1:f15c2ac50c9cd6524d2ca2246c87dadaac9add11</id>
<content type='text'>
</content>
</entry>
</feed>
