<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/lib.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: Remove OnionServiceDataStram type.</title>
<updated>2023-09-27T17:42:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-27T13:21:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d208c062fc2d78dc45d2b92d6eee441d5585b3db'/>
<id>urn:sha1:d208c062fc2d78dc45d2b92d6eee441d5585b3db</id>
<content type='text'>
I think that the reason we added this was in case we needed
different behavior from DataStream; but on reflection it does seem
that we don't.  Having a single type here will make things a bit
simpler.
</content>
</entry>
<entry>
<title>hss: helper to get a stream of StreamReq from a stream of RendReq.</title>
<updated>2023-09-27T17:42:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-26T18:50:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0ed0b793e445d2b3d9122c8bf131608492dafdfc'/>
<id>urn:sha1:0ed0b793e445d2b3d9122c8bf131608492dafdfc</id>
<content type='text'>
This isn't very much code, but given how long it took me to write
this and make it typecheck, I suspect that others may find it useful
as well.
</content>
</entry>
<entry>
<title>tor-hsservice: Make keys.rs a top-level module.</title>
<updated>2023-09-22T10:15:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-22T09:26:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0243833aa67c3c5b4878a8b0eb472e3b06283bab'/>
<id>urn:sha1:0243833aa67c3c5b4878a8b0eb472e3b06283bab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Remove unused keys module.</title>
<updated>2023-09-22T10:14:01Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-21T13:58:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=44a09179433a31c745a28615442bde48250d75be'/>
<id>urn:sha1:44a09179433a31c745a28615442bde48250d75be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Add key specifier for blinded_id keypairs.</title>
<updated>2023-09-22T10:12:26Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-20T15:46:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=272ee9710e04cc357e10909d625a301b5186b7f3'/>
<id>urn:sha1:272ee9710e04cc357e10909d625a301b5186b7f3</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: Move IptLocalId into crate toplevel</title>
<updated>2023-09-07T15:48:58Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-07T13:29:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9da000eb0a155c00f6312cda36199b1683c78fd2'/>
<id>urn:sha1:9da000eb0a155c00f6312cda36199b1683c78fd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'hss_config' into 'main'</title>
<updated>2023-09-07T14:34:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-07T14:34:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38bf85ea33f5fdf4362ee9639a88e656793eda3e'/>
<id>urn:sha1:38bf85ea33f5fdf4362ee9639a88e656793eda3e</id>
<content type='text'>
Begin working on configuration logic for onion services

See merge request tpo/core/arti!1557</content>
</entry>
<entry>
<title>hss: Move Anonymity to module and make it serde.</title>
<updated>2023-09-07T13:56:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-28T18:33:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36d66d7583384dd0bd37cf979d70cb2be2a42498'/>
<id>urn:sha1:36d66d7583384dd0bd37cf979d70cb2be2a42498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Move PublishIptSet and its pieces into a new module</title>
<updated>2023-09-06T14:21:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-06T13:16:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d66ed0fc7ba31985f0e8c99a4d21b61d2c87146a'/>
<id>urn:sha1:d66ed0fc7ba31985f0e8c99a4d21b61d2c87146a</id>
<content type='text'>
This is going to be complicated enough we probably want it split out
of the publisher.
</content>
</entry>
</feed>
