<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsrproxy/src/config.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-11-30T00:54:53Z</updated>
<entry>
<title>hsrproxy: Allow ports to be specified as integers</title>
<updated>2023-11-30T00:54:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-28T14:53:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=095fb2aae33197b3f2ea711630c65dcf3595acb3'/>
<id>urn:sha1:095fb2aae33197b3f2ea711630c65dcf3595acb3</id>
<content type='text'>
Previously, we required the user to specify a pattern matching a
single port as `"80"`, with quotes.  Now we allow the user to omit
the quotes.
</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>Merge branch 'configure_onion_service_part2' into 'main'</title>
<updated>2023-10-11T14:34:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-11T14:34:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=69039d580d94747b777ec895bdaa259c973c5a98'/>
<id>urn:sha1:69039d580d94747b777ec895bdaa259c973c5a98</id>
<content type='text'>
Non-working attempt to test onion service configuration.

See merge request tpo/core/arti!1640</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>hsrproxy: add a note about a future warning.</title>
<updated>2023-10-04T12:22:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-04T12:22:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=035b33b6bdba69fb71d36de95d4730b274371024'/>
<id>urn:sha1:035b33b6bdba69fb71d36de95d4730b274371024</id>
<content type='text'>
</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>hsrproxy: Make configs and builders implement more traits.</title>
<updated>2023-10-03T13:19:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-28T16:05:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2942a82d33e5395cdffb62996afab096c238d181'/>
<id>urn:sha1:2942a82d33e5395cdffb62996afab096c238d181</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsrproxy: Start to sketch out an rproxy implementation.</title>
<updated>2023-09-27T17:32:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-26T15:50:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c9fc31e88ff10ce26609db7880b67e4d1a6eb7a'/>
<id>urn:sha1:6c9fc31e88ff10ce26609db7880b67e4d1a6eb7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsrproxy: rename Direct =&gt; Simple.</title>
<updated>2023-09-19T15:05:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-18T20:35:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=70b5b3367e60f3ec6b23fdffde4a846d1ca98bca'/>
<id>urn:sha1:70b5b3367e60f3ec6b23fdffde4a846d1ca98bca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hss: Rename ProxyTarget to ProxyAction.</title>
<updated>2023-09-19T15:05:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-13T17:36:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0e3c2bf99c4cabec2aa93d956283ad88010cfbae'/>
<id>urn:sha1:0e3c2bf99c4cabec2aa93d956283ad88010cfbae</id>
<content type='text'>
</content>
</entry>
</feed>
