<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/doc/dev/notes/rpc-meta-draft.md, branch arti-v1.1.11</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-07-22T07:10:34Z</updated>
<entry>
<title>Fix typos</title>
<updated>2023-07-22T07:10:34Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2023-07-22T07:10:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=947ddfff0cfac3fef0e3d7ebc14182c638a1d90b'/>
<id>urn:sha1:947ddfff0cfac3fef0e3d7ebc14182c638a1d90b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: update rpc-meta-draft with new behavior.</title>
<updated>2023-05-24T14:15:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-23T14:00:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a939b19479cc99205f847b98cb37e10fdabc3b47'/>
<id>urn:sha1:a939b19479cc99205f847b98cb37e10fdabc3b47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Clarify how authentication works.</title>
<updated>2023-05-16T13:08:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-15T20:27:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c7680d1f870b8504d1bca0fe9ab61565816602b'/>
<id>urn:sha1:9c7680d1f870b8504d1bca0fe9ab61565816602b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Clarify some object ID docs and remove impl details.</title>
<updated>2023-05-16T13:08:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-15T20:24:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c89fac9c3c16613ca0cfa1563824d5bc3df5b340'/>
<id>urn:sha1:c89fac9c3c16613ca0cfa1563824d5bc3df5b340</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Revise example in documentation</title>
<updated>2023-05-16T13:08:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-15T20:02:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=585554d9541d2bd59092c2d50c72a923298923d9'/>
<id>urn:sha1:585554d9541d2bd59092c2d50c72a923298923d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc spec: define method namespacing.</title>
<updated>2023-04-13T14:50:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-13T14:49:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e524f05aa9f7b1cc18b6cf8165e6fde0913b55c7'/>
<id>urn:sha1:e524f05aa9f7b1cc18b6cf8165e6fde0913b55c7</id>
<content type='text'>
Closes #822
</content>
</entry>
<entry>
<title>rpc, spec: Document current ObjectError, RequestError behavior as correct.</title>
<updated>2023-04-13T13:03:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-13T12:49:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8dd65dcd5ffb803723314e16c8e300718a607cc3'/>
<id>urn:sha1:8dd65dcd5ffb803723314e16c8e300718a607cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Change `id=&lt;SYNTAX&gt;` to "no id".</title>
<updated>2023-04-13T13:03:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-13T12:40:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea77f959fb567b495c1faa0cf3349cbfb86a3b58'/>
<id>urn:sha1:ea77f959fb567b495c1faa0cf3349cbfb86a3b58</id>
<content type='text'>
Now instead of hoping that buggy clients will detect a magic `id`,
we can simply tell them that they will get no `id` at all.  If they
can't handle that case, no major harm is done: the connection will
get closed anyway.
</content>
</entry>
<entry>
<title>rpc spec: Allocate a special ID for syntax errors.</title>
<updated>2023-04-12T19:17:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-12T17:36:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89568ead54c784614477468cbfaf46e8161941a9'/>
<id>urn:sha1:89568ead54c784614477468cbfaf46e8161941a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc spec: Change arti_kinds =&gt; kinds per discussion.</title>
<updated>2023-04-12T16:20:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-12T16:19:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=873f9285afb53660fb278c163020a0a6ca8f1ef0'/>
<id>urn:sha1:873f9285afb53660fb278c163020a0a6ca8f1ef0</id>
<content type='text'>
</content>
</entry>
</feed>
