The Quassel Core now remembers on exit which networks where connected and which channels
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 21 Dec 2007 01:41:01 +0000 (01:41 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 21 Dec 2007 01:41:01 +0000 (01:41 +0000)
commit9ac6ae4ee26819874d8843ba09f38a24088d663d
tree6c07d9d7c454e1f1c427882838ed34c667eef1f8
parent45d9ea6ed5d64eec3ca351fdcf7610c7cff3529d
The Quassel Core now remembers on exit which networks where connected and which channels
everybody has joined, and restores this information upon restart (so all networks will
automagically connected and the appropriate channels rejoined).
Has not been tested with more than one active CoreSessions.
You can start the core without session restore by using --norestore as parameter.
Closes BR #63.
15 files changed:
Quassel.kdevelop.filelist
src/common/main.cpp
src/common/networkinfo.cpp
src/common/networkinfo.h
src/core/core.cpp
src/core/core.h
src/core/coresession.cpp
src/core/coresession.h
src/core/coresettings.cpp
src/core/coresettings.h
src/core/ircserverhandler.cpp
src/core/server.cpp
src/core/server.h
src/qtui/mainwin.cpp
src/qtui/ui/settingsdlg.ui