X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsignalproxy.cpp;h=976fccb2eceed46630aa341252d094f0c7ae8da8;hp=8499e1ada965b2e94895d41f21bd780b1b7cff35;hb=e625531efd04c0e77e540fbb1a0fc80457bc7aba;hpb=2c4e055125a3e3ab7a2bd0d9c0ea33415f6ce7cc diff --git a/src/common/signalproxy.cpp b/src/common/signalproxy.cpp index 8499e1ad..976fccb2 100644 --- a/src/common/signalproxy.cpp +++ b/src/common/signalproxy.cpp @@ -825,6 +825,8 @@ QVariantList SignalProxy::peerData() { QVariantMap data; data["id"] = peer->_id; data["clientVersion"] = peer->_clientVersion; + // We explicitly rename this, as, due to the Debian reproducability changes, buildDate isn’t actually the build + // date anymore, but on newer clients the date of the last git commit data["clientVersionDate"] = peer->_buildDate; data["remoteAddress"] = peer->address(); data["connectedSince"] = peer->_connectedSince;