<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-cell/src/restrict.rs, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-04T16:41:47Z</updated>
<entry>
<title>tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`</title>
<updated>2026-03-04T16:41:47Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-03-04T16:41:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2fe736be056898507367c83f2b56c594b6b032bd'/>
<id>urn:sha1:2fe736be056898507367c83f2b56c594b6b032bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-cell: add `RestrictedMsg` trait</title>
<updated>2026-03-04T03:42:20Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-03-04T03:24:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cfc2a9b61279ba9c06bef15a614d704dc8a6c31e'/>
<id>urn:sha1:cfc2a9b61279ba9c06bef15a614d704dc8a6c31e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a couple of unused imports.</title>
<updated>2025-10-16T12:30:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-16T12:30:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4f2190eea2128acf429a5f16bf8e3e655b22f798'/>
<id>urn:sha1:4f2190eea2128acf429a5f16bf8e3e655b22f798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix indentation from last commit.</title>
<updated>2024-05-07T16:23:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-07T16:23:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=06626ed2b5111a8aad50a8569f08486acd0c51d4'/>
<id>urn:sha1:06626ed2b5111a8aad50a8569f08486acd0c51d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-cell: Allow unuexpected_cfgs in restricted macro.</title>
<updated>2024-05-07T16:22:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-07T16:22:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab6f9228c2fa03e405717205508ec516f90134fd'/>
<id>urn:sha1:ab6f9228c2fa03e405717205508ec516f90134fd</id>
<content type='text'>
(We need this to permit our usage of our $omit_from hack.)
</content>
</entry>
<entry>
<title>tor-cell: Stop using deprecated name in doctest</title>
<updated>2023-12-14T20:11:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-14T20:11:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b735e7e00576a8f893f33a8c232a6d7ca4948eef'/>
<id>urn:sha1:b735e7e00576a8f893f33a8c232a6d7ca4948eef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-cell: Implement {Relay,Chan}Msg for every body type</title>
<updated>2023-02-15T15:48:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-13T20:53:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3f1457ea046b724a1df33dee6c91c1e51a773dd5'/>
<id>urn:sha1:3f1457ea046b724a1df33dee6c91c1e51a773dd5</id>
<content type='text'>
This will make it ergonomic to decode a single body type without
having to declare a variant that accepts only a single message.
</content>
</entry>
<entry>
<title>tor-cell: Return a useful error when restrist_msg rejects a command.</title>
<updated>2023-02-09T15:20:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-08T14:11:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1c1dec0948975bc111cff14aff7b14cc5a8efd2c'/>
<id>urn:sha1:1c1dec0948975bc111cff14aff7b14cc5a8efd2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change tor_bytes::Error::BadMessage to a Cow.</title>
<updated>2023-02-09T15:20:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-08T13:51:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=48ab7b0463aaada172a426ad4b20a63d7f44cb84'/>
<id>urn:sha1:48ab7b0463aaada172a426ad4b20a63d7f44cb84</id>
<content type='text'>
Actually, to avoid making a breaking change, I'm deprecating
BadMessage and creating a new InvalidMessage variant that takes a
Cow.  This way I don't need to track every crate that re-exposes
tor_bytes::Error and call this a breaking change in those.

Making this change will allow tor_bytes errors to be much more
helpful.
</content>
</entry>
<entry>
<title>tor-cell: Re-export paste so restrict_msg can work outside the crate.</title>
<updated>2023-02-09T15:20:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-08T13:26:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=037d1658b2b69ac6cc76801034d605e7bd073d27'/>
<id>urn:sha1:037d1658b2b69ac6cc76801034d605e7bd073d27</id>
<content type='text'>
</content>
</entry>
</feed>
