<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/rpc/session.rs, branch arti-v1.2.8</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.8</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.8'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-24T14:45:51Z</updated>
<entry>
<title>rpc: add mandatory delegate-type attribute to Object template</title>
<updated>2024-09-24T14:45:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-16T14:29:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0c7fc748144c8a6b80ce422e6c0055dc1497285e'/>
<id>urn:sha1:0c7fc748144c8a6b80ce422e6c0055dc1497285e</id>
<content type='text'>
When specifying a delegation, the template user must also say what
type they're delegating to.

We're going to use this to document and expose delegations.
</content>
</entry>
<entry>
<title>arti/rpclib: Tweak proxy_info format.</title>
<updated>2024-09-09T14:52:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-04T12:58:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=255c8770e56710fff633b2efca579f337787b456'/>
<id>urn:sha1:255c8770e56710fff633b2efca579f337787b456</id>
<content type='text'>
Renamed address to tcp_address, and made it optional, so that later
we can have a unix_path, etc.

On deser side, add support for unrecognized listener types.
</content>
</entry>
<entry>
<title>rpc: Use MockRuntime for set_proxy_info test.</title>
<updated>2024-08-28T13:00:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-28T12:45:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dff8098fb935a2c81a6206eff14c9e09087dadaa'/>
<id>urn:sha1:dff8098fb935a2c81a6206eff14c9e09087dadaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Add a test for setting proxy info.</title>
<updated>2024-08-28T13:00:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-27T18:42:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cf1d36e4c19700c0afb92b8f6c33a6bbd976dcd0'/>
<id>urn:sha1:cf1d36e4c19700c0afb92b8f6c33a6bbd976dcd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Try another incantation for watching for ProxyInfo.</title>
<updated>2024-08-28T13:00:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-27T17:55:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7543c8a7044bf912c60b02060198d59b339cc996'/>
<id>urn:sha1:7543c8a7044bf912c60b02060198d59b339cc996</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Add another layer of indirection on proxyinfo</title>
<updated>2024-08-28T13:00:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-27T17:19:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=48183adc4cc8d45d915f15e6a5fb587f91538b51'/>
<id>urn:sha1:48183adc4cc8d45d915f15e6a5fb587f91538b51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Try using postage::watch to initialize ProxyInfo.</title>
<updated>2024-08-28T13:00:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-27T17:16:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ebbece794a2b11ff8d90af61be56a460d74255cd'/>
<id>urn:sha1:ebbece794a2b11ff8d90af61be56a460d74255cd</id>
<content type='text'>
(This is a bit trickier than I would like, but it ensures that we
never return a "not initialized yet" code.)
</content>
</entry>
<entry>
<title>RPC: Add experimental method to list SOCKS proxies.</title>
<updated>2024-08-28T13:00:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-22T14:38:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5a79d84df763867ac5f22a81ddbc594ca0b7b939'/>
<id>urn:sha1:5a79d84df763867ac5f22a81ddbc594ca0b7b939</id>
<content type='text'>
We'll need this for our rpc-library code to meaningfully open SOCKS
connections.

Closes #1523.
</content>
</entry>
<entry>
<title>arti: Define a new ArtiRpcSession type.</title>
<updated>2024-08-28T13:00:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-22T12:46:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=657aa2e4d5dff83fadedec7a0be0e5413a27d8f3'/>
<id>urn:sha1:657aa2e4d5dff83fadedec7a0be0e5413a27d8f3</id>
<content type='text'>
This type exists in the `arti` crate.  It wraps and delegates to
`arti_rpcserver::RpcSession`.  Subsequent commits will use it to
expose information from the `arti` crate to the RPC system; right
now it does nothing.
</content>
</entry>
</feed>
