<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-error/src, branch arti-v1.1.4</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.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-04-12T17:30:24Z</updated>
<entry>
<title>tor-error: Add ErrorKinds for RPC errors.</title>
<updated>2023-04-12T17:30:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-12T17:30:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e37b017342249fb88c8212fa356f68cf66e57ab7'/>
<id>urn:sha1:e37b017342249fb88c8212fa356f68cf66e57ab7</id>
<content type='text'>
These are experimental for now so that we can change them without
breaking semver.
</content>
</entry>
<entry>
<title>Merge branch 'bug804' into 'main'</title>
<updated>2023-04-11T21:33:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-11T21:33:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c596ded74a10b784958a2a0c1e65b4fca57421a5'/>
<id>urn:sha1:c596ded74a10b784958a2a0c1e65b4fca57421a5</id>
<content type='text'>
s/ProtocolFailed/ProtocolViolation/g where possible

Closes #804

See merge request tpo/core/arti!1121</content>
</entry>
<entry>
<title>Use an Enum for the description request</title>
<updated>2023-04-10T18:37:45Z</updated>
<author>
<name>tranna</name>
<email>tranna@proton.me</email>
</author>
<published>2023-04-10T18:37:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=51b5ba66816221a8d2acd67ee9194b9e2a54deeb'/>
<id>urn:sha1:51b5ba66816221a8d2acd67ee9194b9e2a54deeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/ProtocolFailed/ProtocolViolation/g where possible</title>
<updated>2023-04-08T14:47:28Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2023-04-08T14:47:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d61ff04d1f3ce555e10730e0bc22e4e3b64073d'/>
<id>urn:sha1:5d61ff04d1f3ce555e10730e0bc22e4e3b64073d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: Rename ErrorKind::TorDirectoryUsable (from ...Broken)</title>
<updated>2023-04-06T10:06:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-04-06T10:06:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf9a7826de39e8f9a6703bd7a3b983ac72548db5'/>
<id>urn:sha1:bf9a7826de39e8f9a6703bd7a3b983ac72548db5</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1117#note_2893986

(Not going to squash this as it has a semantic conflict with !1118, so
needs a little special handling there.)
</content>
</entry>
<entry>
<title>tor-error: Introduce ErrorKind::TorDirectoryBroken</title>
<updated>2023-04-05T14:11:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-04-05T13:55:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0e8384bcb424120e2a8652222c3cc84b12d51c13'/>
<id>urn:sha1:0e8384bcb424120e2a8652222c3cc84b12d51c13</id>
<content type='text'>
We will use this for a lack of HS directories.  (These aren't chosen
according to any local restrictions, so the problems with EK::NoPath
and EK::NoExit don't arise.)
</content>
</entry>
<entry>
<title>tor-error: Add OnionServiceNotRunning error</title>
<updated>2023-03-31T17:01:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-31T17:01:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3e22e881f363bc758bdc346f6817f8b05d279268'/>
<id>urn:sha1:3e22e881f363bc758bdc346f6817f8b05d279268</id>
<content type='text'>
We'll want this later.  Define it now, though, since we've discussed
it here
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1099#note_2892020
</content>
</entry>
<entry>
<title>tor-error: Put OnionService errors behind a new experimental-api feature</title>
<updated>2023-03-31T16:57:24Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-31T16:55:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=68e57116846cee03dd39af561284ccf8cedc0da8'/>
<id>urn:sha1:68e57116846cee03dd39af561284ccf8cedc0da8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: Errors for hidden services</title>
<updated>2023-03-31T16:53:40Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-30T12:10:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c6a10387e377d525be0d54b1a7eb2242edec455b'/>
<id>urn:sha1:c6a10387e377d525be0d54b1a7eb2242edec455b</id>
<content type='text'>
So far these are just the errors that occur during descriptor
fetch. There will be more later as we have more code in tor-hsconn.

This is very user-facing; use the "onion service" terminology.
</content>
</entry>
<entry>
<title>Allow clippy::unchecked_duration_subtraction in tests</title>
<updated>2023-01-27T13:28:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T13:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6dd92843edf2bd4c58de62a0d562921e4191ada'/>
<id>urn:sha1:a6dd92843edf2bd4c58de62a0d562921e4191ada</id>
<content type='text'>
This panics on error, and we're fine with a panic on misbehavior in
tests.
</content>
</entry>
</feed>
