aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/caps.rs
Commit message (Collapse)AuthorAgeFilesLines
* hs: Add a TODO about #2598 refactoringNick Mathewson2026-07-021-0/+3
|
* Do not incluede negotiate_subproto in subproto_requestNick Mathewson2026-07-021-2/+7
| | | | | | | I had incorrectly thought that this was necessary. Fortunately, @opara looked at the spec. :) We do, however, still need to _advertise_ negotiate_subproto.
* hsservice: Accept and negotiate protocol extensions.Nick Mathewson2026-07-021-0/+76
|
* hsservice: Advertise flowctrl and cgo as appropriate.Nick Mathewson2026-07-021-0/+64
We put this behind a feature because we probably want to test this out before we enable it.