<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/socks.rs, branch tor-circmgr-v0.18.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-circmgr-v0.18.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-circmgr-v0.18.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-10-25T14:03:08Z</updated>
<entry>
<title>handle_socks_conn: update parameter name in doc comment</title>
<updated>2023-10-25T14:03:08Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2023-10-19T21:08:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9480119ef6248181c4087ca1fb2ac7d8e39cb46a'/>
<id>urn:sha1:9480119ef6248181c4087ca1fb2ac7d8e39cb46a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Treat only EAFNOSUPPORT as a warning</title>
<updated>2023-09-26T08:16:39Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2023-09-26T08:16:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=97ab5ae9b544131c2b607d1d9175b3a458556e6d'/>
<id>urn:sha1:97ab5ae9b544131c2b607d1d9175b3a458556e6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle address already in use</title>
<updated>2023-09-22T16:26:45Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2023-09-22T16:26:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=03c5a13ad4ed9e7820c7a4a26db6368fef3129e2'/>
<id>urn:sha1:03c5a13ad4ed9e7820c7a4a26db6368fef3129e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti, tor-config: Allow listening on generic addresses for SOCKS and DNS.</title>
<updated>2023-09-22T16:19:40Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2023-09-20T07:33:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d7f5a2b024226c8dbff5b2a01ad1a6c8615ee33a'/>
<id>urn:sha1:d7f5a2b024226c8dbff5b2a01ad1a6c8615ee33a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Throughout: Use *_report!() macros for reporting Errors.</title>
<updated>2023-07-07T17:00:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-07-07T13:54:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=25c6fe61e4cf230210dffdac2d3c281fcb31c5a9'/>
<id>urn:sha1:25c6fe61e4cf230210dffdac2d3c281fcb31c5a9</id>
<content type='text'>
I identified the cases to replace by searching for the string
`.report()`.  There are a few that I didn't change:

  * A couple of cases that used anyhow::Error,
  * One case that reported two Errors.
  * Two cases in `tor_hsclient::err` that just did
    `error!("Bug: {}")`.

I have also not audited the cases in `tor-hsclient` where we're using
`tor_error::Report` manually.

Nonetheless, closes #949.
</content>
</entry>
<entry>
<title>Remove onion service descriptor-related errorkinds.</title>
<updated>2023-06-22T17:11:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-22T17:11:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=33bfa7c7a86035342b09920cbf4c85e83889bb46'/>
<id>urn:sha1:33bfa7c7a86035342b09920cbf4c85e83889bb46</id>
<content type='text'>
These have been subsumed by other errorkinds, mostly
OnionServiceProtocolViolation and TorProtocolViolation.

In particular please review the change in tor-hsclient closely;
I am not sure about the new errorkinds for the error there.
</content>
</entry>
<entry>
<title>arti: Resolve TODO HS items related to extended SOCKS5 errors</title>
<updated>2023-06-22T15:05:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-22T15:05:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=57b1e36667023d86cad36ddc846256abad602a9b'/>
<id>urn:sha1:57b1e36667023d86cad36ddc846256abad602a9b</id>
<content type='text'>
This takes an approach discussed in #736: Instead of trying to
distinguish INTRO/REND failures perfectly, we instead map our
existing ErrorKinds as best we can, in respect to the fact that
this distinction is not super important in practice.

Closes #736
</content>
</entry>
<entry>
<title>New ErrorKind for invalid onion addresses</title>
<updated>2023-06-22T14:57:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-22T14:51:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=967cae6cede19e7911ea2bed5f8e6f571c72d0b2'/>
<id>urn:sha1:967cae6cede19e7911ea2bed5f8e6f571c72d0b2</id>
<content type='text'>
Use this to emit HS_BAD_ADDRESS as appropriate.
</content>
</entry>
<entry>
<title>Remove ErrorKind::OnionService{Intro,Rend}Failed</title>
<updated>2023-06-22T14:56:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-22T14:37:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1a9e5b8463b3c0a10e558d67201499fea09d492b'/>
<id>urn:sha1:1a9e5b8463b3c0a10e558d67201499fea09d492b</id>
<content type='text'>
These errors are orthogonal to our actual error kinds.  See
discussion on #736.
</content>
</entry>
<entry>
<title>Generate correct ErrorKinds for hsdesc decryption failures.</title>
<updated>2023-06-21T14:22:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-21T14:17:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dd944bc7874f6adc39814ac32e67ba7ccbd15394'/>
<id>urn:sha1:dd944bc7874f6adc39814ac32e67ba7ccbd15394</id>
<content type='text'>
Part of #736
</content>
</entry>
</feed>
