Holds list of banned accounts and IP ranges.
More...
#include <authentserver.h>
List of all members.
Detailed Description
Holds list of banned accounts and IP ranges.
Definition at line 50 of file authentserver.h.
Constructor & Destructor Documentation
BanManager::BanManager |
( |
| ) |
|
BanManager::~BanManager |
( |
| ) |
|
Member Function Documentation
bool BanManager::AddBan |
( |
AccountID |
account, |
|
|
csString |
ipRange, |
|
|
time_t |
duration, |
|
|
csString |
reason, |
|
|
bool |
banIP |
|
) |
| |
BanEntry* BanManager::GetBanByAccount |
( |
AccountID |
account | ) |
|
BanEntry* BanManager::GetBanByIPRange |
( |
csString |
IPRange | ) |
|
bool BanManager::RemoveBan |
( |
AccountID |
account | ) |
|
Member Data Documentation
The documentation for this class was generated from the following file: