mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
when banning an ip address, terminate the connection of everyone with that address
This commit is contained in:
parent
7faa033855
commit
eb06d6b4ea
3 changed files with 21 additions and 5 deletions
|
|
@ -73,6 +73,7 @@ public:
|
|||
void updateLoginMessage();
|
||||
ServerInfo_User getUserData(const QString &name);
|
||||
int getUsersWithAddress(const QHostAddress &address) const;
|
||||
QList<ServerSocketInterface *> getUsersWithAddressAsList(const QHostAddress &address) const;
|
||||
QMap<QString, ServerInfo_User> getBuddyList(const QString &name);
|
||||
QMap<QString, ServerInfo_User> getIgnoreList(const QString &name);
|
||||
bool isInBuddyList(const QString &whoseList, const QString &who);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue