enum TorControl::Feature

Defined in:

features.cr

Enum 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

Instance Method Detail

def extended_events? #

Returns true if this enum value equals ExtendedEvents


def verbose_names? #

Returns true if this enum value equals VerboseNames