<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/onion_proxy.rs, 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>2023-12-14T16:30:44Z</updated>
<entry>
<title>Merge branch 'return-of-the-son-of-arti-todos' into 'main'</title>
<updated>2023-12-14T16:30:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-14T16:30:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1527b6dc386703f9e2765413c0fbe9a00ef7e5e5'/>
<id>urn:sha1:1527b6dc386703f9e2765413c0fbe9a00ef7e5e5</id>
<content type='text'>
Resolve Arti crate todos, redux

See merge request tpo/core/arti!1833</content>
</entry>
<entry>
<title>Trivial case fix in a comment.</title>
<updated>2023-12-14T13:13:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-12-14T13:13:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b34b0e7a32462af5641dc17c486d7418068fde7d'/>
<id>urn:sha1:b34b0e7a32462af5641dc17c486d7418068fde7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Add a todo to describe how and why to test build_list.</title>
<updated>2023-12-13T19:02:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-13T19:02:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b816514c2b474aa978196494ad979f00c660ea20'/>
<id>urn:sha1:b816514c2b474aa978196494ad979f00c660ea20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Use BTreeMap for maps of onion service configs.</title>
<updated>2023-12-13T18:59:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-13T18:59:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c706c0915e8d6756bf55d991b8bf9b38996861a6'/>
<id>urn:sha1:c706c0915e8d6756bf55d991b8bf9b38996861a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Simplify build_list slightly</title>
<updated>2023-12-13T18:57:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-13T18:57:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8ce37601ec5db6f9698caf7ca0d2e7be7fb36d16'/>
<id>urn:sha1:8ce37601ec5db6f9698caf7ca0d2e7be7fb36d16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: resolve a TODO in onion_proxy launch_new.</title>
<updated>2023-12-12T19:51:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-11T17:49:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5b82ec9ce7dd964cdeebd25b354ad9600829a714'/>
<id>urn:sha1:5b82ec9ce7dd964cdeebd25b354ad9600829a714</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: rethink a TODO HSS about nicknames</title>
<updated>2023-12-12T19:51:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-11T17:47:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ca97e2a9ea07042e61fcfb9771c391f2eab0a54d'/>
<id>urn:sha1:ca97e2a9ea07042e61fcfb9771c391f2eab0a54d</id>
<content type='text'>
The TODO HSS in question is about our inability to serialize every
possible builder.  The right answer here might be to use something
else instead of a ListBuilder.
</content>
</entry>
<entry>
<title>arti: Enforce onion service nickname distinctness</title>
<updated>2023-12-12T19:50:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-11T17:35:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=feb72f5a781eea4ff9c2e193d346f5a6bdf94ece'/>
<id>urn:sha1:feb72f5a781eea4ff9c2e193d346f5a6bdf94ece</id>
<content type='text'>
The most logical way to do this was to change the "List" type
to a HashMap, and add a build function to the ListBuilder.

This change additionally renames:
   OnionServiceProxyConfig{List=&gt;Map}
   NamedProxyMap =&gt; ProxyBuilderMap
(We now have two kinds of map, and this name change will clarify the
distinction.)
</content>
</entry>
<entry>
<title>arti: Generalize a TODO HSS about reconfiguration.</title>
<updated>2023-12-12T19:50:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-11T16:28:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=58d11981035d4e359109ef8fb0b1101f1f867736'/>
<id>urn:sha1:58d11981035d4e359109ef8fb0b1101f1f867736</id>
<content type='text'>
It's correct that we'd like someday for the `arti` crate APIs to
allow all the different modes supported by `Reconfigure` enum;
this is #1156, and it does not block an HSS release.
</content>
</entry>
<entry>
<title>Remove TODOs obsoleted by onion service reconfiguration.</title>
<updated>2023-12-12T19:50:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-11T16:20:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38b79de6cffa348883976a747101e56d99164eb6'/>
<id>urn:sha1:38b79de6cffa348883976a747101e56d99164eb6</id>
<content type='text'>
(This was solved with !1798)
</content>
</entry>
</feed>
