src: Yearly copyright bump
[quassel.git] / src / common / peer.h
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Use 'using' instead of 'typedef'
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschassrc: Mark symbols to be exported where needed
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-03-26 Manuel Nickschascommon: Represent core/client features as string list...
2017-12-21 Manuel NickschasMinor cleanups
2017-12-21 Janne KoschinskiImplement UI and serialization logic for sender modes
2017-12-21 Janne KoschinskiReplace Protocol::Handler enum with enum class
2017-12-19 Manuel NickschasDon't return const refs from methods
2017-12-19 Janne KoschinskiImplement changes requested in review
2017-12-19 Janne KoschinskiImplement a basic UI for showing connected clients
2017-12-19 Janne KoschinskiAdd initial implementation for showing and kicking...
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 #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-07-30 Manuel NickschasMerge pull request #142 from TheOneRing/Fix-build-with...
2015-07-25 Armin KFix build with Qt-5.5 142/head
2015-03-11 Manuel NickschasMerge pull request #116 from mamarley/splitfix2
2015-03-11 Manuel NickschasMerge pull request #117 from mamarley/oldcoresslconfig
2015-03-11 Manuel NickschasMerge pull request #111 from mamarley/nosslloopback
2015-03-11 Manuel NickschasMerge pull request #110 from mamarley/passhash
2015-03-11 Manuel NickschasMake PeerPtr work for RPC calls
2015-03-09 Michael MarleyAdd back the SSL protocol selection dialog box for... 117/head
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 #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasHappy New Year!
2014-03-27 Manuel NickschasMerge pull request #66 from TheOneRing/snore
2014-03-26 Manuel NickschasMove the PeerPtr declaration out of types.h
2014-01-01 Manuel NickschasHappy New Year!
2013-11-07 Manuel NickschasAbstract away the protocol handshake code
2013-02-20 Manuel Nickschassuperfluous_includes--
2013-02-20 Manuel NickschasMutate SignalProxy::AbstractPeer into a separate class...