mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Show client versions in the log
This commit is contained in:
parent
5f07255856
commit
bf23ffcf01
@ -1222,6 +1222,7 @@ void Server::msgVersion(ServerUser *uSource, MumbleProto::Version &msg) {
|
||||
if (msg.has_os_version())
|
||||
uSource->qsOSVersion = u8(msg.os_version());
|
||||
}
|
||||
log(uSource, QString("Client version %1.%2.%3 (%4: %5)").arg(uSource->uiVersion >> 16).arg((uSource->uiVersion >> 8) & 0xff).arg(uSource->uiVersion & 0xFF).arg(uSource->qsOS).arg(uSource->qsRelease));
|
||||
}
|
||||
|
||||
void Server::msgUserList(ServerUser *uSource, MumbleProto::UserList &msg) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user