|
Vidalia
0.3.1
|
#include "config.h"#include "ServerSettings.h"#include "TorSettings.h"#include "TorControl.h"#include "net.h"#include "stringutil.h"#include <QHostInfo>Go to the source code of this file.
Macros | |
| #define | VALID_NICKNAME_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" |
| #define | MAX_NICKNAME_LEN 19 |
| #define | SETTING_ENABLED "Enabled" |
| #define | SETTING_DIRMIRROR "DirectoryMirror" |
| #define | SETTING_NICKNAME "Nickname" |
| #define | SETTING_ORPORT "ORPort" |
| #define | SETTING_DIRPORT "DirPort" |
| #define | SETTING_CONTACT "ContactInfo" |
| #define | SETTING_EXITPOLICY "ExitPolicy" |
| #define | SETTING_BANDWIDTH_RATE "BandwidthRate" |
| #define | SETTING_BANDWIDTH_BURST "BandwidthBurst" |
| #define | SETTING_BRIDGE_RELAY "BridgeRelay" |
| #define | SETTING_NONEXIT_RELAY "NonExitRelay" |
| #define | SETTING_ENABLE_UPNP "EnableUPnP" |
| #define | SETTING_RELAY_BANDWIDTH_RATE "RelayBandwidthRate" |
| #define | SETTING_RELAY_BANDWIDTH_BURST "RelayBandwidthBurst" |
| #define | SETTING_PUBLISH_SERVER_DESCRIPTOR "PublishServerDescriptor" |
| #define MAX_NICKNAME_LEN 19 |
Define the maximum length of a server's nickname.
Definition at line 33 of file ServerSettings.cpp.
| #define SETTING_BANDWIDTH_BURST "BandwidthBurst" |
Definition at line 44 of file ServerSettings.cpp.
| #define SETTING_BANDWIDTH_RATE "BandwidthRate" |
Definition at line 43 of file ServerSettings.cpp.
| #define SETTING_BRIDGE_RELAY "BridgeRelay" |
Definition at line 45 of file ServerSettings.cpp.
| #define SETTING_CONTACT "ContactInfo" |
Definition at line 41 of file ServerSettings.cpp.
| #define SETTING_DIRMIRROR "DirectoryMirror" |
Definition at line 37 of file ServerSettings.cpp.
| #define SETTING_DIRPORT "DirPort" |
Definition at line 40 of file ServerSettings.cpp.
| #define SETTING_ENABLE_UPNP "EnableUPnP" |
Definition at line 47 of file ServerSettings.cpp.
| #define SETTING_ENABLED "Enabled" |
Definition at line 36 of file ServerSettings.cpp.
| #define SETTING_EXITPOLICY "ExitPolicy" |
Definition at line 42 of file ServerSettings.cpp.
| #define SETTING_NICKNAME "Nickname" |
Definition at line 38 of file ServerSettings.cpp.
| #define SETTING_NONEXIT_RELAY "NonExitRelay" |
Definition at line 46 of file ServerSettings.cpp.
| #define SETTING_ORPORT "ORPort" |
Definition at line 39 of file ServerSettings.cpp.
| #define SETTING_PUBLISH_SERVER_DESCRIPTOR "PublishServerDescriptor" |
Definition at line 50 of file ServerSettings.cpp.
| #define SETTING_RELAY_BANDWIDTH_BURST "RelayBandwidthBurst" |
Definition at line 49 of file ServerSettings.cpp.
| #define SETTING_RELAY_BANDWIDTH_RATE "RelayBandwidthRate" |
Definition at line 48 of file ServerSettings.cpp.
| #define VALID_NICKNAME_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" |
Define the set of characters that are valid in a nickname.
Definition at line 30 of file ServerSettings.cpp.
1.8.17