<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/arti-example-config.toml, branch arti-v1.1.12</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.12</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.12'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-01-08T18:19:11Z</updated>
<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>arti-example-config: Do not claim that state_dir is unused</title>
<updated>2023-12-04T12:29:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-04T10:44:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0203f66c542b922ef277b00e145c4a8d45480364'/>
<id>urn:sha1:0203f66c542b922ef277b00e145c4a8d45480364</id>
<content type='text'>
tor-ptmgr uses it, and the key manager too.
</content>
</entry>
<entry>
<title>Revert "hsrproxy: Temporarily change the format of ProxyRule."</title>
<updated>2023-11-30T00:54:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-28T14:07:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5254b808b98a5c6ec2f75ef5a505db3315fbbd6c'/>
<id>urn:sha1:5254b808b98a5c6ec2f75ef5a505db3315fbbd6c</id>
<content type='text'>
This reverts commit 21605d2c9e601c3a5099bfd8d8c887cbb3b36c0a.

We're doing this because we wanted the configuration of proxy rules
to be a 2-tuple, as in `[ "22", "127.0.0.1:22" ]`.  But `config`
couldn't handle that before, so we temporarily changed it to
a string, as in "22 =&gt; 127.0.0.1:22".

Closes #1058.
</content>
</entry>
<entry>
<title>Use a less obtrustive sign to end the onion services config section</title>
<updated>2023-10-11T14:17:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-11T14:16:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=13cb4f835185cbb402efff03badbd27e660edf1a'/>
<id>urn:sha1:13cb4f835185cbb402efff03badbd27e660edf1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti::cfg: tweak narrow() test fn to be more useful.</title>
<updated>2023-10-10T18:18:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-10T18:16:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a75cd6af938e31f5ef54d1c3cc6452bdcf2a796c'/>
<id>urn:sha1:a75cd6af938e31f5ef54d1c3cc6452bdcf2a796c</id>
<content type='text'>
It still matches the start pattern in the same way, but it takes the
_next_ match of the end pattern after the start pattern, and it
allows the end pattern to be absent.

This will make the bridge tests a little more robust, and let the
onion service tests stop saying BEGIN and END.
</content>
</entry>
<entry>
<title>hsrproxy: Temporarily change the format of ProxyRule.</title>
<updated>2023-10-10T12:42:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-10T12:42:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=21605d2c9e601c3a5099bfd8d8c887cbb3b36c0a'/>
<id>urn:sha1:21605d2c9e601c3a5099bfd8d8c887cbb3b36c0a</id>
<content type='text'>
Since config-rs has a bug breaking its support for nested arrays
(see discussion at !1640), we're temporarily changing the format
to a single string with a "=&gt;" in the middle.

I've opened #1058 to put things back as they were once config-rs is
fixed.
</content>
</entry>
<entry>
<title>Non-working attempt to test onion service configuration.</title>
<updated>2023-10-03T19:41:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-03T19:41:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=72fd323e12a703aeff2ae929a2b41df610d2db02'/>
<id>urn:sha1:72fd323e12a703aeff2ae929a2b41df610d2db02</id>
<content type='text'>
The problem here is that, for some reason, the proxy_rule
configuration doesn't actually work.  I suspect a bug in
Flatten, since the same configuration works fine if you pass
it to the hsrproxy config directly.
</content>
</entry>
<entry>
<title>arti: Fix up the example config to use the new onion_services format.</title>
<updated>2023-10-03T18:07:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-03T18:07:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9587275e0095dcc4530ee74bceb48e395b8b26ed'/>
<id>urn:sha1:9587275e0095dcc4530ee74bceb48e395b8b26ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Make onion_service configuration option plural</title>
<updated>2023-10-03T17:52:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-03T17:09:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b8f52957f4ff48d29fad98db108f88c5474be2ca'/>
<id>urn:sha1:b8f52957f4ff48d29fad98db108f88c5474be2ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hss: Rename the "name" config field to "nickname".</title>
<updated>2023-10-03T17:52:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-03T17:06:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=62e2c9d140cba8f8461d05d6fd83bb1e62b5b4db'/>
<id>urn:sha1:62e2c9d140cba8f8461d05d6fd83bb1e62b5b4db</id>
<content type='text'>
</content>
</entry>
</feed>
