<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/semver.md, branch arti-v1.1.13</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.13</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.13'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-02-05T15:27:50Z</updated>
<entry>
<title>Remove all semver.md files to start a fresh release round</title>
<updated>2024-02-05T15:27:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-05T15:27:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=760274c281779248528e8a23c986503b32e81fd8'/>
<id>urn:sha1:760274c281779248528e8a23c986503b32e81fd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Add FatalError::KeystoreRace.</title>
<updated>2024-02-01T20:51:18Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-01T11:56:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fdd0c1da0a00c70ba69c9382d167565495e4924a'/>
<id>urn:sha1:fdd0c1da0a00c70ba69c9382d167565495e4924a</id>
<content type='text'>
This will be used when a keystore race is detected.
</content>
</entry>
<entry>
<title>tor-hsservice: Make UploadError public.</title>
<updated>2024-01-24T16:57:37Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-22T20:21:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c577c6d58193281e1842585c05802cac94822c24'/>
<id>urn:sha1:c577c6d58193281e1842585c05802cac94822c24</id>
<content type='text'>
We need it to be public, because we're about to expose it in the
`OnionServiceStatus`.
</content>
</entry>
<entry>
<title>tor-hsservice: Add an error type for subcredential lookup failures.</title>
<updated>2024-01-22T11:11:12Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-22T10:55:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d8565206e5e9e9bad320786c36a2b6ed403dbe48'/>
<id>urn:sha1:d8565206e5e9e9bad320786c36a2b6ed403dbe48</id>
<content type='text'>
The subcredential lookup will be moved to
`IntroRequest::decrypt_from_introduce2`. The error returned on failure
is going to be `IntroRequestError::Subcredentials`.

Part of #1242
</content>
</entry>
<entry>
<title>hsservice: Temporarily remove .pause() (formerly stop()).</title>
<updated>2024-01-18T18:47:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-18T18:45:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6734842b81d34824fcb4c6a38c0c4083752a2077'/>
<id>urn:sha1:6734842b81d34824fcb4c6a38c0c4083752a2077</id>
<content type='text'>
We don't need to implement this for our first release of onion
services, but we shouldn't ship a function that calls todo!().
</content>
</entry>
<entry>
<title>tor-hsservice: Move onion_name() to OnionServiceState.</title>
<updated>2024-01-18T10:21:46Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-17T11:44:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=83314bc423523d783c730ed2d0f7c07843ff1568'/>
<id>urn:sha1:83314bc423523d783c730ed2d0f7c07843ff1568</id>
<content type='text'>
Both `OnionService` and `RunningOnionService` have an `onion_name()`
function. To reduce code duplication, we can move `onion_name()` to a
new `OnionServiceState` struct (which will grow more state management
functions int he future), and make both `*OnionService` structs deref to
it.
</content>
</entry>
<entry>
<title>tor-hsservice: Create a separate RunningOnionService type.</title>
<updated>2024-01-18T10:21:46Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-16T14:50:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dd76f2a60dcf2890a1345bcdcf96b1bcb23765a4'/>
<id>urn:sha1:dd76f2a60dcf2890a1345bcdcf96b1bcb23765a4</id>
<content type='text'>
This will enable us to construct non-launched (but configured)
`OnionService`s. We need this, for example, for implementing
the `arti hss` CLI command.

Part of #1227
</content>
</entry>
<entry>
<title>Remove semver.md files now that 1.1.9 is out.</title>
<updated>2023-10-02T21:17:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-02T21:17:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1ffc982b8b31a34cd3acb129e509fa737bfc3353'/>
<id>urn:sha1:1ffc982b8b31a34cd3acb129e509fa737bfc3353</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Add semver.md file.</title>
<updated>2023-09-22T10:16:00Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-22T09:28:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c58ebc6d85081078b03b8cdb5e56853bd335efaf'/>
<id>urn:sha1:c58ebc6d85081078b03b8cdb5e56853bd335efaf</id>
<content type='text'>
</content>
</entry>
</feed>
