|
|||
|
|||
|
#include "inspircd.h"#include "users.h"#include "channels.h"#include "modules.h"#include "configreader.h"#include "m_sqlv2.h"Include dependency graph for m_sqllog.cpp:

Go to the source code of this file.
Classes | |
| class | QueryInfo |
| class | ModuleSQLLog |
Enumerations | |
| enum | LogTypes { LT_OPER = 1, LT_KILL, LT_SERVLINK, LT_XLINE, LT_CONNECT, LT_DISCONNECT, LT_FLOOD, LT_LOADMODULE } |
| enum | QueryState { FIND_SOURCE, FIND_NICK, FIND_HOST, DONE } |
Functions | |
| MODULE_INIT (ModuleSQLLog) | |
Variables | |
| static Module * | SQLModule |
| static Module * | MyMod |
| static std::string | dbid |
| std::map< unsigned long, QueryInfo * > | active_queries |
|
|
Definition at line 25 of file m_sqllog.cpp. 00025 { LT_OPER = 1, LT_KILL, LT_SERVLINK, LT_XLINE, LT_CONNECT, LT_DISCONNECT, LT_FLOOD, LT_LOADMODULE };
|
|
|
Definition at line 27 of file m_sqllog.cpp. 00027 { FIND_SOURCE, FIND_NICK, FIND_HOST, DONE};
|
|
|
|
|
|
Definition at line 29 of file m_sqllog.cpp. Referenced by ModuleSQLLog::AddLogEntry(), QueryInfo::Go(), ModuleSQLLog::ModuleSQLLog(), and ModuleSQLLog::OnRequest(). |
|
|
Definition at line 23 of file m_sqllog.cpp. Referenced by ModuleSQLLog::AddLogEntry(), QueryInfo::Go(), and ModuleSQLLog::ReadConfig(). |
|
|
Definition at line 22 of file m_sqllog.cpp. |
|
|
Definition at line 21 of file m_sqllog.cpp. |