Fixed and integrated SqliteStorage as new storage backend. This retires the old Backl...
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 3 Jun 2007 14:21:01 +0000 (14:21 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 3 Jun 2007 14:21:01 +0000 (14:21 +0000)
commit322892bd401ed5f8e837ebf0cc78053376e41842
treef95312c3cd34dc8f2471f2b87225ede585e43aeb
parent26c07f2ab71ab640cba10bd3ecec0f05dd5a0d64
Fixed and integrated SqliteStorage as new storage backend. This retires the old Backlog class.
SqliteStorage still needs some love though, and it does not yet have transactions.

Now that we have transitioned to Storage, we can tackle multi-user support in Core.
CMakeLists.txt
core/core.cpp
core/core.h
core/server.cpp
core/sqlitestorage.cpp