![]() |
DDraceNetwork Documentation
|
#include <base/hash.h>#include <base/system.h>#include <generated/protocol.h>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | CRconRole |
| class | CAuthManager |
| class | CAuthManager::CKey |
Namespaces | |
| namespace | RoleName |
| namespace | RoleRank |
Macros | |
| #define | SALT_BYTES 8 |
Variables | |
| const char *const | RoleName::ADMIN = "admin" |
| const char *const | RoleName::MODERATOR = "moderator" |
| const char *const | RoleName::HELPER = "helper" |
| static constexpr int | RoleRank::ADMIN = AUTHED_ADMIN |
| static constexpr int | RoleRank::MODERATOR = AUTHED_MOD |
| static constexpr int | RoleRank::HELPER = AUTHED_HELPER |
| static constexpr int | RoleRank::NONE = AUTHED_NO |
| #define SALT_BYTES 8 |