modernize: Use override instead of virtual
[quassel.git] / src / common / signalproxy.cpp
2018-11-18 Manuel Nickschasmodernize: Use override instead of virtual
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschassigproxy: Don't expose the thread_local '_current'...
2018-11-18 Manuel Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-10-01 Manuel Nickschascommon: Avoid crash on SignalProxy destruction
2018-06-06 Michael MarleyFix crash caused by repeated kicks of an already-kicked...
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-03-26 Manuel Nickschascommon: Represent core/client features as string list...
2018-02-27 Janne KoschinskiTransmit feature flag for remote disconnecting with...
2017-12-21 Manuel NickschasMinor cleanups
2017-12-21 Janne KoschinskiImplement UI and serialization logic for sender modes
2017-12-19 Janne KoschinskiImplement changes requested in review
2017-12-19 Janne KoschinskiImprovements to fix the build and for Doxygen
2017-12-19 Janne KoschinskiImplement a fallback for Qt4
2017-12-19 Janne KoschinskiMigrate password change RPC to the new target restricti...
2017-12-19 Janne KoschinskiImplement peer-specific signal sending
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-04-01 Daniel AlbersMerge pull request #168 from esainane/irssi-msg-escape
2016-03-31 Daniel AlbersMerge pull request #165 from esainane/coreinfo-dirty...
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
2016-01-02 Manuel NickschasMerge pull request #167 from esainane/patch-1
2015-12-12 esainanesignalproxy: Correct signal method name warnings 167/head
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 Pierre SchweitzerUse prefix operators when possible for non-primitive...
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-28 Manuel NickschasProperly handle RPC calls that return void
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-24 Harald FernengelQt5 fixes
2014-01-01 Manuel NickschasHappy New Year!
2014-01-01 Manuel NickschasMake the PeerPtr trick work with sync calls as well
2013-12-26 Manuel NickschasAllow peer-specific sending and receiving of remote...
2013-11-07 Manuel NickschasMake protocol messages structs instead of classes
2013-02-20 Manuel Nickschassuperfluous_includes--
2013-02-20 Manuel NickschasMutate SignalProxy::AbstractPeer into a separate class...
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-01-27 Manuel NickschasYearly bump
2013-01-26 Manuel NickschasConsolidate protocol messages in one namespace
2013-01-17 Manuel NickschasRefactor SignalProxy, network and protocol code
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2011-07-03 Manuel NickschasFix compiler warning (case value not in enum)
2010-04-03 Manuel NickschasMeh, initialize variables not only for one ctor
2010-04-01 Manuel NickschasWe hate uninitialized values
2009-12-08 Manuel NickschasImprove handling of disconnections a bit
2009-12-07 Manuel NickschasMake SignalProxy heartbeat configurable
2009-11-19 Manuel NickschasDon't crash upon core/client timeout disconnect
2009-08-28 Marcus EggenbergerFixing issues with renaming synced objects. And fixing...
2009-08-24 Marcus Eggenbergerfixing bulk updates of SyncObjects
2009-08-24 Marcus Eggenbergersmall fixes
2009-08-24 Marcus Eggenbergerclean up
2009-08-24 Marcus EggenbergerFitting the SyncableObjects to the new Style
2009-08-24 Marcus EggenbergerTesting the new SyncObjects concept - looking good...
2009-08-24 Marcus EggenbergerGoodbye SyncRelay, you will live on in our hearts...
2009-08-24 Marcus EggenbergerSignalProxy::ExtendedMetaObject cleanup
2009-08-24 Marcus EggenbergerTesting a new concept for the SyncableObjects.
2009-02-03 Marcus Eggenbergerfixes #513 - crash when connection fails
2009-02-01 Marcus EggenbergerImproving heart beat system.
2009-01-29 Marcus Eggenbergercorrecting some debug strings in the SignalProxy
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-06 Marcus EggenbergerSignalProxy++ // now leaner and meaner than ever before!
2009-01-06 Marcus Eggenbergerfixing request -> receive sync calls
2009-01-06 Marcus EggenbergerInternal cleanup of the SignalProxy.
2008-12-25 Marcus Eggenbergeradding tons of ifdefs so quassel will build again witho...
2008-12-25 Marcus Eggenbergeradded SignalProxy::isSecure() to determine if all conne...
2008-12-25 Marcus EggenbergerFinalizing changes to the identities interface -> break...
2008-12-25 Marcus EggenbergerMerging NetworkConnection into CoreNetwork.
2008-12-02 Marcus EggenbergerFixing a mismatch in the automatic sig/slot connector...
2008-11-21 Marcus EggenbergerSignanlProxy does no longer try to write to closed...
2008-11-03 Marcus EggenbergerFixing BR #387 - core session sometimes hangs
2008-10-21 Marcus EggenbergerMonolithic build features now zero setup configuration...
2008-10-21 Marcus EggenbergerSignalProxy takes now owner ship of passed iodevices...
2008-10-21 Marcus Eggenbergerreenabling disconnect on timeout for iodevice connections
2008-10-21 Marcus Eggenbergeronly sending heartbeat on socket connections
2008-10-21 Marcus Eggenbergermaking signalproxy direct connection thread safe
2008-10-21 Marcus Eggenbergeradapting to the new peer types
2008-10-21 Marcus EggenbergerSignalProxy internal redesign.
2008-10-16 Marcus Eggenbergeradding debuing output to find the source for that qUnco...
2008-07-21 Marcus Eggenbergeradding server lag indicator to the network tooltip
2008-07-21 Marcus EggenbergerAdded a core lag indicator to the statusbar
2008-07-21 Marcus Eggenbergerfixing some inconsitency in the new connection loss...
2008-07-18 Marcus Eggenbergerimproved connection loss detection. (breaks protocol)
2008-07-14 Marcus Eggenbergerlimiting package size for the SignalProxy to 4MB
2008-07-13 Marcus Eggenbergersignalproxy no longer requests init data for pre-synced...
2008-06-18 Marcus Eggenbergerremoving debug output
2008-06-18 Marcus EggenbergerAdded Debuging output to the SignalProxy to test on...
2008-06-04 Marcus EggenbergerSay hello to compression!
next