<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-log-ratelim/src/logstate.rs, branch arti-v2.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-21T03:52:59Z</updated>
<entry>
<title>tor-log-ratelim: avoid logging when there's no update</title>
<updated>2026-01-21T03:52:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-01-21T02:43:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=29dd34676901fb08dc96a31530a9f404a6a44b45'/>
<id>urn:sha1:29dd34676901fb08dc96a31530a9f404a6a44b45</id>
<content type='text'>
Adds a new `AppearsResolved` status to indicate that there have been
successes and no failures. The `Dormant` status now means that there has
been no activity.
</content>
</entry>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<entry>
<title>tor-log-ratelim: test: add logstate tests</title>
<updated>2024-08-20T09:52:14Z</updated>
<author>
<name>kn0sys</name>
<email>nigel.christian@hiahatf.org</email>
</author>
<published>2024-08-20T09:52:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b2fa290bf7ca316990a3d9f19d8fe9d883bfa30f'/>
<id>urn:sha1:b2fa290bf7ca316990a3d9f19d8fe9d883bfa30f</id>
<content type='text'>
This commit adds the display_recovery and
display_problem tests. Line coverage is increased from
0 to 96.97 percent.
</content>
</entry>
<entry>
<title>Fix a broken doc link</title>
<updated>2023-11-16T21:24:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-16T21:24:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1f821324824e0dd67c3aff4d2f6ddaa8d9cd46d8'/>
<id>urn:sha1:1f821324824e0dd67c3aff4d2f6ddaa8d9cd46d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ratelim: simplify LogState::reset.</title>
<updated>2023-11-16T19:31:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-16T19:30:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=60328c60f82c7e3cb1ca670c4125700d3de32aeb'/>
<id>urn:sha1:60328c60f82c7e3cb1ca670c4125700d3de32aeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New tor-log-ratelim crate</title>
<updated>2023-11-16T19:31:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-28T21:07:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ca7899a602b307889870dabafd9e7709583a0c24'/>
<id>urn:sha1:ca7899a602b307889870dabafd9e7709583a0c24</id>
<content type='text'>
This crate is meant to provide rate-limited log messages
to tell users about problems that can happen too frequently
to log individually.

This version is based off an earlier design, and off of
conversations with @diziet.  It still needs tests.
</content>
</entry>
</feed>
