summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/key_specifier.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch to derive-deftlyIan Jackson2024-04-031-53/+53
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* fix: fix typosDimitris Apostolou2024-03-091-3/+3
* tor-keymgr: Pick a better name for error variable.Ian Jackson2024-02-191-1/+1
* tor-keymgr: Add more context to errors returned from HsId::from_slug.Gabriela Moldovan2024-02-191-5/+4
* tor-keymgr: Add more context to InvalidKeyPathComponentValue errors (fmt).Gabriela Moldovan2024-02-191-5/+11
* tor-keymgr: Add more context to InvalidKeyPathComponentValue errors.Gabriela Moldovan2024-02-191-9/+7
* tor-keymgr: Document what context to add to invalid slug errors.Gabriela Moldovan2024-02-191-0/+7
* tor-keymgr: Make InvalidKeyPathComponentValue an enum.Gabriela Moldovan2024-02-191-11/+20
* tor-keymgr: Add a note about KeyPathError.Gabriela Moldovan2024-02-191-0/+10
* tor-keymgr: Include the ArtiPath in PatternNotMatched.Gabriela Moldovan2024-02-191-4/+1
* tor-keymgr: Include ArtiPath in InvalidArtiPath.Gabriela Moldovan2024-02-191-2/+8
* tor-keymgr: Include the ArtiPath in InvalidKeyPathComponentValue.Gabriela Moldovan2024-02-191-0/+2
* tor-keymgr: Rename {to,from}_component to {to,from}_slug.Gabriela Moldovan2024-02-191-17/+17
* tor-keymgr: Downgrade a TODO from a test.Gabriela Moldovan2024-02-051-1/+1
* tor-keymgr: Rename KeyInfoExtractor to KeyPathInfoExtractor.Gabriela Moldovan2024-02-051-7/+7
* tor-keymgr: Derive getters for KeyPathInfo.Gabriela Moldovan2024-02-051-3/+1
* 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
|/