clazy: Convert many old-style connects into function pointer based
[quassel.git] / src / client / clientauthhandler.cpp
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-03-26 Manuel Nickschascommon: Represent core/client features as string list...
2018-03-01 Javier LlorenteAdd system proxy support for quassel-client
2017-12-21 Janne KoschinskiImplement UI and serialization logic for sender modes
2017-05-27 Ben RosserAuthenticator code cleanup as per review
2017-05-27 Ben RosserMake authenticator changes to protocol backwards-compatible
2017-05-27 Ben RosserImplement authenticator class used for logging in users
2016-06-06 romibiReplace build date with commit date (#159)
2016-06-06 Manuel NickschasBring copyright headers into 2016
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
2015-10-08 Manuel NickschasMerge pull request #151 from Tucos/ws-hist
2015-10-08 Manuel NickschasMerge pull request #150 from Tucos/autospace
2015-10-08 Manuel NickschasMerge pull request #149 from Tucos/cipherkeys
2015-10-08 Manuel NickschasMerge pull request #148 from Tucos/DMdebug
2015-10-08 Manuel NickschasMerge pull request #146 from benapetr/master
2015-10-08 Manuel NickschasMerge pull request #145 from Scheirle/enh_usertooltip
2015-10-08 Manuel NickschasMerge pull request #139 from TheOneRing/snorenotify-0.6
2015-10-08 Manuel NickschasMerge pull request #134 from mamarley/reconnectfix
2015-10-08 Manuel NickschasMerge pull request #133 from mamarley/clientreconnectfix
2015-10-08 Manuel NickschasMerge pull request #132 from mamarley/md5corecertfix
2015-05-23 Michael MarleyUse SHA2-512 to store the core certificate digest in... 132/head
2015-02-18 Manuel NickschasMerge pull request #107 from siduction-upstream/master
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