| addClient(Server_ProtocolHandler *player) | Server | |
| addDatabaseInterface(QThread *thread, Servatrice_DatabaseInterface *databaseInterface) | Servatrice | |
| addIslInterface(int _serverId, IslInterface *interface) | Servatrice | |
| addPersistentPlayer(const QString &userName, int roomId, int gameId, int playerId) | Server | |
| addRoom(Server_Room *newRoom) | Server | protected |
| AuthenticationMethod enum name | Servatrice | |
| authenticationMethod | Servatrice | private |
| AuthenticationNone enum value | Servatrice | |
| AuthenticationPassword enum value | Servatrice | |
| AuthenticationSql enum value | Servatrice | |
| broadcastRoomUpdate(const ServerInfo_Room &roomInfo, bool sendToIsl=false) | Server | privateslot |
| clients | Server | protected |
| clientsLock | Server | mutable |
| databaseInterfaces | Server | protected |
| DatabaseMySql enum value | Servatrice | private |
| DatabaseNone enum value | Servatrice | private |
| DatabaseType enum name | Servatrice | private |
| databaseType | Servatrice | private |
| dbPrefix | Servatrice | private |
| doSendIslMessage(const IslMessage &msg, int _serverId) override | Servatrice | protectedvirtual |
| endSession(qint64 sessionId) | Server | signal |
| externalGameCommandContainerReceived(const CommandContainer &cont, int playerId, int serverId, qint64 sessionId) | Server | protectedslot |
| externalGameEventContainerReceived(const GameEventContainer &cont, qint64 sessionId) | Server | protectedslot |
| externalJoinGameCommandReceived(const Command_JoinGame &cmd, int cmdId, int roomId, int serverId, qint64 sessionId) | Server | protectedslot |
| externalResponseReceived(const Response &resp, qint64 sessionId) | Server | protectedslot |
| externalRoomGameListChanged(int roomId, const ServerInfo_Game &gameInfo) | Server | protectedslot |
| externalRoomRemoveMessages(int roomId, const QString &userName, int amount) | Server | protectedslot |
| externalRoomSay(int roomId, const QString &userName, const QString &message) | Server | protectedslot |
| externalRoomUserJoined(int roomId, const ServerInfo_User &userInfo) | Server | protectedslot |
| externalRoomUserLeft(int roomId, const QString &userName) | Server | protectedslot |
| externalUserJoined(const ServerInfo_User &userInfo) | Server | protectedslot |
| externalUserLeft(const QString &userName) | Server | protectedslot |
| externalUsers | Server | protected |
| externalUsersBySessionId | Server | protected |
| findUser(const QString &userName) const | Server | |
| gameServer | Servatrice | private |
| getAuthenticationMethod() const | Servatrice | inline |
| getAuthenticationMethodString() const | Servatrice | |
| getClientIDRequiredEnabled() const override | Servatrice | virtual |
| getClientKeepAlive() const override | Servatrice | virtual |
| getCommandCountingInterval() const override | Servatrice | virtual |
| getDatabaseInterface() const | Server | |
| getDBDatabaseNameString() const | Servatrice | private |
| getDBHostNameString() const | Servatrice | private |
| getDBPasswordString() const | Servatrice | private |
| getDbPrefix() const | Servatrice | inline |
| getDBPrefixString() const | Servatrice | private |
| getDBTypeString() const | Servatrice | |
| getDBUserNameString() const | Servatrice | private |
| getEmailBlackList() const | Servatrice | |
| getEmailWhiteList() const | Servatrice | |
| getEnableAudit() const | Servatrice | |
| getEnableForgotPassword() const | Servatrice | |
| getEnableForgotPasswordAudit() const | Servatrice | |
| getEnableForgotPasswordChallenge() const | Servatrice | |
| getEnableInternalSMTPClient() const | Servatrice | private |
| getEnableLogQuery() const override | Servatrice | virtual |
| getEnableRegistrationAudit() const | Servatrice | |
| getExternalUsers() const | Server | inline |
| getForgotPasswordTokenLife() const | Servatrice | |
| getGamesCount() const | Server | |
| getGameShouldPing() const override | Servatrice | inlinevirtual |
| getIdleClientTimeout() const override | Servatrice | virtual |
| getISLNetworkEnabled() const | Servatrice | private |
| getISLNetworkPort() const | Servatrice | private |
| getISLNetworkSSLCertFile() const | Servatrice | private |
| getISLNetworkSSLKeyFile() const | Servatrice | private |
| getLoginMessage() const override | Servatrice | inlinevirtual |
| getMaxAccountsPerEmail() const | Servatrice | |
| getMaxCommandCountPerInterval() const override | Servatrice | virtual |
| getMaxGameInactivityTime() const override | Servatrice | virtual |
| getMaxGamesPerUser() const override | Servatrice | virtual |
| getMaxMessageCountPerInterval() const override | Servatrice | virtual |
| getMaxMessageSizePerInterval() const override | Servatrice | virtual |
| getMaxPlayerInactivityTime() const override | Servatrice | virtual |
| getMaxTcpUserLimit() const | Servatrice | |
| getMaxUserLimitEnabled() const override | Servatrice | virtual |
| getMaxUsersPerAddress() const | Servatrice | |
| getMaxUserTotal() const override | Servatrice | virtual |
| getMaxWebSocketUserLimit() const | Servatrice | |
| getMessageCountingInterval() const override | Servatrice | virtual |
| getMinPasswordLength() const | Servatrice | |
| getNextLocalGameId() | Server | inline |
| getNumberOfTCPPools() const | Servatrice | private |
| getNumberOfWebSocketPools() const | Servatrice | private |
| getOnlineModeratorList() const | Server | |
| getPersistentPlayerReferences(const QString &userName) const | Server | |
| getRegistrationEnabled() const | Servatrice | |
| getRegOnlyServerEnabled() const override | Servatrice | virtual |
| getRequiredFeatures() const override | Servatrice | virtual |
| getRequireEmailActivationEnabled() const | Servatrice | |
| getRequireEmailForRegistrationEnabled() const | Servatrice | |
| getRooms() | Server | inline |
| getRoomsMethodString() const | Servatrice | private |
| getServerID() const override | Servatrice | virtual |
| getServerList() const | Servatrice | |
| getServerName() const | Servatrice | |
| getServerRequiredFeatureList() const override | Servatrice | inlinevirtual |
| getServerStatusUpdateTime() const | Servatrice | private |
| getServerTCPHost() const | Servatrice | private |
| getServerTCPPort() const | Servatrice | private |
| getServerWebSocketHost() const | Servatrice | private |
| getServerWebSocketPort() const | Servatrice | private |
| getStoreReplaysEnabled() const override | Servatrice | virtual |
| getTCPUserCount() const | Server | inline |
| getUsers() const | Server | inline |
| getUsersBySessionId() const | Server | inline |
| getUsersCount() const | Server | |
| getUsersWithAddress(const QHostAddress &address) const | Servatrice | |
| getUsersWithAddressAsList(const QHostAddress &address) const | Servatrice | |
| getWebSocketUserCount() const | Server | inline |
| incRxBytes(quint64 num) | Servatrice | |
| incTxBytes(quint64 num) | Servatrice | |
| initServer() | Servatrice | |
| islConnectionExists(int _serverId) const | Servatrice | |
| islInterfaces | Servatrice | private |
| islLock | Servatrice | |
| islServer | Servatrice | private |
| loginMessage | Servatrice | private |
| loginMessageMutex | Servatrice | mutableprivate |
| loginUser(Server_ProtocolHandler *session, QString &name, const QString &password, bool passwordNeedsHash, QString &reason, int &secondsLeft, QString &clientid, QString &clientVersion, QString &connectionType) | Server | |
| nextLocalGameId | Server | private |
| nextLocalGameIdMutex | Server | private |
| nextShutdownMessageMinutes | Servatrice | private |
| officialWarnings | Servatrice | private |
| permitCreateGameAsJudge() const override | Servatrice | virtual |
| permitUnregisteredUsers() const override | Servatrice | inlinevirtual |
| persistentPlayers | Server | private |
| persistentPlayersLock | Server | mutableprivate |
| pingClock | Servatrice | private |
| pingClockTimeout() | Server | signal |
| prepareDestroy() | Server | protected |
| removeClient(Server_ProtocolHandler *player) | Server | |
| removeIslInterface(int _serverId) | Servatrice | |
| removePersistentPlayer(const QString &userName, int roomId, int gameId, int playerId) | Server | |
| rooms | Server | protected |
| roomsLock | Server | |
| rxBytes | Servatrice | private |
| rxBytesMutex | Servatrice | private |
| scheduleShutdown(const QString &reason, int minutes) | Servatrice | slot |
| sendIsl_GameCommand(const CommandContainer &item, int serverId, qint64 sessionId, int roomId, int playerId) | Server | |
| sendIsl_GameEventContainer(const GameEventContainer &item, int serverId=-1, qint64 sessionId=-1) | Server | |
| sendIsl_Response(const Response &item, int serverId=-1, qint64 sessionId=-1) | Server | |
| sendIsl_RoomCommand(const CommandContainer &item, int serverId, qint64 sessionId, int roomId) | Server | |
| sendIsl_RoomEvent(const RoomEvent &item, int serverId=-1, qint64 sessionId=-1) | Server | |
| sendIsl_SessionEvent(const SessionEvent &item, int serverId=-1, qint64 sessionId=-1) | Server | |
| Servatrice(QObject *parent=nullptr) | Servatrice | explicit |
| servatriceDatabaseInterface | Servatrice | private |
| Server(QObject *parent=nullptr) | Server | explicit |
| serverId | Servatrice | private |
| serverList | Servatrice | private |
| serverListMutex | Servatrice | mutableprivate |
| serverRequiredFeatureList | Servatrice | private |
| setDatabaseInterface(Server_DatabaseInterface *_databaseInterface) | Server | protected |
| setRequiredFeatures(const QString &featureList) | Servatrice | slot |
| shutdownMinutes | Servatrice | private |
| shutdownReason | Servatrice | private |
| shutdownTimeout() | Servatrice | privateslot |
| shutdownTimer | Servatrice | private |
| sigSendIslMessage(const IslMessage &message, int serverId) | Server | signal |
| statusUpdate() | Servatrice | privateslot |
| statusUpdateClock | Servatrice | private |
| tcpUserCount | Server | private |
| txBytes | Servatrice | private |
| txBytesMutex | Servatrice | private |
| updateLoginMessage() | Servatrice | slot |
| updateServerList() | Servatrice | private |
| uptime | Servatrice | private |
| users | Server | protected |
| usersBySessionId | Server | protected |
| websocketGameServer | Servatrice | private |
| webSocketUserCount | Server | private |
| ~Servatrice() override | Servatrice | |
| ~Server() override=default | Server | |