summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/protostatus.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename recommended_protocols to protocol_statuses.Nick Mathewson2025-04-161-3/+3
| | | | | This name reflects its purpose better than the original one, since it includes required protocols as well as recommended ones.
* arti-client: Document spec of checking date on cached protosNick Mathewson2025-04-161-3/+6
| | | | | Also move the comment outside the block it documents, to prevent a too-long line.
* arti-client: Small test for evaluating protocol status.Nick Mathewson2025-04-161-0/+69
|
* arti,arti-client: Add an option to override required protocolsNick Mathewson2025-04-161-4/+28
| | | | | (This isn't a boolean, because we really don't want people ignoring all possible required protocols.)
* arti-client: Implement the basics of protocol enforcement.Nick Mathewson2025-04-161-0/+219
This is the major part of #1849.