Add IrcParser to handle data between the ircd and Quassel
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 12 Sep 2010 14:01:16 +0000 (16:01 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Oct 2010 23:06:31 +0000 (01:06 +0200)
commit86837eac3346857733f3488acccca9dc2c45605e
tree43130affaecacafb5920ae8c542acfb4967ec78d
parent85fb228631cfb087ce80f4b778fae5f1c3877008
Add IrcParser to handle data between the ircd and Quassel

This class processes data from the ircd(via NetworkDataEvent)  and is supposed to
generate appropriate specialized events once this skeleton actually has an implementation.
IrcParser will be IrcServerHandler's successor in many respects.
src/core/CMakeLists.txt
src/core/corenetwork.cpp
src/core/coresession.cpp
src/core/coresession.h
src/core/ircparser.cpp [new file with mode: 0644]
src/core/ircparser.h [new file with mode: 0644]