]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
hs-v3: Add changes file for ticket #30382
authorDavid Goulet <dgoulet@torproject.org>
Wed, 20 Nov 2019 14:24:38 +0000 (09:24 -0500)
committerGeorge Kadianakis <desnacked@riseup.net>
Thu, 21 Nov 2019 11:02:29 +0000 (13:02 +0200)
Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/ticket30382 [new file with mode: 0644]

diff --git a/changes/ticket30382 b/changes/ticket30382
new file mode 100644 (file)
index 0000000..bb8308a
--- /dev/null
@@ -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;