tor/changes/bug21300
Nick Mathewson 4d83999213 Make "GETCONF SocksPort" work again
I broke "GETCONF *Port" in 20956, when I made SocksPort a
subordinate option of the virtual option SocksPortLines, so that I
could make SocksPort and __SocksPort provide qthe same
functionality.  The problem was that you can't pass a subordinate
option to GETCONF.

So, this patch fixes that by letting you fetch subordinate options.

It won't always be meaningful to consider these options
out-of-context, but that can be the controller-user's
responsibility to check.

Closes ticket 21300.
2017-01-30 10:09:47 -05:00

7 lines
292 B
Plaintext

o Minor features (controller):
- The GETCONF command can now query options that may only be meaningful
in context-sensitive lists. This allows the controller to query
the mixed SocksPort/__SocksPort style options introduced in
feature 20956. Implements ticket 21300.