<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates, 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-10-12T20:50:16Z</updated>
<entry>
<title>hack in some sqlite memory limits to see if that helps</title>
<updated>2023-10-12T20:50:16Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2023-10-12T20:50:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea7baf006b6aa44171acfd80598f027d9e1f7d3a'/>
<id>urn:sha1:ea7baf006b6aa44171acfd80598f027d9e1f7d3a</id>
<content type='text'>
</content>
</entry>
<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>Merge branch 'partial-eqs' into 'main'</title>
<updated>2023-09-19T11:30:33Z</updated>
<author>
<name>Alexander Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2023-09-19T11:30:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b0d39a41d9971149835204e3d9a1e69b9d59e1f7'/>
<id>urn:sha1:b0d39a41d9971149835204e3d9a1e69b9d59e1f7</id>
<content type='text'>
tor-hsservice: Implement PartialEq for HsClientDescEncKey, Anonimity, DescEncryptionConfig

See merge request tpo/core/arti!1601</content>
</entry>
<entry>
<title>Merge branch 'ipt-accepting' into 'main'</title>
<updated>2023-09-18T20:45:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-18T20:45:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=351660e1ed3e9987ea78709b2c60d17437274c80'/>
<id>urn:sha1:351660e1ed3e9987ea78709b2c60d17437274c80</id>
<content type='text'>
tor-hsservice: ipt mgr: Notify Establisher to start accepting

See merge request tpo/core/arti!1598</content>
</entry>
<entry>
<title>tor-hsservice: Derive PartialEq for Anonimity and DescEncryptionConfig.</title>
<updated>2023-09-18T16:36:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-18T16:20:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2c4d9652663cee7d4e75c1103d60884a55ad7213'/>
<id>urn:sha1:2c4d9652663cee7d4e75c1103d60884a55ad7213</id>
<content type='text'>
This will enable the descriptor publisher to tell whether it needs to
update the descriptor.

When the publisher is notified of an `OnionServiceConfig` change, it
checks whether the `anonimity` or `encrypt_descriptor` fields have
changed. If they have, it rebuilds and republishes the descriptor
using the new values (note: the publisher changes will be implemented in
a future commit).
</content>
</entry>
<entry>
<title>tor-hscrypto: Implement PartialEq for HsClientDescEncKey.</title>
<updated>2023-09-18T16:24:29Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-18T16:16:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f27d7cc1ca39377fdd6257427148856ec1aa43a'/>
<id>urn:sha1:9f27d7cc1ca39377fdd6257427148856ec1aa43a</id>
<content type='text'>
Needed to implement `PartialEq` for `AuthorizedClientConfig`.
</content>
</entry>
<entry>
<title>Merge branch 'mock-advance' into 'main'</title>
<updated>2023-09-18T14:39:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-09-18T14:39:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e67da8b7f01830c9b87b4e40d28ceed0df001a3d'/>
<id>urn:sha1:e67da8b7f01830c9b87b4e40d28ceed0df001a3d</id>
<content type='text'>
tor-rtmock: task: Provide advance_* to replace advance

See merge request tpo/core/arti!1594</content>
</entry>
<entry>
<title>tor-hsservice: publish backoff tests: Add an allow</title>
<updated>2023-09-18T14:06:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-18T14:05:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=64c5a2f0832cdc0234d5fc4c579db111ef37a51f'/>
<id>urn:sha1:64c5a2f0832cdc0234d5fc4c579db111ef37a51f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: ipt mgr: Apply deferred rustfmt churn</title>
<updated>2023-09-18T12:38:31Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-18T12:38:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c2a74ea87d8fdaaa9d819fd1031bcd307118627'/>
<id>urn:sha1:6c2a74ea87d8fdaaa9d819fd1031bcd307118627</id>
<content type='text'>
</content>
</entry>
</feed>
