<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src, 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>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>
<entry>
<title>Resolve a pair of warnings about redundant closures.</title>
<updated>2023-08-22T16:24:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-22T13:18:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0e050b640c7922a649c4bf8bc08fb862235a36e'/>
<id>urn:sha1:c0e050b640c7922a649c4bf8bc08fb862235a36e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resolve warnings about ambiguous/redundant doc links</title>
<updated>2023-08-22T13:00:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-22T13:00:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80c921c6377a651ae6d6d5f65fb55f4884220416'/>
<id>urn:sha1:80c921c6377a651ae6d6d5f65fb55f4884220416</id>
<content type='text'>
Nightly rustdoc now warns if you have a link that isn't necessary,
and if you have a link that might refer to two different things.
</content>
</entry>
<entry>
<title>arti-client: fix conditional unused_import and dead_code warnings</title>
<updated>2023-08-16T17:44:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-14T18:56:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b0a30da76c06d45e3d0a385a5a251b20e359380a'/>
<id>urn:sha1:b0a30da76c06d45e3d0a385a5a251b20e359380a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: Use Path::join instead of format!.</title>
<updated>2023-08-14T15:21:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-14T15:21:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5c5a7bfb14e930b4a9093abf6830aa6a85cbdef1'/>
<id>urn:sha1:5c5a7bfb14e930b4a9093abf6830aa6a85cbdef1</id>
<content type='text'>
</content>
</entry>
</feed>
