Core now remembers the channels you've joined if a disconnect happens, so you'll...
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 Feb 2008 22:42:25 +0000 (22:42 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 Feb 2008 22:42:25 +0000 (22:42 +0000)
commitda3aa4136fe01e142238f0f42fe1273481037b9d
treef9e80ad1eeb3ff36cc7d6bc96bfd3374218410a4
parentbd1a18355495899b5ce3003599a67e1ea7ca01cc
Core now remembers the channels you've joined if a disconnect happens, so you'll automatically
rejoin those channels upon reconnect. Moved session restore over to this mechanism - maybe it works
now better? (Though I don't believe that...).
Aaaand, especially for son: channel passwords are now remembered, so that +k channels will be
automatically rejoined as well :)
src/common/ircchannel.cpp
src/common/ircchannel.h
src/common/network.cpp
src/common/network.h
src/core/coresession.cpp
src/core/coresession.h
src/core/ircserverhandler.cpp
src/core/networkconnection.cpp
src/core/networkconnection.h
src/core/userinputhandler.cpp