First sorta working network code added. We can connect to a server now and send/recv
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Oct 2006 22:27:15 +0000 (22:27 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Oct 2006 22:27:15 +0000 (22:27 +0000)
commit8b192b08f3df4ce0e7cc4a08564645c76efa688d
treec83fa451c45954503ede85e3b3870a065891b3f1
parentffd440f541000c365ce74bce4cef14e617283b51
First sorta working network code added. We can connect to a server now and send/recv
raw messages! Most of the surrounding framework code is just badly hacked though to make
fiddling with the server possible at least.
12 files changed:
CMakeLists.txt
core/CMakeLists.txt
core/core.cpp
core/core.h
gui/channelwidget.cpp
gui/channelwidget.h
gui/mainwin.cpp
main/main_mono.cpp
network/CMakeLists.txt
network/messages.h
network/server.cpp
network/server.h