<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/doc/OnionService.md, branch arti-1.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-1.2.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-1.2.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-03-06T19:52:42Z</updated>
<entry>
<title>Fix typos in documentation</title>
<updated>2024-03-06T19:52:42Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2024-03-06T19:05:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cfdf08548dabf314f73c2eba35af6b7714a1bb57'/>
<id>urn:sha1:cfdf08548dabf314f73c2eba35af6b7714a1bb57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to bring OnionService.md up-to-date.</title>
<updated>2024-02-22T13:26:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-20T20:34:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b42cab25b114decb77713fc75d1afdc32ac2eecc'/>
<id>urn:sha1:b42cab25b114decb77713fc75d1afdc32ac2eecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify onion service example(s) a little more.</title>
<updated>2024-02-08T13:43:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-08T13:43:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=656c80122e855072e2398ecd7ceb0142e9b22c7d'/>
<id>urn:sha1:656c80122e855072e2398ecd7ceb0142e9b22c7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "unix:" example from OnionService.md</title>
<updated>2024-02-08T13:42:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-08T13:42:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1fabd25c5a1e09f966718c4f167dcf8abed825f4'/>
<id>urn:sha1:1fabd25c5a1e09f966718c4f167dcf8abed825f4</id>
<content type='text'>
This isn't supported, and having it here was confusing.
Part of #1266.
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2024-01-08T18:19:11Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-01-04T18:32:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4eb54be0657862f5d56b047c16c08dabde6a7377'/>
<id>urn:sha1:4eb54be0657862f5d56b047c16c08dabde6a7377</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Document how to find out your .onion address with `arti hss`.</title>
<updated>2023-12-14T18:30:18Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-12-14T18:30:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3fc721b37d39cd9dae42818fb1d065efe693ee14'/>
<id>urn:sha1:3fc721b37d39cd9dae42818fb1d065efe693ee14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'log_hsid_unconditionally' into 'main'</title>
<updated>2023-12-13T20:39:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-13T20:39:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=549c70845f4d58e89ea52ce5a4450fb204710f8f'/>
<id>urn:sha1:549c70845f4d58e89ea52ce5a4450fb204710f8f</id>
<content type='text'>
hsservice: Log hsid whether we just generated it or not.

See merge request tpo/core/arti!1830</content>
</entry>
<entry>
<title>arti-client: use sub_builder for ArtiNativeKeystoreConfig</title>
<updated>2023-12-13T14:04:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-13T14:04:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4d7aeeab57577c98a15aa78ef5cd5de7652f39e8'/>
<id>urn:sha1:4d7aeeab57577c98a15aa78ef5cd5de7652f39e8</id>
<content type='text'>
The sub_builder pattern changes `StorageConfigBuilder` so that
instead of holding an `Option&lt;ArtiNativeKeystoreConfig&gt;`,
it holds an `ArtiNativeKeystoreConfigBuilder`.
This makes it a little more ergonomic to use from Rust,
and lets us use defaults for the builder fields so that we
can make them optional in our configuration.
</content>
</entry>
<entry>
<title>arti_client: enable keymgr when keymgr feature is configured</title>
<updated>2023-12-13T14:00:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-13T13:12:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=49ece08bafc115ce99ced38f659ac7f72bab947b'/>
<id>urn:sha1:49ece08bafc115ce99ced38f659ac7f72bab947b</id>
<content type='text'>
This change causes arti_client to have a configurable keymgr when
the onion-service-service feature is present, so that you no longer
need to configure "experimental" or "experimental-api" as well in
order to get a working onion service.
</content>
</entry>
<entry>
<title>hsservice: Log hsid whether we just generated it or not.</title>
<updated>2023-12-13T13:29:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-13T13:29:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3f6abb58b347b146abe6fcc7af099e501446bb88'/>
<id>urn:sha1:3f6abb58b347b146abe6fcc7af099e501446bb88</id>
<content type='text'>
With this change you can find your hsid in your logs
(if safe logging is off) even if you forgot to notice it the first
time around.
</content>
</entry>
</feed>
