#include "anope.h"#include "modes.h"#include "extensible.h"#include "serialize.h"#include "commands.h"#include "account.h"

Go to the source code of this file.
Data Structures | |
| class | User |
Typedefs | |
| typedef Anope::hash_map< User * > | user_map |
Variables | |
| CoreExport user_map | UserListByNick |
| CoreExport user_map | UserListByUID |
| CoreExport int | OperCount |
| CoreExport unsigned | MaxUserCount |
| CoreExport time_t | MaxUserTime |
| typedef Anope::hash_map<User *> user_map |
| CoreExport unsigned MaxUserCount |
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().
| CoreExport time_t MaxUserTime |
Definition at line 31 of file users.cpp.
Referenced by CommandOSStats::DoStatsUptime(), LoadOperInfo(), DBPlain::OnSaveDatabase(), Stats::Serialize(), Stats::Unserialize(), and User::User().
| CoreExport int OperCount |
Definition at line 29 of file users.cpp.
Referenced by CommandOSStats::DoStatsUptime(), Message::Stats::Run(), User::SetModesInternal(), and User::~User().
| CoreExport user_map UserListByNick |
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().
| CoreExport user_map UserListByUID |
Definition at line 27 of file users.cpp.
Referenced by CommandOSStats::DoStatsHash(), and BotInfo::GenerateUID().
1.7.1