<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/semver.md, branch arti-v1.2.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-03-05T15:34:29Z</updated>
<entry>
<title>AuthorizedClientConfig: add semver note</title>
<updated>2024-03-05T15:34:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-05T12:55:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2fdbd970d3439c5629cb77282a94a336a1704f8b'/>
<id>urn:sha1:2fdbd970d3439c5629cb77282a94a336a1704f8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove semver.md files from arti 1.2.0 release.</title>
<updated>2024-03-04T18:53:50Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-04T18:53:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=81a330b63ef5e7f3a975965356050a97cc33673a'/>
<id>urn:sha1:81a330b63ef5e7f3a975965356050a97cc33673a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Note builder breaking change in semver.md</title>
<updated>2024-02-28T15:30:09Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-28T15:30:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1be494797bc579428c90ae8b5fde1ad0b13e4fad'/>
<id>urn:sha1:1be494797bc579428c90ae8b5fde1ad0b13e4fad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Add an IptError type for status reporting.</title>
<updated>2024-02-19T16:30:43Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-06T18:42:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eced9b7ba9d4feb9debd40684c4daec1c56901a5'/>
<id>urn:sha1:eced9b7ba9d4feb9debd40684c4daec1c56901a5</id>
<content type='text'>
The `OnionServiceStatus` API can now report errors coming from
`IptManager`.

Part of #1083
</content>
</entry>
<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>
</feed>
