summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/caps.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change HS descriptor sendme_inc into a NonZeroU8Nick Mathewson2026-07-021-1/+1
| | | | | This saves us from having to check whether it is 0, and better represents what the type is allowed to be.
* hs: Add a TODO about #2598 refactoringNick Mathewson2026-07-021-0/+3
|
* Do not incluede negotiate_subproto in subproto_requestNick Mathewson2026-07-021-2/+1
| | | | | | | I had incorrectly thought that this was necessary. Fortunately, @opara looked at the spec. :) We do, however, still need to _advertise_ negotiate_subproto.
* hsclient: Support protocol negotiation for CGO and flowctrl-ccNick Mathewson2026-07-021-0/+133