- Implemented IrcServerHandler::handleMode(). In the current state only
authorMarcus Eggenberger <egs@quassel-irc.org>
Wed, 2 Jan 2008 15:59:56 +0000 (15:59 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Wed, 2 Jan 2008 15:59:56 +0000 (15:59 +0000)
commitc6df551bf5d6b2f33daa5235d320239fcca37688
tree6bb411baba0fe0b59ed5c71579abf426c917d09c
parent0d4a48e61b990d0e909296489f7dc9ef8bf4ad07
- Implemented IrcServerHandler::handleMode(). In the current state only
PREFIX modes (ovh etc...) are taken care of. Other modes would require
changes to ircchannel.h that would break beakward compatibilty.
- added overloaded functions to NetworkInfo for [new]Irc[User|Channel]
that take a QByteArray as param which is automagically decoded (credit
goes to sput).
src/common/networkinfo.cpp
src/common/networkinfo.h
src/core/ircserverhandler.cpp