src/network/nSpamProtection.cpp File Reference

#include "nSpamProtection.h"
#include "nConfig.h"
#include "tSysTime.h"

Include dependency graph for nSpamProtection.cpp:

Go to the source code of this file.

Variables

static REAL se_SpamProtection = 4.0f
static REAL se_SpamPenalty = 10.0f
static REAL se_SpamAutoKick = 20.0f
int se_SpamMaxLen = 80
static tSettingItem< REALse_SPR ("SPAM_PROTECTION", se_SpamProtection)
static tSettingItem< REALse_SPE ("SPAM_PENALTY", se_SpamPenalty)
static tSettingItem< REALse_SAK ("SPAM_AUTOKICK", se_SpamAutoKick)
static nSettingItemWatched< int > se_SML ("SPAM_MAXLEN", se_SpamMaxLen, nConfItemVersionWatcher::Group_Cheating, 3)


Variable Documentation

tSettingItem<REAL> se_SAK("SPAM_AUTOKICK", se_SpamAutoKick) [static]

nSettingItemWatched<int> se_SML("SPAM_MAXLEN", se_SpamMaxLen, nConfItemVersionWatcher::Group_Cheating, 3) [static]

REAL se_SpamAutoKick = 20.0f [static]

Definition at line 34 of file nSpamProtection.cpp.

Referenced by nSpamProtection::CheckSpam().

int se_SpamMaxLen = 80

Definition at line 35 of file nSpamProtection.cpp.

Referenced by se_AppendChat(), and sg_PlayerMenu().

REAL se_SpamPenalty = 10.0f [static]

Definition at line 33 of file nSpamProtection.cpp.

Referenced by nSpamProtection::CheckSpam().

REAL se_SpamProtection = 4.0f [static]

Definition at line 32 of file nSpamProtection.cpp.

Referenced by nSpamProtection::BlockTime(), and nSpamProtection::CheckSpam().

tSettingItem<REAL> se_SPE("SPAM_PENALTY", se_SpamPenalty) [static]

tSettingItem<REAL> se_SPR("SPAM_PROTECTION", se_SpamProtection) [static]


Generated on Sat Mar 15 23:02:29 2008 for Armagetron Advanced by  doxygen 1.5.4