aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-dirauth/src/authority_plugin.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move supported consensus methods iteration to tor-dirauth from arti-dirauthIan Jackson2026-07-231-5/+2
| | | | Now we provide SupportedConsensusMethod::iter_all().
* arti-dirauth: Correct URL for authority-plugin.mdIan Jackson2026-07-231-1/+1
| | | | | | | This will appear when the MR is merged. As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4225#note_3439197
* arti-dirauth: Provide a command to dump the specIan Jackson2026-07-231-0/+21
| | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4225#note_3438787
* arti-dirauth: Add a divider commentIan Jackson2026-07-231-0/+2
| | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4225#note_3438786
* arti authority plugin: Implement list-methodsIan Jackson2026-07-211-3/+16
|
* arti authority plugin: FilenameOrStdio utilityIan Jackson2026-07-211-0/+2
| | | | | | Although we have other places in-tree where we do this very standard thing, we don't seem to have an affordance for it. I doubt we want to add a dependency just for this, so roll our own.
* arti authority plugin: Command line parsing skeletonIan Jackson2026-07-211-1/+74
|
* arti-dirauth: Build an arti consensus method plugin binaryIan Jackson2026-07-211-0/+10
This just panics, right now.