mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-18 04:51:33 -07:00
hide login passwords from server log; call logDebugMessage in S_PH thread instead of Server thread
This commit is contained in:
parent
2a5050fdc4
commit
80439762cf
7 changed files with 20 additions and 11 deletions
|
|
@ -35,7 +35,6 @@ class Server : public QObject
|
|||
signals:
|
||||
void pingClockTimeout();
|
||||
void sigSendIslMessage(const IslMessage &message, int serverId);
|
||||
void logDebugMessage(QString message, void *caller);
|
||||
void endSession(qint64 sessionId);
|
||||
private slots:
|
||||
void broadcastRoomUpdate(const ServerInfo_Room &roomInfo, bool sendToIsl = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue