<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/doc, branch arti-v1.2.7</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-03T08:09:02Z</updated>
<entry>
<title>Fix typos</title>
<updated>2024-09-03T08:09:02Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-09-03T08:09:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=676f913463b7d84f34dd6101b99d03ef79cf57ad'/>
<id>urn:sha1:676f913463b7d84f34dd6101b99d03ef79cf57ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sponsor 101 -&gt; Project 101.</title>
<updated>2024-09-02T14:10:42Z</updated>
<author>
<name>Alexander Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2024-09-02T14:10:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c8b79fd2aeaa7b91cc7bdc93da9fecb172bfd4c'/>
<id>urn:sha1:9c8b79fd2aeaa7b91cc7bdc93da9fecb172bfd4c</id>
<content type='text'>
See: tpo/team#313.
</content>
</entry>
<entry>
<title>Merge branch 'torclient-doc' into 'main'</title>
<updated>2024-08-15T10:38:00Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-08-15T10:38:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=92f0a4a30ef12c5285643b4dbd5124044df34fa4'/>
<id>urn:sha1:92f0a4a30ef12c5285643b4dbd5124044df34fa4</id>
<content type='text'>
doc/dev/notes: keymgr-porcelain: Add note about moving keymgr functions out of TorClient.

See merge request tpo/core/arti!2314</content>
</entry>
<entry>
<title>doc/dev/notes: keymgr-porcelain: Add note about alternative API.</title>
<updated>2024-08-14T11:45:38Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-08-14T11:45:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c40f773ce6c330693d96f8ad4801d09ebf2f2b7d'/>
<id>urn:sha1:c40f773ce6c330693d96f8ad4801d09ebf2f2b7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dov/dev/notes: Add note about live reloads in restricted discovery mode.</title>
<updated>2024-08-12T12:04:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-08-06T17:33:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c102cf7a2f5f9872a2052e1044494494e1375bd4'/>
<id>urn:sha1:c102cf7a2f5f9872a2052e1044494494e1375bd4</id>
<content type='text'>
This describes a couple of options for extending the config reloading
logic to support watching for changes in the
`restricted_disovery.key_dirs` directories.

Note: the options we have here are, in a sense, two extremes
  * one is about refactoring some of the existing code into a
    reusable component, and leaving most of the configuration logic
    unchanged
  * the other involves rethinking the entire config watching/reloading
    mechanism to support watching for changes in arbitrary directories

I am leaning towards the simpler option, because I'm not sure the other
one is worth the added complexity (we currently only have a single use
case for it).
</content>
</entry>
<entry>
<title>doc/dev/notes: keymgr-porcelain: Add note about moving keymgr functions out of TorClient.</title>
<updated>2024-08-06T10:53:46Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-08-06T10:53:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d89bea3b5746d3ce2201fd9d348215b71efe5329'/>
<id>urn:sha1:d89bea3b5746d3ce2201fd9d348215b71efe5329</id>
<content type='text'>
This would a possible long-term fix for #1496.
</content>
</entry>
<entry>
<title>doc: Add arti hsc subcommand docs to doc/hsc.md.</title>
<updated>2024-08-05T15:09:28Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-08-01T16:08:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=93444ed860da7bf2d6e24bf138959a794b5bd64d'/>
<id>urn:sha1:93444ed860da7bf2d6e24bf138959a794b5bd64d</id>
<content type='text'>
This also makes the `tests/testcases/hsc/hsc.md` test case a symlink to
`doc/hsc.md`.
</content>
</entry>
<entry>
<title>rpc: Remove RpcError data field and use Report</title>
<updated>2024-07-25T12:46:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-23T17:26:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2e9cc83fd918a40f551bcc3f9595956067044aad'/>
<id>urn:sha1:2e9cc83fd918a40f551bcc3f9595956067044aad</id>
<content type='text'>
Per discussion, this field isn't really specified in a way that lets
us fill it sensibly at the moment.  So for now, we're going to just
omit it.

Additionally, we said that we'd Report on our errors; this branch
changes the implementation of RpcError to do that.

Question: Will the blanket implementation for Into&lt;RpcError&gt; make
it harder to re-add a Data field later on if we want to do so?
</content>
</entry>
<entry>
<title>rpc: split "method not found"</title>
<updated>2024-07-25T12:43:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-23T13:43:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aeb63c0085ae4bc26a74158c19992e1f256614c5'/>
<id>urn:sha1:aeb63c0085ae4bc26a74158c19992e1f256614c5</id>
<content type='text'>
We've wanted separate error codes for "no such method exists" and
"this method exists, but this object doesn't have it."
</content>
</entry>
<entry>
<title>Merge branch 'arti-hyper-cleanup' into 'main'</title>
<updated>2024-07-16T17:37:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-07-16T17:37:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0f3963c86032f17f05e35de5090da0257e4032fe'/>
<id>urn:sha1:0f3963c86032f17f05e35de5090da0257e4032fe</id>
<content type='text'>
Remove arti-hyper from the list of crates in Architecture.md

See merge request tpo/core/arti!2268</content>
</entry>
</feed>
