Yay! After months, distributed client/core operation is working again!
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 7 Aug 2007 19:20:00 +0000 (19:20 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 7 Aug 2007 19:20:00 +0000 (19:20 +0000)
commit2039f5e28eeb431e394f1c2468a26218bd926538
tree24567aacd851d5ad2d68f95e17fba3971a9ca3c8
parentf53a40aa9d3e0f2c1f15191b665780595d52348a
Yay! After months, distributed client/core operation is working again!
There is still some work left concerning menu states, progress bar, and the dialog,
and also we don't have user management yet (so you have to use user "Default" and
password "password" for both internal and external cores), but basically it's working.
This also (finally!) closes BR #17.
14 files changed:
Quassel.kdevelop.filelist
src/CMakeLists.txt
src/client/CMakeLists.txt
src/client/client.cpp
src/client/client.h
src/common/global.cpp
src/common/main.cpp
src/common/message.cpp
src/core/CMakeLists.txt
src/core/core.cpp
src/core/coreproxy.h
src/core/coresession.cpp
src/core/coresession.h
src/qtgui/coreconnectdlg.cpp