<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client, branch ios-sqlite-hacks</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-09-19T16:33:08Z</updated>
<entry>
<title>now this is really a hack</title>
<updated>2023-09-19T16:33:08Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2023-09-19T16:33:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3d8cb7b2d50daf3a6a8fc938675ff9b2bb947a5b'/>
<id>urn:sha1:3d8cb7b2d50daf3a6a8fc938675ff9b2bb947a5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-ptmgr: add very basic support for unmanaged PTs</title>
<updated>2023-09-19T15:18:55Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2023-09-19T11:43:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c61044442613415e6bbb50203e2f4c71c79bcec1'/>
<id>urn:sha1:c61044442613415e6bbb50203e2f4c71c79bcec1</id>
<content type='text'>
- `tor-ptmgr` has a new `add_unmanaged` function to insert an unmanaged
  PT into the `cmethods` table.
  - There are many ways to misuse this API and have it blow up in your
    face (for example, by overwriting an existing PT's cmethod, etc.)
  - It's unclear whether these are worth caring about.
- The `TorClient` gains a new experimental `ptmgr()` function, and the
  `PtClientMethod` can now be constructed by user code.
</content>
</entry>
<entry>
<title>arti-client: add exit selection with GeoIP country codes</title>
<updated>2023-09-18T11:25:36Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2023-08-22T15:52:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6fe895eb5c605e9c8de7ba871fc2114d65e098c'/>
<id>urn:sha1:a6fe895eb5c605e9c8de7ba871fc2114d65e098c</id>
<content type='text'>
This threads the country codes work through the rest of the codebase:

- `tor-dirmgr` will now enable GeoIP with the embedded database when the
  `geoip` future is enabled
  - This can be extended later using the `DirMgrConfig` to allow
    specifying a custom database; this is not done here, though
- `tor-circmgr`'s `SupportedCircUsage` and `TargetCircUsage` fields gain
  new `country_code` members to allow filtering circuits by country
  - These are `()` in builds where the `geoip` feature is not enabled --
    doing it this way means we don't have to copy and paste huge swathes
    of code, since we can't use `#[cfg]` in patterns
- `ExitPathBuilder` gains (hacked-in) support for choosing a relay with
  the correct country code
  - Due to the lack of conjuction, we just copy and paste a small bit,
    pending further refactoring
- `StreamPrefs` now lets you specify a country code, letting embedders
  make use of the feature
</content>
</entry>
<entry>
<title>Merge branch 'bumps' into 'main'</title>
<updated>2023-09-05T18:20:32Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-09-05T18:20:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6b63b8fb9aee489dba086ee82fa1c6bf0dc4e526'/>
<id>urn:sha1:6b63b8fb9aee489dba086ee82fa1c6bf0dc4e526</id>
<content type='text'>
Version bumps in preparation for today's release

See merge request tpo/core/arti!1570</content>
</entry>
<entry>
<title>Update patchlevel for crates with nontrivial changes.</title>
<updated>2023-09-05T16:22:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-05T16:22:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e251baa9a77415f3c605ff462a8ac0b3fa37660a'/>
<id>urn:sha1:e251baa9a77415f3c605ff462a8ac0b3fa37660a</id>
<content type='text'>
These are:

```
hashx
equix
tor-async-utils
tor-error
tor-config
tor-rtmock
tor-llcrypto
tor-bytes
tor-hscrypto
tor-hspow
tor-cert
tor-linkspec
tor-cell
tor-proto
tor-netdoc
tor-netdir
tor-chanmgr
tor-guardmgr
tor-dirmgr
tor-keymgr
tor-hsclient
tor-hsservice
arti-client

arti
```
</content>
</entry>
<entry>
<title>Minor-version bumps for crates with breaking changes.</title>
<updated>2023-09-05T16:20:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-05T16:20:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f5dfc71b86b1ce2ec664e97d6be507189443334'/>
<id>urn:sha1:6f5dfc71b86b1ce2ec664e97d6be507189443334</id>
<content type='text'>
These are:

```
tor-dirclient
tor-ptmgr
```
</content>
</entry>
<entry>
<title>Run "fixup-features" in preparation for release.</title>
<updated>2023-09-05T15:38:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-05T15:38:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c17b8681a013425a0e85aa8fb212b4e72c59f5f1'/>
<id>urn:sha1:c17b8681a013425a0e85aa8fb212b4e72c59f5f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run maint/add_warning to add lint block everywhere</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac'/>
<id>urn:sha1:42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: Fix a couple more typos.</title>
<updated>2023-08-22T20:23:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-22T13:11:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2faedbca7a7f8f66faf9abd02b81a2bd6830cf0'/>
<id>urn:sha1:c2faedbca7a7f8f66faf9abd02b81a2bd6830cf0</id>
<content type='text'>
I spotted these while I was working on something else.
</content>
</entry>
<entry>
<title>Use "typos-cli" to fix a bunch of typos.</title>
<updated>2023-08-22T20:23:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-22T13:06:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7a37641aeb03623a707bd7f3910231c997d66bc9'/>
<id>urn:sha1:7a37641aeb03623a707bd7f3910231c997d66bc9</id>
<content type='text'>
</content>
</entry>
</feed>
