This Update is like 90% bugfixes.
authorMarcus Eggenberger <egs@quassel-irc.org>
Sun, 4 Nov 2007 16:04:37 +0000 (16:04 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Sun, 4 Nov 2007 16:04:37 +0000 (16:04 +0000)
commit0ff076706c3d353ec9b098b1eca270195288774e
treef5a2dda662d6b5e3b2a2d2bf7909d32aab1efa8f
parent48979ba2c343ab50ae93a8bb1c355ce79115bd4f
This Update is like 90% bugfixes.
 - IMPORTANT! - this version uses a new version of the SqlLite Schema (though only slitely different). The change to the schema _canno_ be done via an ALTER statement. Thus it is recommanded that you delete the current
quassel-storage.sqlite DB-File, so it gets created again.
 - SignalProxy got a new method which is basically just for debuging/info purposes. use SignalProxy::dumpProxyStat() to see some infos of the current proxy situation on STDERR.
 - fixed a bug causing Segfaults
 - fixed a minor bug where Quassel treated channelnames not casesensitive and thus created a second buffer for them
src/client/client.cpp
src/common/ircchannel.cpp
src/common/ircchannel.h
src/common/ircuser.cpp
src/common/ircuser.h
src/common/signalproxy.cpp
src/common/signalproxy.h
src/core/sqlitestorage.cpp