<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rpc-connect/src/server.rs, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-28T00:49:18Z</updated>
<entry>
<title>rpc-connect: Implement json address-file format.</title>
<updated>2026-01-28T00:49:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-21T20:55:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4246764e7c48eaefc060ad2814b5571f99a19540'/>
<id>urn:sha1:4246764e7c48eaefc060ad2814b5571f99a19540</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Add rpc-server-side support for inet-auto addresses.</title>
<updated>2026-01-28T00:49:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-21T16:41:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=34070bdbd053bc9f6c2084c1e57d21d793e72260'/>
<id>urn:sha1:34070bdbd053bc9f6c2084c1e57d21d793e72260</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Begin implementing inet-auto address scheme.</title>
<updated>2026-01-28T00:49:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-14T18:41:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=935983b0a9b7fd682b70e854b3c8d0ed77bcc144'/>
<id>urn:sha1:935983b0a9b7fd682b70e854b3c8d0ed77bcc144</id>
<content type='text'>
</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>Fix AF_UNIX terminology in docs, comments, and error messages</title>
<updated>2025-03-24T13:58:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-06T15:16:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a60165c11c66c579d628a670de56bfcff494c1cd'/>
<id>urn:sha1:a60165c11c66c579d628a670de56bfcff494c1cd</id>
<content type='text'>
</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>rpc-connect: remove todo; confirm that we do want to mkdir.</title>
<updated>2025-01-27T20:38:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-27T20:38:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00d86a78b93b80098890a07a57907a787f2feead'/>
<id>urn:sha1:00d86a78b93b80098890a07a57907a787f2feead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc-connect: Detect and decline connpts with invalid "auth" feields</title>
<updated>2025-01-27T20:32:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-27T20:32:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e2b6fb028554d8c8cd535d2c8034135961a0a09e'/>
<id>urn:sha1:e2b6fb028554d8c8cd535d2c8034135961a0a09e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Refactor Cookie and UnloadedCookie into a single type.</title>
<updated>2025-01-15T14:18:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-15T13:39:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6e0f70d08f437bd593f5e564594dd8a44036c72c'/>
<id>urn:sha1:6e0f70d08f437bd593f5e564594dd8a44036c72c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: consolodate naming of "inherent" auth.</title>
<updated>2025-01-15T14:18:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-09T21:15:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c6445825bc933a248c1b0b11f0baef43f4182de6'/>
<id>urn:sha1:c6445825bc933a248c1b0b11f0baef43f4182de6</id>
<content type='text'>
We don't want to call this "unix path" anywhere, since it
corresponds to _any_ case where the ability to negotiate a
successful connection means that the client is authorized.

We also don't want to call it "none": The authentication
is inherent to the connection, not nonexistent.
</content>
</entry>
</feed>
