summaryrefslogtreecommitdiff
path: root/crates/tor-hsrproxy/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove pending semver entriesarti-v1.1.12Nick Mathewson2024-01-091-1/+0
|
* hsrproxy: Take nickname as an argument and pass it to forwarding functionNick Mathewson2023-12-071-0/+1
| | | | We'll use this for logging.
* Remove semver.md files.Nick Mathewson2023-12-041-2/+0
|
* Revert "hsrproxy: Temporarily change the format of ProxyRule."Nick Mathewson2023-11-291-0/+2
| | | | | | | | | | | This reverts commit 21605d2c9e601c3a5099bfd8d8c887cbb3b36c0a. We're doing this because we wanted the configuration of proxy rules to be a 2-tuple, as in `[ "22", "127.0.0.1:22" ]`. But `config` couldn't handle that before, so we temporarily changed it to a string, as in "22 => 127.0.0.1:22". Closes #1058.
* Remove semver.md files from arti 1.1.10Nick Mathewson2023-10-311-1/+0
|
* hsrproxy: Add "how" to reconfigure.Nick Mathewson2023-10-051-0/+1
Our reconfigure methods take these by convention.