Merge pull request #97 from Bombe/focus-host-input
[quassel.git] / src / client / clientauthhandler.cpp
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-05 Manuel NickschasMerge pull request #108 from hagabaka/master
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasHappy New Year!
2014-12-23 Christian RatzenhoferSet the version of the QDataStream in ClientAuthHandler 105/head
2014-03-27 Manuel NickschasMerge pull request #68 from jpnurmi/build-date
2014-03-27 J-P NurmiProtocol::RegisterClient: add buildDate field 68/head
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
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