Still working on the authentification stuff. Technically, now even in the monolithic...
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 27 Jun 2007 21:48:19 +0000 (21:48 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 27 Jun 2007 21:48:19 +0000 (21:48 +0000)
commit8836fdc8e4107437e5fff0e10e18d581297d59e4
tree30b9e84e747a11005a1fc89455c31c66f53f209f
parentd9398c1b8bfa66680d266bf968dc90f386c4ee7b
Still working on the authentification stuff. Technically, now even in the monolithic build the client connects
to the internal core (still using the possible shortcuts, of course). It should also be able to disconnect, although
not all is cleaned up yet in the process. After this is done, one will be able to disconnect the client from the internal
core and connect to a remote core, and vice versa.
This made a lot of changes to the init process necessary, so I have changed quite a bit of stuff around.

You should refrain from building core and client separately now, even though it probably compiles. It is not tested yet,
and the GUI stuff is still missing anyways.
18 files changed:
src/CMakeLists.txt
src/client/client.cpp
src/client/client.h
src/client/clientproxy.h
src/common/CMakeLists.txt
src/common/main.cpp
src/common/proxy_common.h
src/common/quasselui.h
src/core/core.cpp
src/core/core.h
src/core/coreproxy.cpp
src/core/coreproxy.h
src/core/sqlitestorage.cpp
src/qtgui/coreconnectdlg.cpp
src/qtgui/mainwin.cpp
src/qtgui/mainwin.h
src/qtgui/ui/coreconnectdlg.ui
src/qtgui/ui/mainwin.ui