ircproxy The Ultimate Cyborg |
Variables | |
channel_ct | persist |
This debug channel is used for XMLPersist. | |
channel_ct | exceptions |
This debug channel is used for exception tracking. | |
channel_ct | objects |
This debug channel is used for object construction/destruction tracking. | |
channel_ct | matcher |
This debug channel is used for matcher tracking. | |
channel_ct | expression |
This debug channel is used for expression tracking. | |
channel_ct | maps |
This debug channel is used for nick/channel maps administration tracking. | |
channel_ct | clientinput |
This debug channel prints the raw string as received from the client. | |
channel_ct | serverinput |
This debug channel prints the raw string as received from the server. |
channel_ct debug::channels::dc::persist |
This debug channel is used for XMLPersist.
Definition at line 43 of file debug.cc.
Referenced by PersistXML::close(), PersistXML::open(), PersistXML::PersistXML(), PersistXML::serialize(), PersistXML::serialize_builtin(), and PersistXML::~PersistXML().
channel_ct debug::channels::dc::exceptions |
This debug channel is used for exception tracking.
Definition at line 44 of file debug.cc.
Referenced by edragon::caught(), and edragon::throw_exception().
channel_ct debug::channels::dc::objects |
This debug channel is used for object construction/destruction tracking.
Definition at line 45 of file debug.cc.
Referenced by Authentication::Authentication(), AuthState::AuthState(), Channel::Channel(), ClientMessageIn::ClientMessageIn(), ClientSession::ClientSession(), Identity::Identity(), IPNumber::IPNumber(), MatcherEventRequestBase::MatcherEventRequestBase(), MessageIn::MessageIn(), MessageOutData::MessageOutData(), Network::Network(), Nick::Nick(), NoticeTarget::NoticeTarget(), Prefix::Prefix(), ProxyListenSocket::ProxyListenSocket(), PseudoMessageEventRequestData::PseudoMessageEventRequestData(), QuestionTarget::QuestionTarget(), Server::Server(), ServerConnection::ServerConnection(), ServerMessageIn::ServerMessageIn(), ServerSession::ServerSession(), UserAnswerEventRequestBase::UserAnswerEventRequestBase(), AuthState::~AuthState(), ClientMessageIn::~ClientMessageIn(), ClientSession::~ClientSession(), Identity::~Identity(), MessageOutData::~MessageOutData(), Prefix::~Prefix(), PseudoMessageEventRequestData::~PseudoMessageEventRequestData(), ServerConnection::~ServerConnection(), ServerSession::~ServerSession(), Target::~Target(), and UserAnswerEventRequestBase::~UserAnswerEventRequestBase().
channel_ct debug::channels::dc::matcher |
This debug channel is used for matcher tracking.
Definition at line 46 of file debug.cc.
Referenced by Matcher::create(), Matcher::match(), Matcher_noarg::match_impl(), and MatcherEventRequestQueue::trigger().
channel_ct debug::channels::dc::expression |
This debug channel is used for expression tracking.
Definition at line 47 of file debug.cc.
Referenced by WatchedExpression< T >::create_event_server(), BinaryExpression< inverted, EXPR1, OP, EXPR2 >::create_event_server(), and BoolExpression< inverted >::create_event_server().
channel_ct debug::channels::dc::maps |
This debug channel is used for nick/channel maps administration tracking.
Definition at line 48 of file debug.cc.
Referenced by Target::add_channel(), Nick::add_channel(), Target::add_joined_nick(), ServerSession::detected_network(), ServerSession::get_nick(), Target::serverside_add_channel(), Nick::serverside_nick_changed_to(), Target::sub_channel(), Nick::sub_channel(), and Target::~Target().
channel_ct debug::channels::dc::clientinput |
This debug channel prints the raw string as received from the client.
Definition at line 49 of file debug.cc.
Referenced by ClientSessionInput::decode().
channel_ct debug::channels::dc::serverinput |
This debug channel prints the raw string as received from the server.
Definition at line 50 of file debug.cc.
Referenced by ServerSessionInput::decode().
Copyright © 2005-2007 Carlo Wood. All rights reserved. |
---|