enum
TorControl::Feature
Defined in:
features.crEnum Members
-
ExtendedEvents =
0 -
Same as passing ‘EXTENDED’ to SETEVENTS; this is the preferred way to request the extended event syntax.
This feature was first introduced in 0.1.2.3-alpha. It is always-on and part of the protocol in Tor 0.2.2.1-alpha and later.
-
VerboseNames =
1 -
Replaces ServerID with LongName in events and GETINFO results. LongName provides a Fingerprint for all routers, an indication of Named status, and a Nickname if one is known. LongName is strictly more informative than ServerID, which only provides either a Fingerprint or a Nickname.
This feature was first introduced in 0.1.2.2-alpha. It is always-on and part of the protocol in Tor 0.2.2.1-alpha and later.
Instance Method Summary
-
#extended_events?
Returns
trueif this enum value equalsExtendedEvents -
#verbose_names?
Returns
trueif this enum value equalsVerboseNames