diff options
author | David Goulet <dgoulet@ev0ke.net> | 2016-02-17 14:34:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-17 15:30:46 -0500 |
commit | 13a857183456307bf3e97aa8338219ca245b1040 (patch) | |
tree | 133f43e42b9cf32f106bdef2497b8bd0ef160fc0 /changes | |
parent | 549493846782efa7d6655317844782b6acade1b2 (diff) | |
download | tor-13a857183456307bf3e97aa8338219ca245b1040.tar.gz tor-13a857183456307bf3e97aa8338219ca245b1040.zip |
Add onion address to the HS_DESC UPLOADED event
Fixes #16023
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16023 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug16023 b/changes/bug16023 new file mode 100644 index 0000000000..7451e271a0 --- /dev/null +++ b/changes/bug16023 @@ -0,0 +1,4 @@ + o Minor feature (hidden service, control port) + - Add the onion address to the HS_DESC event for the UPLOADED action + both on success or failure. It was previously hardcoded with UNKNOWN. + Fixes #16023; |