<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-chanmgr/src/err.rs, branch arti-v1.3.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-11-21T18:35:57Z</updated>
<entry>
<title>tor-chanmgr: change `RequestCancelled` retry from `Never` to `Immediate`</title>
<updated>2024-11-21T18:35:57Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-11-21T18:29:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f6f33ef982263aa2db981e87a3657e35b9c0c730'/>
<id>urn:sha1:f6f33ef982263aa2db981e87a3657e35b9c0c730</id>
<content type='text'>
If the channel request was cancelled, we should be able to retry
immediately. Additionally, the `kind()` of `RequestCancelled` is
`TransientFailure`, and I don't think it make sense for a transient
error to return a `retry_time()` of `Never`.
</content>
</entry>
<entry>
<title>tor-chanmgr: Provide a variant for memquota errors</title>
<updated>2024-10-03T14:10:35Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-24T10:49:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c6daddc071e8acfa80869e0a7078736c864d1a8a'/>
<id>urn:sha1:c6daddc071e8acfa80869e0a7078736c864d1a8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-linkspec: add `ListByRelayIds`</title>
<updated>2024-09-24T00:50:19Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-09-23T16:15:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cb69e46717ee552f29eabb2e91c20d9d6cd517e1'/>
<id>urn:sha1:cb69e46717ee552f29eabb2e91c20d9d6cd517e1</id>
<content type='text'>
Like `ByRelayIds`, but allows multiple items per relay ID.
</content>
</entry>
<entry>
<title>Merge branch 'todos-chanmgr' into 'main'</title>
<updated>2022-11-29T19:31:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-29T19:31:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7ef9dde99cfd70db86eaf3a3b86953d24941dfcf'/>
<id>urn:sha1:7ef9dde99cfd70db86eaf3a3b86953d24941dfcf</id>
<content type='text'>
chanmgr: resolve several remaining "TODO pt-client" issues

See merge request tpo/core/arti!897</content>
</entry>
<entry>
<title>chanmgr: Distinguish failure to connect to proxy from other IO failures</title>
<updated>2022-11-29T18:41:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-29T16:21:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8cc09c27289718a82bffd7353f9db3442fdf0e96'/>
<id>urn:sha1:8cc09c27289718a82bffd7353f9db3442fdf0e96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove deprecated aliases in tor-linkspec.</title>
<updated>2022-11-29T15:56:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-29T15:56:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=69744ef8f34f80c6099f25545b20b77c43471d45'/>
<id>urn:sha1:69744ef8f34f80c6099f25545b20b77c43471d45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-chanmgr: Invent [Box]ChanSensitive for two error payloads</title>
<updated>2022-11-23T18:28:38Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-23T15:05:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e635383dfb6662ec8f26a2c2549f30ba78b7f514'/>
<id>urn:sha1:e635383dfb6662ec8f26a2c2549f30ba78b7f514</id>
<content type='text'>
This
 1. Makes the errors smaller (in the case of Io's PtTargetAddr;
    ChannelBuild's addresses are already indirected in a Vec).
 2. Redacts (currently, scrubs) the PtTargetAddr and SocketAddr
    when safe logging is enabled

These are the remaining error variants in tor-chanmgr that contain
information that should become sensitive as part of bridge support.
</content>
</entry>
<entry>
<title>tor-chanmgr: Replace OwnedChanTarget with LoggedChanTarget in errors</title>
<updated>2022-11-23T18:28:38Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-23T15:20:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=32357b3de7cfbb393877b24ff9ad402e89a7e014'/>
<id>urn:sha1:32357b3de7cfbb393877b24ff9ad402e89a7e014</id>
<content type='text'>
This
 1. Makes the errors smaller
 2. Redacts (currently, scrubs) the chantarget when safe logging is enabled

This commit doesn't treat other should-be-sensitive inforemation in
errors just yet.  That will come in a moment.
</content>
</entry>
<entry>
<title>Replace TransportRegistry with AbstractPtMgr</title>
<updated>2022-11-22T18:09:06Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-11-22T18:01:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f75702cec4d58ce64ddca5a0ea28a6ab8cd853c'/>
<id>urn:sha1:2f75702cec4d58ce64ddca5a0ea28a6ab8cd853c</id>
<content type='text'>
It doesn't make much sense to have the pluggable transport manager be a
registry, so replace its interface with a more narrowly defined, less generic
version.

Other changes:
- instead of returning a &amp;-reference, it returns an owned Arc, which
  should make the ptmgr easier to implement while allowing efficient
  reuse
- provision for error handling is added, but will probably be revised in
  a future commit pending discussion
- tor-ptmgr code that would generate warnings as a result of this change
  is temporarily removed

This is a split out version of arti!886, intended so work on arti#659
can proceed.
</content>
</entry>
<entry>
<title>chanmgr: Add the code necessary to use SOCKS PTs via a TransportHelper</title>
<updated>2022-10-20T12:11:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-18T14:00:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f39157f8c33518f21a6355c736c0dadd26aa096c'/>
<id>urn:sha1:f39157f8c33518f21a6355c736c0dadd26aa096c</id>
<content type='text'>
This is mostly a matter of encoding parameters in the format used
for socks authentication.
</content>
</entry>
</feed>
