Simplify clean-up-on-network-disconnect handling
[quassel.git] / src / client / clientauthhandler.cpp
2014-02-27 Manuel NickschasFix reconnection logic in the client
2014-02-24 Michael MarleyAllow for clients to negotiate whether compression...
2014-02-15 Manuel NickschasOutput the chosen protocol type on connect
2014-01-23 Manuel NickschasUse PeerFactory instead of creating LegacyPeer directly
2014-01-23 Manuel NickschasHave the PeerFactory provide the list of supported...
2014-01-23 Manuel NickschasImplement protocol detection
2014-01-18 Manuel NickschasEncapsulate socket state in AuthHandler, properly handl...
2014-01-13 Daniel Albersset SO_KEEPALIVE on client sockets
2014-01-01 Manuel NickschasHappy New Year!
2013-11-21 Manuel NickschasAdd disconnection reasons
2013-11-07 Manuel NickschasAbstract away the protocol handshake code