tests: Convert ExpressionMatchTests into a GTest-based test case
[quassel.git] / src / common / remotepeer.cpp
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
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-04-10 Manuel NickschasSemi-yearly copyright bump
2017-12-21 Manuel NickschasMinor cleanups
2017-12-21 Janne KoschinskiImplement UI and serialization logic for sender modes
2017-12-19 Janne KoschinskiImplement a basic UI for showing connected clients
2016-06-06 Manuel NickschasBring copyright headers into 2016
2015-03-11 Manuel NickschasMerge pull request #110 from mamarley/passhash
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-06 Manuel NickschasRemove support for obsolete Qt versions
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-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-02-16 Manuel NickschasHook the Compressor into RemotePeer
2014-02-16 Manuel NickschasMove all socket handling into RemotePeer
2014-01-29 Manuel NickschasThere won't ever be a Qt 4.9...
2014-01-23 Manuel NickschasHandle the readyRead() signal in RemotePeer instead...
2014-01-18 Manuel NickschasEncapsulate socket state in AuthHandler, properly handl...
2014-01-01 Manuel NickschasHappy New Year!
2013-11-07 Manuel NickschasAbstract away the protocol handshake code
2013-11-07 Manuel NickschasMake protocol messages structs instead of classes
2013-04-09 Manuel NickschasBuild against Qt 4.6 again
2013-04-09 Manuel NickschasFix missing #include
2013-04-07 Manuel NickschasFix lag display
2013-02-20 Manuel NickschasMutate SignalProxy::AbstractPeer into a separate class...
2013-02-19 Manuel NickschasMerge pull request #7 from Tucos/bug-640
2013-02-19 Manuel NickschasMerge pull request #6 from Tucos/genversion
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-02-18 Manuel NickschasRename Internal-, Remote- and LegacyConnection to ...