Event backend porting - CTCP
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Oct 2010 17:01:30 +0000 (19:01 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Oct 2010 17:01:30 +0000 (19:01 +0200)
commit36ea1791352d34e34b6c6cdef02455a4c43acc17
tree32b183b11db5a35ac8d61be21277e72df6104909
parent1a2a0f1880d6c30166928addbfb7b11849ff15cc
Event backend porting - CTCP

This makes the last missing bits of ircd input processing use events;
CTCP handling is now done by both CoreSessionEventProcessor (for the functional parts)
and EventStringifier (for the user-visible parts).
src/core/coresessioneventprocessor.cpp
src/core/coresessioneventprocessor.h
src/core/ctcpparser.cpp
src/core/eventstringifier.cpp
src/core/eventstringifier.h
src/core/ircparser.cpp