#include "services.h"#include "modules.h"#include "users.h"#include "account.h"#include "protocol.h"#include "servers.h"#include "channels.h"#include "bots.h"#include "config.h"#include "opertype.h"#include "nickserv.h"#include "language.h"
Go to the source code of this file.
Variables | |
| user_map | UserListByNick |
| user_map | UserListByUID |
| int | OperCount = 0 |
| unsigned | MaxUserCount = 0 |
| time_t | MaxUserTime = 0 |
| unsigned MaxUserCount = 0 |
Definition at line 30 of file users.cpp.
Referenced by MyXMLRPCEvent::DoStats(), CommandOSStats::DoStatsReset(), CommandOSStats::DoStatsUptime(), LoadOperInfo(), DBPlain::OnSaveDatabase(), Message::Stats::Run(), IRCDMessageNetInfo::Run(), Stats::Serialize(), Stats::Unserialize(), and User::User().
| time_t MaxUserTime = 0 |
Definition at line 31 of file users.cpp.
Referenced by CommandOSStats::DoStatsUptime(), LoadOperInfo(), DBPlain::OnSaveDatabase(), Stats::Serialize(), Stats::Unserialize(), and User::User().
| int OperCount = 0 |
Definition at line 29 of file users.cpp.
Referenced by CommandOSStats::DoStatsUptime(), Message::Stats::Run(), User::SetModesInternal(), and User::~User().
Definition at line 27 of file users.cpp.
Referenced by CommandOSAKill::DoAdd(), CommandCSAKick::DoAdd(), MyXMLRPCEvent::DoStats(), CommandOSStats::DoStatsHash(), CommandOSStats::DoStatsReset(), CommandOSStats::DoStatsUptime(), CommandOSNOOP::Execute(), CommandOSUserList::Execute(), CommandOSSQLine::OnAdd(), CommandOSSNLine::OnAdd(), NickServCore::OnServerSync(), Message::Stats::Run(), UnrealIRCdProto::SendAkill(), InspIRCd12Proto::SendAkill(), InspIRCdProto::SendAkill(), HybridProto::SendAkill(), BahamutIRCdProto::SendAkill(), Server::Server(), BotInfo::SetNewNick(), NSRecover::~NSRecover(), OSLogin::~OSLogin(), Server::~Server(), and UplinkSocket::~UplinkSocket().
Definition at line 27 of file users.cpp.
Referenced by CommandOSStats::DoStatsHash(), and BotInfo::GenerateUID().
1.7.1