#include "kvi_settings.h"
#include "KviQString.h"
#include "KviConsoleWindow.h"
#include <QObject>
#include <time.h>
Go to the source code of this file.
◆ EXTERNAL_SERVER_DATA_PARSER_CONTROL_ENDOFDATA
#define EXTERNAL_SERVER_DATA_PARSER_CONTROL_ENDOFDATA 2 |
◆ EXTERNAL_SERVER_DATA_PARSER_CONTROL_RESET
#define EXTERNAL_SERVER_DATA_PARSER_CONTROL_RESET 0 |
◆ EXTERNAL_SERVER_DATA_PARSER_CONTROL_STARTOFDATA
#define EXTERNAL_SERVER_DATA_PARSER_CONTROL_STARTOFDATA 1 |
◆ IS_ME
#define IS_ME |
( |
| _msg, |
|
|
| _nick ) |
Value:
bool equalCI(const QString &sz1, const QString &sz2)
Compares two strings with case insensitive.
Definition KviQString.cpp:283
Referenced by KviIrcServerParser::echoCtcpReply(), KviIrcServerParser::echoCtcpRequest(), KviIrcServerParser::parseChannelMode(), KviIrcServerParser::parseCtcpReplyAvatar(), KviIrcServerParser::parseCtcpReplyPing(), KviIrcServerParser::parseCtcpRequest(), KviIrcServerParser::parseCtcpRequestAction(), KviIrcServerParser::parseCtcpRequestAvatar(), KviIrcServerParser::parseCtcpRequestPage(), KviIrcServerParser::parseLiteralInvite(), KviIrcServerParser::parseLiteralJoin(), KviIrcServerParser::parseLiteralKick(), KviIrcServerParser::parseLiteralMode(), KviIrcServerParser::parseLiteralNick(), KviIrcServerParser::parseLiteralNotice(), KviIrcServerParser::parseLiteralPart(), KviIrcServerParser::parseLiteralPrivmsg(), KviIrcServerParser::parseNumericWhoisUser(), and KviIrcServerParser::parseNumericWhospcrpl().
◆ KVI_CTCP_MESSAGE_PARSE_TRIGGERNOEVENT
#define KVI_CTCP_MESSAGE_PARSE_TRIGGERNOEVENT 1 |
◆ UNRECOGNIZED_MESSAGE
#define UNRECOGNIZED_MESSAGE |
( |
| _msg, |
|
|
| _err ) |
◆ ctcpParseProc
◆ messageParseProc
typedef void(KviIrcServerParser::* messageParseProc) (KviIrcMessage *) |
◆ g_pServerParser