summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | RPC spec: note that embedded/owned need options.Nick Mathewson2024-10-311-1/+6
| | |
| * | RPC spec: clarify what is escapedNick Mathewson2024-10-311-2/+7
| | | | | | | | | | | | | | | Specifically, only literal connect points (TOML strings) are escaped.
| * | RPC specs: Fix an inline TOML table syntax.Nick Mathewson2024-10-311-1/+1
| |/
* | Merge branch 'semver' into 'main'Jim Newsome2024-10-317-24/+0
|\ \ | | | | | | | | | | | | Remove obsolete semver files post 1.3.0 release See merge request tpo/core/arti!2603
| * | Remove obsolete semver files post 1.3.0 releaseIan Jackson2024-10-317-24/+0
| |/
* | Merge branch 'relaysign-specifier' into 'main'gabi-2502024-10-317-13/+279
|\ \ | |/ |/| | | | | | | | | tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier. Closes #1692 See merge request tpo/core/arti!2577
| * tor-relay-crypto: Rename RelaySigningKeypairSpecifier's timestamp to ↵Gabriela Moldovan2024-10-311-3/+9
| | | | | | | | | | | | | | valid_until. As per our discussion in https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2577#note_3099356
| * tor-relay-crypto: Add tests for relay key specifier serialization.Gabriela Moldovan2024-10-312-0/+55
| |
| * tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.Gabriela Moldovan2024-10-315-10/+68
| | | | | | | | | | | | | | This will enable us to store more than one `K_relaysign_ed` in the keystore. Closes #1692
| * tor-persist: Add a slug timestamp type.Gabriela Moldovan2024-10-314-0/+138
| | | | | | | | | | | | | | | | The new `Iso8601TimeSlug` is useful for encoding a timestamp as a `Slug` (i.e. in a filename). This is needed, for example, for #1692, to encode a timestamp as key denotator.
| * tor-relay-crypto: Add a specifier for the public part of the identity keypair.Gabriela Moldovan2024-10-311-0/+9
| | | | | | | | | | | | | | We'll eventually need this specifier (for example, if the `KS_relayid_ed` private key stored offline, the public part of the keypair will be stored in the online keystore, and will be retrievable using the new `RelayIdentityPublicKeySpecifier` specifier).
| * tor-relay-crypto: Fix typo in doc comment.Gabriela Moldovan2024-10-311-1/+1
| |
| * tor-relay-crypto: Use the KS_ prefix for RelayIdentityKeySpecifier.Gabriela Moldovan2024-10-312-5/+5
|/ | | | | | | | | | According to its docs, `RelayIdentityKeySpecifier` was meant to be the key specifier for the relay identity keypair, so its role prefix should be `KS_`. This also renames `RelayIdentityKeySpecifier` to `RelayIdentityKeypairSpecifier` for clarity (we're about to add another specifier here, for the public relay identity key).
* Merge branch 'changelog_1.3.0_redux' into 'main'arti-v1.3.0Nick Mathewson2024-10-301-5/+378
|\ | | | | | | | | Diziet's 1.3.0 changelog, plus two tweaks. See merge request tpo/core/arti!2601
| * Changelog: Add missing link for torspec!292.Nick Mathewson2024-10-301-0/+1
| |
| * Changelog: Add some end-of-line commasNick Mathewson2024-10-301-11/+11
| | | | | | | | It appears that Diziet's editor macro missed these.
| * CHANGELOG: Fix the release dateIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Remove a whitespace errorIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Adjust link ref formattingIan Jackson2024-10-301-87/+87
| | | | | | | | | | * Put parens around the refernces, and commas in between. * Add some missing full stops
| * CHANGELOG: Sort out bad "key handling work" descriptionIan Jackson2024-10-301-1/+2
| | | | | | | | As per irc discussions, I hope
| * CHANGELOG: Promote "Major new features" sectionIan Jackson2024-10-301-16/+16
| | | | | | | | As per irc discussion
| * CHANGELOG: Shorten a headingIan Jackson2024-10-301-1/+1
| | | | | | | | As per review
| * CHANGELOG: Add word "most" to summaryIan Jackson2024-10-301-4/+5
| | | | | | | | As per review
| * CHANGELOG: Fix punctuationIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Tidy up many verb tensesIan Jackson2024-10-301-50/+50
| |
| * CHANGELOG: Clarify statement about backtrace loggingIan Jackson2024-10-301-2/+2
| |
| * CHANGELOG: Use Onion Services in the summaryIan Jackson2024-10-301-4/+3
| |
| * CHANGELOG: Welcome our new team memberIan Jackson2024-10-301-0/+1
| |
| * CHANGELOG: Expand explanation of fallback directoriesIan Jackson2024-10-301-1/+2
| |
| * CHANGELOG: Clarify what MSRVIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Add a missing full stopIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: linkify an MRIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Clarify what kind of clients.Ian Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Be less gung-ho about RPC mdbookIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Fix an uncapitalised letterIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Fix a markdown botchIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Us US spellingIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Formatting for Vanguards wordIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Use slightly more formal languageIan Jackson2024-10-301-1/+3
| |
| * CHANGELOG: Fix grammarIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Add Acknowledgements section (links)Ian Jackson2024-10-301-0/+3
| |
| * CHANGELOG: Add Acknowledgements sectionIan Jackson2024-10-301-0/+11
| |
| * CHANGELOG: Link to the socks-extensions specIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Wrap paragraphsIan Jackson2024-10-301-304/+141
| | | | | | | | | | We think many people read the CHANGELOG in plain text so get rid of the semantic newlines.
| * CHANGELOG: Bolden summaries for the two big new featuresIan Jackson2024-10-301-2/+2
| |
| * CHANGELOG: Use deferred link def formatIan Jackson2024-10-301-9/+16
| | | | | | | | | | This is how it's usually done here. That makes the text more readable.
| * CHANGELOG: Refer to Proposal by longer nameIan Jackson2024-10-301-2/+2
| | | | | | | | This is now it was done in an earlier entry.
| * CHANGELOG: Delinkify Handshake traitIan Jackson2024-10-301-2/+1
| | | | | | | | I don't think we need links to the rustdocs from here.
| * CHANGELOG: Run maint/update-md-links CHANGELOG.mdIan Jackson2024-10-301-0/+159
| |
| * CHANGELOG: Turn MRs and tickets into md linksIan Jackson2024-10-301-159/+159
| | | | | | | | | | On the relevant region perl -pe 's{^ ([!#]\d+)\s*$}{ [$1]\n}'