diff options
author | David Goulet <dgoulet@torproject.org> | 2019-11-20 09:24:38 -0500 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-11-21 13:02:29 +0200 |
commit | cb11276068fc06090e6b5a27c3dd17676dab4aac (patch) | |
tree | b7dcf9ca056f41ede28449d9ee74b6fae90b2300 /changes | |
parent | 709d7fba11482a7dae23aaecf8a5ec2bd78e47fb (diff) | |
download | tor-cb11276068fc06090e6b5a27c3dd17676dab4aac.tar.gz tor-cb11276068fc06090e6b5a27c3dd17676dab4aac.zip |
hs-v3: Add changes file for ticket #30382
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket30382 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket30382 b/changes/ticket30382 new file mode 100644 index 0000000000..bb8308a9fb --- /dev/null +++ b/changes/ticket30382 @@ -0,0 +1,5 @@ + o Major feature (onion service, SOCKS5): + - Introduce a new SocksPort flag named: ExtendedErrors. Detailed in + proposal 304, a number of onion service error codes are now sent back, + if this flag is set, with the SOCKS5 protocol using new custom error + values. Closes ticket 30382; |