Add initial implementation for showing and kicking connected clients
authorJanne Koschinski <janne@kuschku.de>
Sun, 27 Aug 2017 02:29:53 +0000 (04:29 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 Dec 2017 22:25:23 +0000 (23:25 +0100)
commitc1722505b4906fe59c48aad54e6545a17afb78d7
tree3263153eb042700eba414b18f41daf2f5921521f
parent45affd4fa815bb21d0b2e46ac80114bb9174f801
Add initial implementation for showing and kicking connected clients

Adds the possibility to show a list of connected clients, and allow
to kick other (or your own) clients of the same user.
src/client/client.cpp
src/client/client.h
src/common/peer.h
src/common/signalproxy.cpp
src/common/signalproxy.h
src/core/coreauthhandler.cpp
src/core/corecoreinfo.cpp
src/core/coresession.cpp
src/core/coresession.h
src/qtui/coreinfodlg.cpp