Remove CoreInfo from the ClientRegistered handshake message
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 13 Sep 2016 22:46:07 +0000 (00:46 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 13 Sep 2016 22:46:07 +0000 (00:46 +0200)
commit3856cfd6126cdea97c91a22be7ded92ccc0a3577
tree49a2ad755f0b3c439ff5fce94bd71a5f9b190ef2
parentd017fec4290f7585427f78371e7851487b9dc2eb
Remove CoreInfo from the ClientRegistered handshake message

This string was only used by pre-0.5 clients, and even then only
for displaying information on the connection dialog during the
handshake phase, so it is safe to remove. This prevents the core
from leaking information about itself before a successful login.
src/common/protocol.h
src/common/protocols/datastream/datastreampeer.cpp
src/common/protocols/legacy/legacypeer.cpp
src/core/coreauthhandler.cpp