- All CTCP messages are now using proper charset en/decodings
authorMarcus Eggenberger <egs@quassel-irc.org>
Mon, 18 Feb 2008 18:37:11 +0000 (18:37 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Mon, 18 Feb 2008 18:37:11 +0000 (18:37 +0000)
commitf62cdd391a5e30ef2d2ffbcaa0718904b1652d4e
tree048a3baa1702d6bc4b055b738ef613e63263551f
parent25263b22ae90c5ac101decf62105884bc18eaeb1
- All CTCP messages are now using proper charset en/decodings
- For non-Channel NOTICEs and RPL_NOSUCHNICK the redirection flag is
  set. This flag enables the client to show the message in the buffer
  it has been configured for (Status Buffer, Current Buffer, open Query)

The latter one has no effect for the time beeing as Those Settings are
stored in QtUiSettings which cannot be accessed by the Client.
src/core/basichandler.cpp
src/core/basichandler.h
src/core/ctcphandler.cpp
src/core/ctcphandler.h
src/core/ircserverhandler.cpp