X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreauthhandler.cpp;h=aa1d9571029c07cadfdc6e7e0fe4d7ff5261c928;hp=6f454fa3c9635f7d6833d09e52776a4d977dfdd5;hb=c1722505b4906fe59c48aad54e6545a17afb78d7;hpb=45affd4fa815bb21d0b2e46ac80114bb9174f801 diff --git a/src/core/coreauthhandler.cpp b/src/core/coreauthhandler.cpp index 6f454fa3..aa1d9571 100644 --- a/src/core/coreauthhandler.cpp +++ b/src/core/coreauthhandler.cpp @@ -183,6 +183,9 @@ void CoreAuthHandler::handle(const RegisterClient &msg) // XXX: FIXME: use client features here: we cannot pass authenticators if the client is too old! _peer->dispatch(ClientRegistered(Quassel::features(), configured, backends, useSsl, authenticators)); + _peer->_buildDate = msg.buildDate; + _peer->_clientVersion = msg.clientVersion; + if (_legacy && useSsl) startSsl();