<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdir/semver.md, branch arti-v1.2.0</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.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-02-12T15:29:39Z</updated>
<entry>
<title>netdir: Add Relay::is_flagged_{fast,stable} methods.</title>
<updated>2024-02-12T15:29:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-12T15:22:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea3b4c663ca6963738a4fb6e3592188a72f57de8'/>
<id>urn:sha1:ea3b4c663ca6963738a4fb6e3592188a72f57de8</id>
<content type='text'>
</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>Rename our aliases for hs_intro_*_lifetime.</title>
<updated>2024-01-25T16:17:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-25T16:17:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=829a9244a964894b7bd1bebf298a688a7ee8f513'/>
<id>urn:sha1:829a9244a964894b7bd1bebf298a688a7ee8f513</id>
<content type='text'>
The old names were somewhat inaccurate.  (I would have considered
keeping and deprecating the old names, but we already have breaking
changes in tor-netdir.)
</content>
</entry>
<entry>
<title>tor-netdir: Make hs_dirs_{upload, download} take separate args instead of tuple.</title>
<updated>2024-01-24T11:22:54Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-24T10:37:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab5f4ce0ede67419a8f03201375c2f5b245f5564'/>
<id>urn:sha1:ab5f4ce0ede67419a8f03201375c2f5b245f5564</id>
<content type='text'>
Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1904#note_2987777
</content>
</entry>
<entry>
<title>tor-netdir, tor-hscrypto: Add function for computing SRV period offset.</title>
<updated>2024-01-24T11:22:53Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-23T19:05:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b487b7e8d6dfaaf7c65ea2ea30083d87dd1e785c'/>
<id>urn:sha1:b487b7e8d6dfaaf7c65ea2ea30083d87dd1e785c</id>
<content type='text'>
Part of #1166
</content>
</entry>
<entry>
<title>tor-netdir: Simplify `hs_dirs_upload` by only returning the `Relay`.</title>
<updated>2024-01-24T11:22:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-23T14:48:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2a69c1f966f4ff9220c7f1cb1365172268ce0aa0'/>
<id>urn:sha1:2a69c1f966f4ff9220c7f1cb1365172268ce0aa0</id>
<content type='text'>
The publisher is the only user of `hs_dirs_upload`. It turns out it
never actually uses the first element of the yielded `Item`s, so we can
simplify `hs_dir_upload` to only return the HsDir `Relay`s.

Part of #1166
</content>
</entry>
<entry>
<title>tor-netdir: Make hs_all_time_periods return HsDirParams.</title>
<updated>2024-01-24T11:22:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-23T14:42:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bc991f922b5d0fcacd1b6c8fa7b0dd4cdc516163'/>
<id>urn:sha1:bc991f922b5d0fcacd1b6c8fa7b0dd4cdc516163</id>
<content type='text'>
The descriptor publisher uses this function to obtain the list of
relevant time periods. It will soon also need to know the `srv_lifespan`
associated with each time period, so we change this function to return
`HsDirParams`.

Part of #1166
</content>
</entry>
<entry>
<title>netdir: Make hs_dirs_upload() yield &amp;HsDirParams.</title>
<updated>2024-01-23T13:57:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-23T13:49:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7248a5ee37cca562c9a46b9717b801457674eb74'/>
<id>urn:sha1:7248a5ee37cca562c9a46b9717b801457674eb74</id>
<content type='text'>
Closes #1254.
</content>
</entry>
<entry>
<title>Remove semver.md now that 1.1.8 is out.</title>
<updated>2023-09-05T21:01:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-05T21:01:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a05d64d7f1424f140c49a5897f05b26a1eef7c2d'/>
<id>urn:sha1:a05d64d7f1424f140c49a5897f05b26a1eef7c2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdir: Deprecate hs_dirs().</title>
<updated>2023-08-22T14:47:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-17T19:12:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=83f26aebde89151adc7e3505b88553a7231bbd6c'/>
<id>urn:sha1:83f26aebde89151adc7e3505b88553a7231bbd6c</id>
<content type='text'>
</content>
</entry>
</feed>
