<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/publish.rs, branch arti-v1.2.7</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.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-08-21T18:54:53Z</updated>
<entry>
<title>tor-hsservice: Make the reactor take a reference to the config.</title>
<updated>2024-08-21T18:54:53Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-08-13T12:02:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4b04de55550a875547d16fd8fd03cf397dc65c10'/>
<id>urn:sha1:4b04de55550a875547d16fd8fd03cf397dc65c10</id>
<content type='text'>
This resolves a clippy warning.
</content>
</entry>
<entry>
<title>tor-hsservice: Move authorized_clients out of RunningOnionService.</title>
<updated>2024-08-13T10:28:34Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-08-13T10:00:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2720feea6bb1de82c8a72100536edde64d8a1ea9'/>
<id>urn:sha1:2720feea6bb1de82c8a72100536edde64d8a1ea9</id>
<content type='text'>
We now create the authorized_clients in the publisher (we don't need the
authorized_clients anywhere else, so it makes little sense to keep them
in `RunningOnionService`).
</content>
</entry>
<entry>
<title>tor-hsservice: Use the configured authorized clients when encrypting the descriptor.</title>
<updated>2024-08-05T16:41:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-07-25T19:14:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f2cbed0ceb48474bea4ce80d51bbe59191c5095'/>
<id>urn:sha1:2f2cbed0ceb48474bea4ce80d51bbe59191c5095</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Resolve dead code warnings in publisher tests.</title>
<updated>2024-07-09T13:25:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-07-09T13:17:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=090200e67204bf72f1b66cb20649396946e5b3a7'/>
<id>urn:sha1:090200e67204bf72f1b66cb20649396946e5b3a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Remove unused code (fmt).</title>
<updated>2024-07-09T13:22:44Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-07-09T13:18:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=50a1ad1d627bc299a66a16c159f0e7dd98d5b603'/>
<id>urn:sha1:50a1ad1d627bc299a66a16c159f0e7dd98d5b603</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Remove unused code.</title>
<updated>2024-07-09T13:22:44Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-07-09T11:49:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=34d2378b386243cf2eb3486c3880aaa27c024c49'/>
<id>urn:sha1:34d2378b386243cf2eb3486c3880aaa27c024c49</id>
<content type='text'>
This is being reimplemented as #1292
</content>
</entry>
<entry>
<title>tor-hsservice: Remove unused publisher functions.</title>
<updated>2024-07-09T13:20:49Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-07-09T11:41:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a28e9ec850859cb48c03f2a51064c42f03a63b3f'/>
<id>urn:sha1:a28e9ec850859cb48c03f2a51064c42f03a63b3f</id>
<content type='text'>
This removes a couple of unimplemented functions.

These were supposed to be the starting point for #1217, but we won't be
implementing that any time soon.
</content>
</entry>
<entry>
<title>tor-hsservice: Remove unnecessary allow.</title>
<updated>2024-07-09T13:20:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-07-09T11:41:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fce523bef021ffa2689bbe1970c1baaf080f39a0'/>
<id>urn:sha1:fce523bef021ffa2689bbe1970c1baaf080f39a0</id>
<content type='text'>
Note: #1217 is still open and we may want to implement it at some point.
</content>
</entry>
<entry>
<title>Run maint/add_warning.</title>
<updated>2024-03-13T16:30:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-13T16:30:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c'/>
<id>urn:sha1:c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run rustfmt</title>
<updated>2024-03-05T14:41:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-04T15:31:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46c18a49113677309ff66eb85dbc7bc06929ebfe'/>
<id>urn:sha1:46c18a49113677309ff66eb85dbc7bc06929ebfe</id>
<content type='text'>
This alphabetises the imports, ready for us to do some more manual
tidying.
</content>
</entry>
</feed>
