<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/err.rs, branch arti-v1.1.9</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.9</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.9'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-09-27T17:42:50Z</updated>
<entry>
<title>hss: implement HasKind for several errors.</title>
<updated>2023-09-27T17:42:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-26T20:16:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=40cc82830a1d20955b2d896d4cac5c9c068a2e62'/>
<id>urn:sha1:40cc82830a1d20955b2d896d4cac5c9c068a2e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Make Publisher::launch return a StartupError.</title>
<updated>2023-09-27T16:38:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-27T16:24:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1b93a0fed15582c46a7fcad6b03604355546b44'/>
<id>urn:sha1:c1b93a0fed15582c46a7fcad6b03604355546b44</id>
<content type='text'>
This simplifies error handling in `OnionService`.

Closes #1052
</content>
</entry>
<entry>
<title>hss: Implement HasKind for StartupError</title>
<updated>2023-09-26T15:08:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-26T15:08:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=14e025505be3bfdc7c8d7590f391e5e51e89ca29'/>
<id>urn:sha1:14e025505be3bfdc7c8d7590f391e5e51e89ca29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hss: fix error return from OnionService::launch()</title>
<updated>2023-09-21T15:46:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-21T15:46:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ce97e0d2c243b93adc15a961f9425cca62215fd8'/>
<id>urn:sha1:ce97e0d2c243b93adc15a961f9425cca62215fd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hss: start filling in a "launch" function for OnionService.</title>
<updated>2023-09-21T15:33:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-21T15:33:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=023a8a5da44220c61e3d11bc603e779e06b7ba8d'/>
<id>urn:sha1:023a8a5da44220c61e3d11bc603e779e06b7ba8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HSS: Enable RendRequests to be answered.</title>
<updated>2023-09-20T13:07:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-20T13:07:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a1fbe5375cd385914cc731d930f20730ca3a60e9'/>
<id>urn:sha1:a1fbe5375cd385914cc731d930f20730ca3a60e9</id>
<content type='text'>
This requires yet more plumbing—this time, of HsCircPool and
NetDirProvider.
</content>
</entry>
<entry>
<title>tor-hsservice: About half of an IPT Manager</title>
<updated>2023-08-23T09:06:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-07-28T10:39:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a1175641407b2fb5915d199c0b05c694395b6450'/>
<id>urn:sha1:a1175641407b2fb5915d199c0b05c694395b6450</id>
<content type='text'>
There are many TODOs and no tests, but it does compile.
</content>
</entry>
<entry>
<title>tor-hsservice errors: Distinguish operational errors by context</title>
<updated>2023-08-17T12:28:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-17T12:04:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=360c90a9d8ec14c713560bc089f9706527056d31'/>
<id>urn:sha1:360c90a9d8ec14c713560bc089f9706527056d31</id>
<content type='text'>
At the very least, I need FatalError to be distinct:
IptEstablisher::new ought not to fail unless everything is terrible.

Add a the Spawn variant to FatalError (that we'll need soon) and the
Bug variant (which it seems likely we might need).

This also gets rid of the crate-level Result alias.
</content>
</entry>
<entry>
<title>Sketch an API for onion services.</title>
<updated>2023-01-24T17:32:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-12T19:38:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a210686c80ff2651561d5cd9ac8187e3d736ecfc'/>
<id>urn:sha1:a210686c80ff2651561d5cd9ac8187e3d736ecfc</id>
<content type='text'>
</content>
</entry>
</feed>
