v3 control: Persist ONION_CLIENT_AUTH_ADD client name

This commit is contained in:
Neel Chauhan
2020-08-06 22:32:30 -07:00
committed by George Kadianakis
parent b1b0079675
commit 6e37086f85
5 changed files with 64 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (control port):
- If a ClientName was specified in ONION_CLIENT_AUTH_ADD for an
onion service, display it when we use ONION_CLIENT_AUTH_VIEW
on it. Closes ticket 40089. Patch by Neel Chauhan.