<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/cfg.rs, branch arti-v1.1.11</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.11</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-12-04T11:52:53Z</updated>
<entry>
<title>arti cfg: suppress a warning</title>
<updated>2023-12-04T11:52:53Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-04T11:51:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9be5d7b2f897a0111153c282155a664c636c558c'/>
<id>urn:sha1:9be5d7b2f897a0111153c282155a664c636c558c</id>
<content type='text'>
There is a TODO HSS for this.  Fixes  cargo check --workspace --all-targets
producing

  warning: unused variable: `result`
      --&gt; crates/arti/src/cfg.rs:1060:13
       |
  1060 |         let result = file.resolve::&lt;(TorClientConfig, ArtiConfig)&gt;();
       |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
       |
       = note: `#[warn(unused_variables)]` on by default
</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>Improve test fn documentation even more.</title>
<updated>2023-10-10T18:20:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-10-10T18:20:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f845d8ca0e508c70b31aab650bb05051629ade8'/>
<id>urn:sha1:6f845d8ca0e508c70b31aab650bb05051629ade8</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>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: Try to document some test helpers.</title>
<updated>2023-10-03T18:54:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-03T18:43:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9290dcbdea1b9dea080c6063b36d8a141fb1f470'/>
<id>urn:sha1:9290dcbdea1b9dea080c6063b36d8a141fb1f470</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>Note that we *do* need to actually test the onion service config.</title>
<updated>2023-10-03T16:44:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-10-03T16:44:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6d65f3a7cf0ffa887d6d1ac128cd031e948f3eda'/>
<id>urn:sha1:6d65f3a7cf0ffa887d6d1ac128cd031e948f3eda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Add a list of [[onion_service]]s to the config.</title>
<updated>2023-10-03T13:38:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-28T18:18:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c76734c88d2212d3dedbd781f03f0db148002eb0'/>
<id>urn:sha1:c76734c88d2212d3dedbd781f03f0db148002eb0</id>
<content type='text'>
There are no tests for parsing it yet.
</content>
</entry>
</feed>
