From: Manuel Nickschas Date: Mon, 26 Mar 2018 22:04:01 +0000 (+0200) Subject: common: Set sourcePeer() also for internal (mono) connections X-Git-Tag: travis-deploy-test~160 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=f65431d2916386b93bf3c991578997203dfbc64d;hp=f65431d2916386b93bf3c991578997203dfbc64d common: Set sourcePeer() also for internal (mono) connections So far, SignalProxy::sourcePeer() was only set while processing messages from remote peers. Set this also for internal connections. Also remove InternalPeer's special-casing for in-thread communication, as the two connected peers always live in different threads anyways. Closes GH-345. ---