Introduce (very) basic, incomplete version of CoreConnection
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 19 Nov 2009 17:16:51 +0000 (18:16 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 28 Nov 2009 23:39:41 +0000 (00:39 +0100)
commit11444d0219a994969c633f62543f7ef302f43300
tree6ed1d6598976856a2383cb4ace1d88ebe3927db2
parent6bcfaf51a90b3ec38cf8602cefd8aa8971d01586
Introduce (very) basic, incomplete version of CoreConnection

This class encapsulates the client-side connection to the core and replaces
both ClientSyncer and CoreConnectDlg. Having this neatly encapsulated will allow
for a much easier way to do, say, reconnects or tracking the connection state.

This is a first preliminary version that can only sync to a hardcoded account.
src/client/CMakeLists.txt
src/client/coreconnection.cpp [new file with mode: 0644]
src/client/coreconnection.h [new file with mode: 0644]