#include </home/clem/local/src/opie/noncore/net/opieirc/ircmessageparser.h>
Collaboration diagram for IRCMessageParser:

|
|
Definition at line 94 of file ircmessageparser.cpp. References m_session. |
|
|
|
||||||||||||
|
Definition at line 147 of file ircmessageparser.cpp. References ctcpParserProcTable, and IRCCTCPMessageParserStruct::proc. Referenced by parse(). |
|
|
|
Definition at line 468 of file ircmessageparser.cpp. References DCCTransferTab::confirm(), QValueList< T >::count(), Opie::Ui::OFileSelector::EXTENDED_ALL, Opie::Ui::OFileDialog::getSaveFileName(), QString::isEmpty(), m_session, QString::null, odebug, oendl, OUTPUT_ERROR, outputReady(), IRCMessage::param(), IRCMessage::prefix(), DCCTransfer::Recv, QStringList::split(), and tr. |
|
|
|
Definition at line 419 of file ircmessageparser.cpp. References APP_COPYSTR, APP_VERSION, IRCMessage::isCTCPRequest(), IRCSession::m_connection, m_session, IRCPerson::nick(), output, OUTPUT_CTCP, outputReady(), IRCMessage::param(), IRCMessage::prefix(), IRCConnection::sendCTCPReply(), IRCOutput::setMessage(), and tr. |
|
|
Definition at line 367 of file ircmessageparser.cpp. References IRCMessage::allParameters(), OUTPUT_ERROR, and outputReady(). |
|
|
|
|
Definition at line 491 of file ircmessageparser.cpp. References IRCOutput::addParam(), QTextStream::atEnd(), channel, FALSE, IRCSession::getChannel(), IRCChannel::isValid(), m_session, IRCPerson::nick(), output, OUTPUT_CHANPERSONMODE, OUTPUT_ERROR, outputReady(), stream, tr, and TRUE. |
|
|
Definition at line 297 of file ircmessageparser.cpp. References m_session, IRCPerson::nick(), IRCMessage::param(), IRCMessage::prefix(), and IRCSession::updateNickname(). |
|
|
Definition at line 189 of file ircmessageparser.cpp. References IRCMessage::allParameters(), OUTPUT_SERVERMESSAGE, and outputReady(). |
|
|
Definition at line 229 of file ircmessageparser.cpp. References IRCOutput::addParam(), channel, IRCSession::getChannel(), IRCSession::m_server, m_session, IRCServer::nick(), IRCPerson::nick(), output, OUTPUT_ERROR, OUTPUT_OTHERPART, OUTPUT_SELFPART, outputReady(), IRCMessage::param(), IRCMessage::prefix(), IRCSession::removeChannel(), and tr. |
|
|
Definition at line 185 of file ircmessageparser.cpp. References IRCMessage::allParameters(), IRCSession::m_connection, m_session, and IRCConnection::sendLine(). |
|
|
Definition at line 258 of file ircmessageparser.cpp. References IRCOutput::addParam(), IRCSession::addPerson(), channel, IRCSession::getChannel(), IRCSession::getPerson(), IRCChannel::isValid(), IRCSession::m_server, m_session, IRCPerson::nick(), IRCServer::nick(), output, OUTPUT_CHANPRIVMSG, OUTPUT_ERROR, OUTPUT_QUERYPRIVMSG, outputReady(), IRCMessage::param(), IRCMessage::prefix(), and tr. |
|
|
Definition at line 333 of file ircmessageparser.cpp. References IRCOutput::addParam(), IRCSession::getChannelsByPerson(), IRCSession::getPerson(), m_session, IRCPerson::nick(), output, OUTPUT_ERROR, OUTPUT_QUIT, outputReady(), IRCMessage::param(), IRCMessage::prefix(), IRCSession::removePerson(), and tr. |
|
|
Definition at line 355 of file ircmessageparser.cpp. References IRCOutput::addParam(), channel, IRCSession::getChannel(), m_session, IRCPerson::nick(), output, OUTPUT_ERROR, OUTPUT_TOPIC, outputReady(), IRCMessage::param(), IRCMessage::prefix(), and tr. |
|
||||||||||||
|
Definition at line 128 of file ircmessageparser.cpp. References QString::arg(), end, QString::isEmpty(), numericalParserProcTable, out, OUTPUT_SERVERMESSAGE, outputReady(), IRCNumericalMessageParserStruct::params, IRCNumericalMessageParserStruct::proc, and tr. Referenced by parse(). |
|
|
Definition at line 624 of file ircmessageparser.cpp. References IRCOutput::addParam(), channel, IRCChannel::channelname(), IRCSession::getChannel(), m_session, output, OUTPUT_ERROR, OUTPUT_SELFJOIN, outputReady(), IRCMessage::param(), IRCChannel::setHasPeople(), tr, and TRUE. |
|
|
|
Definition at line 639 of file ircmessageparser.cpp. References IRCSession::endSession(), IRCSession::isLoggedIn(), m_session, OUTPUT_ERROR, outputReady(), and tr. |
|
|
Definition at line 648 of file ircmessageparser.cpp. References OUTPUT_ERROR, outputReady(), and tr. |
|
|
Definition at line 162 of file ircmessageparser.cpp. References m_session, IRCMessage::param(), IRCSession::setValidChannelmodes(), and IRCSession::setValidUsermodes(). |
|
|
Definition at line 154 of file ircmessageparser.cpp. References IRCSession::m_server, m_session, OUTPUT_TITLE, outputReady(), IRCMessage::param(), IRCMessage::prefix(), IRCServer::setNick(), and tr. |
|
|
Definition at line 168 of file ircmessageparser.cpp. References IRCMessage::allParameters(), QString::find(), QString::mid(), out, OUTPUT_SERVERMESSAGE, and outputReady(). |
|
|
Definition at line 652 of file ircmessageparser.cpp. References IRCOutput::addParam(), channel, IRCChannel::channelname(), IRCSession::getChannel(), m_session, output, OUTPUT_TOPIC, outputReady(), IRCMessage::param(), and tr. |
|
|
Definition at line 665 of file ircmessageparser.cpp. |
|
|
Definition at line 174 of file ircmessageparser.cpp. References QTime::addSecs(), OUTPUT_SERVERMESSAGE, outputReady(), IRCMessage::param(), QDateTime::setTime_t(), t, QDateTime::toString(), QTime::toString(), and tr. |
|
|
Initial value: {
{ "PING", FUNC(parseCTCPPing) },
{ "VERSION", FUNC(parseCTCPVersion) },
{ "ACTION", FUNC(parseCTCPAction) },
{ "DCC", FUNC(parseCTCPDCC) },
{ 0 , 0 }
}
Definition at line 32 of file ircmessageparser.cpp. Referenced by parse(), and parseCTCP(). |
|
|
Initial value: {
{ "PING", FUNC(parseLiteralPing) },
{ "NOTICE", FUNC(parseLiteralNotice) },
{ "JOIN", FUNC(parseLiteralJoin) },
{ "PRIVMSG", FUNC(parseLiteralPrivMsg) },
{ "NICK", FUNC(parseLiteralNick) },
{ "PART", FUNC(parseLiteralPart) },
{ "QUIT", FUNC(parseLiteralQuit) },
{ "ERROR", FUNC(parseLiteralError) },
{ "ERROR:", FUNC(parseLiteralError) },
{ "MODE", FUNC(parseLiteralMode) },
{ "KICK", FUNC(parseLiteralKick) },
{ "TOPIC", FUNC(parseLiteralTopic) },
{ 0 , 0 }
}
Definition at line 15 of file ircmessageparser.cpp. Referenced by parse(). |
|
|
|
Definition at line 46 of file ircmessageparser.cpp. Referenced by parse(), and parseNumerical(). |
1.4.2