mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
4d83999213
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.
7 lines
292 B
Plaintext
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.
|
|
|