summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/key_specifier.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-persist: Make all Slugs non-empty.Gabriela Moldovan2024-01-311-4/+12
* tor-keymgr: Add roundrip test for HsId -> Slug -> HsId conversion.Gabriela Moldovan2024-01-311-1/+22
* tor-keymgr: Allow empty denotators in ArtiPath (fmt).Gabriela Moldovan2024-01-311-8/+2
* tor-keymgr: Allow empty denotators in ArtiPath.Gabriela Moldovan2024-01-311-8/+6
* tor-persist: Forbid slugs from starting with a hyphen.Gabriela Moldovan2024-01-311-3/+22
* tor-keymgr: Remove the Slug tests (fmt).Gabriela Moldovan2024-01-311-4/+1
* tor-keymgr: Remove the Slug tests.Gabriela Moldovan2024-01-311-34/+0
* tor-keymgr: Abolish ArtiPathComponent.Gabriela Moldovan2024-01-311-37/+38
* tor-keymgr: Make ArtiPathComponent a Slug internally (fmt).Gabriela Moldovan2024-01-311-21/+47
* tor-keymgr: Make ArtiPathComponent a Slug internally.Gabriela Moldovan2024-01-311-60/+26
* tor-keymgr: Strip .onion suffix from HsId before building Slug.Gabriela Moldovan2024-01-311-3/+28
* tor-keymgr: Turn some TODOs into #1195.Gabriela Moldovan2024-01-101-1/+1
* tor-keymgr: Turn some TODOs into #1115.Gabriela Moldovan2024-01-101-4/+5
* tor-keymgr: Downgrade some TODO HSS.Gabriela Moldovan2024-01-101-2/+2
* tor-keymgr: Implement KeySpecifierComponentViaDisplayFromStr for HsId.Gabriela Moldovan2024-01-101-0/+3
* Merge branch 'keyspec' into 'main'Ian Jackson2024-01-081-345/+128
|\
| * tor-keymgr: KeySpecifierPattern: fix grammarIan Jackson2024-01-081-1/+1
| * tor-keymgr: KeySpecifierPattern: fix docsIan Jackson2024-01-081-3/+3
| * tor-keymgr: Fix typosgabi-2502024-01-081-1/+1
| * KeyPathInfo: Add role fieldIan Jackson2024-01-041-0/+11
| * KeySpecifier d-a macro: Populate extra_infoIan Jackson2024-01-041-2/+7
| * KeySpecifier d-a macro: Use dyn for describingIan Jackson2024-01-041-1/+0
| * KeySpecifier d-a macro: Add a test for describingIan Jackson2024-01-041-0/+16
| * KeyPathError::PatternNotMatched: Remove pattern from errorIan Jackson2024-01-041-2/+2
| * KeySpecifier: Make KeySpecifierPattern a traitIan Jackson2024-01-041-0/+17
| * KeySpecifier d-a macro: Abolish prefix fnsIan Jackson2024-01-041-14/+0
| * KeySpecifier d-a macro: Introduce SomeSpecifierPattern and use dynIan Jackson2024-01-041-6/+15
| * KeySpecifier tests: add a TimePeriod testIan Jackson2024-01-041-2/+36
| * KeySpecifierComponent: Add .fmt_pretty() methodIan Jackson2024-01-041-1/+21
| * KeySpecifier d-a macro: Move to its own moduleIan Jackson2024-01-041-318/+4
| * KeySpecifier d-a macro: insist on structsIan Jackson2024-01-031-1/+1
| * KeySpecifier d-a macro: rename from KeySpecifierDefaultIan Jackson2024-01-031-10/+10
* | Remove an unneeded allowIan Jackson2024-01-021-2/+0
|/
* tor-keymgr: ArtiPath[Component]: Add some more test aspectsIan Jackson2023-12-071-1/+10
* tor-keymgr: ArtiPath tests: Add a test for a multi-component pathIan Jackson2023-12-071-2/+6
* tor-keymgr: ArtiPath tests: separate path from component testsIan Jackson2023-12-071-2/+4
* tor-keymgr: arti_path tests: Add two TODOsIan Jackson2023-12-071-0/+3
* tor-keymgr: path errors: Add some xrefsIan Jackson2023-12-071-0/+3
* tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError (fmt)Ian Jackson2023-12-071-8/+40
* tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathErrorIan Jackson2023-12-071-22/+21
* tor-keymgr: Move ArtiPath etc. into new moduleIan Jackson2023-12-071-189/+4
* tor-keymgr: KeySpecifierComponent::to_component: rename from as_componentIan Jackson2023-12-071-7/+7
* tor-keymgr: Make KeySpecifierComponent::as_component fallible (fmt)Ian Jackson2023-12-071-3/+8
* tor-keymgr: Make KeySpecifierComponent::as_component fallibleIan Jackson2023-12-071-28/+35
* tor-keymgr: Introduce InvalidKeyPathComponentValue errors (fmt)Ian Jackson2023-12-071-2/+1
* tor-keymgr: Introduce InvalidKeyPathComponentValue errorsIan Jackson2023-12-071-8/+60
* tor-keymgr: Have KeySpecifierComponent::from_component take a refIan Jackson2023-12-071-6/+6
* tor-keymgr: KeySpecifierDefault: role: allow runtime valueIan Jackson2023-12-071-15/+72
* tor-keymgr: KeySpecifierDefault: Use meta as strIan Jackson2023-12-071-3/+6
* tor-keymgr: KeySpecifierDefault: fixed_path_component featureIan Jackson2023-12-071-0/+29