Merge pull request #72 from jpnurmi/datastream
[quassel.git] / src / common / remotepeer.h
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-02-15 Manuel NickschasOutput the chosen protocol type on connect
2014-01-23 Manuel NickschasLet RemotePeer(s) tell their protocol type and features
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-03-06 Manuel NickschasFix virtual overloads
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 ...