<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src/client.rs, branch arti-v1.0.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.0.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.0.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-08-25T16:03:38Z</updated>
<entry>
<title>arti-client: Treat list of exit ports as sensitive.</title>
<updated>2022-08-25T16:03:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-25T16:03:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f9a9921bedd2c292a42e45bde832d666de1bd67b'/>
<id>urn:sha1:f9a9921bedd2c292a42e45bde832d666de1bd67b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: Downgrade "got a circuit for" message.</title>
<updated>2022-08-25T15:05:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-25T15:05:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e8fcf2b0383f49a6d927cb094fdc00f766e82580'/>
<id>urn:sha1:e8fcf2b0383f49a6d927cb094fdc00f766e82580</id>
<content type='text'>
This is not interesting to the user, and violates some of our
safe-logging rules (like "Don't log at info for each user request"
and "don't log ports").
</content>
</entry>
<entry>
<title>arti_client: Refuse to build a client if we are setuid.</title>
<updated>2022-08-24T19:23:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-24T13:17:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a8b3e147fe46e1f664db14c636750e4777b9721e'/>
<id>urn:sha1:a8b3e147fe46e1f664db14c636750e4777b9721e</id>
<content type='text'>
Arti is not designed to be a setuid-safe program.

Part of #523.
</content>
</entry>
<entry>
<title>arti: Fix a minimal-versions failure</title>
<updated>2022-08-17T09:54:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-09T16:46:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=074d08bee8c3238334830f505e008ed37c270440'/>
<id>urn:sha1:074d08bee8c3238334830f505e008ed37c270440</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chanmgr: Use NetDirProvider::params and Arc&lt;dyn..Netparameters&gt;</title>
<updated>2022-08-17T09:54:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-08T12:47:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=48fc5d3c39ccb8de3d3b52f34c5c76cae6806714'/>
<id>urn:sha1:48fc5d3c39ccb8de3d3b52f34c5c76cae6806714</id>
<content type='text'>
This gets rid of many Result().  Many parameters are renamed.
Test cases of the now-impossible branch are removed.

Deleting the match from padding_parameters will come in a moment.
I've split off that commit since it has much whitespace noise.
for now, change the error type to Void.
</content>
</entry>
<entry>
<title>Introduce ChannelConfig</title>
<updated>2022-08-16T17:39:57Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-07-27T19:34:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=76a1c45202cf35588780112d8400d50bd08f9926'/>
<id>urn:sha1:76a1c45202cf35588780112d8400d50bd08f9926</id>
<content type='text'>
This commit is just the necessary plumbing.  The config is currently
empty.  We'll add something to it, for padding control, later.
</content>
</entry>
<entry>
<title>dormancy: Plumb through to chanmgr reconfigure_general</title>
<updated>2022-08-16T17:37:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-07-27T19:29:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4f44ef755aeea74f6df9fc01dcf2a4843875d7b8'/>
<id>urn:sha1:4f44ef755aeea74f6df9fc01dcf2a4843875d7b8</id>
<content type='text'>
The chanmgr remembers the last dormancy state it was told.

We invent a chanmgr-specific Dormancy which the arti-client code knows
how to convert from the richer top-level dormant status.  This avoids
having to have everyone know all the variants of the top-level state.

To call reconfigure_general, we must also obtain and plumb through a
netdir.  Right now we must return an internal error if there is in
fact no netdir, because reconfigure_general does not yet cope with a
missing netdir.

Nothing actually *uses* the dormancy yet.
</content>
</entry>
<entry>
<title>dormancy: tor-client: Break initial dormancy out into a variable</title>
<updated>2022-08-16T17:37:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-07-22T14:52:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7387474be2990816e6c7fc017cc3cf41392c10d1'/>
<id>urn:sha1:7387474be2990816e6c7fc017cc3cf41392c10d1</id>
<content type='text'>
We're going to need to reuse this, so we can plumb the dormancy to
more places.  Breaking it out avoids having repeat the initial
dormancy value in two places.
</content>
</entry>
<entry>
<title>arti-client: TorClient constructor: add a blank line</title>
<updated>2022-08-16T17:37:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-07-12T16:15:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=69629e0ab02ff9dafb839f9a7a32a02f542ad33e'/>
<id>urn:sha1:69629e0ab02ff9dafb839f9a7a32a02f542ad33e</id>
<content type='text'>
The rustfmt-mandated different formatting of these two very similar
blocks is bad enough, without them being smooshed together.
</content>
</entry>
<entry>
<title>Update arti-client to new NetDirProvider API.</title>
<updated>2022-07-26T09:41:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-25T16:06:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1f79e1c49b2b3d34c232251f8fe5ef05458f99a1'/>
<id>urn:sha1:1f79e1c49b2b3d34c232251f8fe5ef05458f99a1</id>
<content type='text'>
This allows us to give better errors in the case where bootstrapping
succeeds at first, but fails thereafter for long enough to make our
directory expire.
</content>
</entry>
</feed>
