| AbstractServerSocketInterface(Servatrice *_server, Servatrice_DatabaseInterface *_databaseInterface, QObject *parent=0) | AbstractServerSocketInterface | |
| acceptsRoomListChanges | Server_ProtocolHandler | protected |
| acceptsUserListChanges | Server_ProtocolHandler | protected |
| addAdminFlagToUser(const QString &user, int flag) | AbstractServerSocketInterface | private |
| addSaidMessageSize(int size) | Server_ProtocolHandler | virtual |
| authState | Server_ProtocolHandler | protected |
| catchSocketDisconnected() | AbstractServerSocketInterface | protectedslot |
| catchSocketError(QAbstractSocket::SocketError socketError) | AbstractServerSocketInterface | protectedslot |
| cmdAccountEdit(const Command_AccountEdit &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdAccountImage(const Command_AccountImage &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdAccountPassword(const Command_AccountPassword &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdActivateAccount(const Command_Activate &cmd, ResponseContainer &) | AbstractServerSocketInterface | private |
| cmdAddToList(const Command_AddToList &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdAdjustMod(const Command_AdjustMod &cmd, ResponseContainer &) | AbstractServerSocketInterface | private |
| cmdBanFromServer(const Command_BanFromServer &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdCreateGame(const Command_CreateGame &cmd, Server_Room *room, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdDeckDel(const Command_DeckDel &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdDeckDelDir(const Command_DeckDelDir &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdDeckDownload(const Command_DeckDownload &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdDeckList(const Command_DeckList &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdDeckNewDir(const Command_DeckNewDir &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdDeckUpload(const Command_DeckUpload &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdForceActivateUser(const Command_ForceActivateUser &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdForgotPasswordChallenge(const Command_ForgotPasswordChallenge &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdForgotPasswordRequest(const Command_ForgotPasswordRequest &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdForgotPasswordReset(const Command_ForgotPasswordReset &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdGetAdminNotes(const Command_GetAdminNotes &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdGetBanHistory(const Command_GetBanHistory &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdGetGamesOfUser(const Command_GetGamesOfUser &cmd, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdGetLogHistory(const Command_ViewLogHistory &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdGetUserInfo(const Command_GetUserInfo &cmd, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdGetWarnHistory(const Command_GetWarnHistory &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdGetWarnList(const Command_GetWarnList &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdGrantReplayAccess(const Command_GrantReplayAccess &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdJoinGame(const Command_JoinGame &cmd, Server_Room *room, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdJoinRoom(const Command_JoinRoom &cmd, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdLeaveRoom(const Command_LeaveRoom &cmd, Server_Room *room, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdListRooms(const Command_ListRooms &cmd, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdListUsers(const Command_ListUsers &cmd, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdLogin(const Command_Login &cmd, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdMessage(const Command_Message &cmd, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdPing(const Command_Ping &cmd, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdRegisterAccount(const Command_Register &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdReloadConfig(const Command_ReloadConfig &, ResponseContainer &) | AbstractServerSocketInterface | private |
| cmdRemoveFromList(const Command_RemoveFromList &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdReplayDeleteMatch(const Command_ReplayDeleteMatch &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdReplayDownload(const Command_ReplayDownload &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdReplayGetCode(const Command_ReplayGetCode &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdReplayList(const Command_ReplayList &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdReplayModifyMatch(const Command_ReplayModifyMatch &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdReplaySubmitCode(const Command_ReplaySubmitCode &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdRequestPasswordSalt(const Command_RequestPasswordSalt &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdRoomSay(const Command_RoomSay &cmd, Server_Room *room, ResponseContainer &rc) | Server_ProtocolHandler | private |
| cmdShutdownServer(const Command_ShutdownServer &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdUpdateAdminNotes(const Command_UpdateAdminNotes &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdUpdateServerMessage(const Command_UpdateServerMessage &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| cmdWarnUser(const Command_WarnUser &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | private |
| commandCountOverTime | Server_ProtocolHandler | private |
| continuePasswordRequest(const QString &userName, const QString &clientId, ResponseContainer &rc, bool challenged=false) | AbstractServerSocketInterface | private |
| copyUserInfo(ServerInfo_User &result, bool complete, bool internalInfo=false, bool sessionInfo=false) const | ServerInfo_User_Container | |
| copyUserInfo(bool complete, bool internalInfo=false, bool sessionInfo=false) const | ServerInfo_User_Container | |
| createHashForReplay(int gameId) | AbstractServerSocketInterface | private |
| databaseInterface | Server_ProtocolHandler | protected |
| deckDelDirHelper(int basePathId) | AbstractServerSocketInterface | private |
| deckListHelper(int folderId, ServerInfo_DeckStorage_Folder *folder) | AbstractServerSocketInterface | private |
| deleted | Server_ProtocolHandler | protected |
| flushOutputQueue() | TcpServerSocketInterface | protectedslot |
| flushSocket() | TcpServerSocketInterface | inlineprotectedvirtual |
| gameListMutex | Server_AbstractUserInterface | mutableprivate |
| games | Server_AbstractUserInterface | private |
| getAcceptsRoomListChanges() const | Server_ProtocolHandler | inline |
| getAcceptsUserListChanges() const | Server_ProtocolHandler | inline |
| getAddress() const | TcpServerSocketInterface | inlinevirtual |
| getConnectionType() const | TcpServerSocketInterface | inlinevirtual |
| getDatabaseInterface() const | Server_ProtocolHandler | inline |
| getDeckFromDatabase(int deckId) | AbstractServerSocketInterface | private |
| getDeckPathId(int basePathId, QStringList path) | AbstractServerSocketInterface | private |
| getDeckPathId(const QString &path) | AbstractServerSocketInterface | private |
| getGames() const | Server_AbstractUserInterface | inline |
| getLastCommandTime() const | Server_ProtocolHandler | inlinevirtual |
| getPeerAddress() const | TcpServerSocketInterface | inlinevirtual |
| getUserInfo() const | ServerInfo_User_Container | inline |
| handshakeStarted | TcpServerSocketInterface | private |
| idleClientWarningSent | Server_ProtocolHandler | protected |
| incTxBytes(qint64 amount) | AbstractServerSocketInterface | signal |
| initConnection(int socketDescriptor) | TcpServerSocketInterface | slot |
| initSession() | AbstractServerSocketInterface | |
| initSessionDeprecated() | TcpServerSocketInterface | protected |
| initTcpSession() | TcpServerSocketInterface | protected |
| inputBuffer | TcpServerSocketInterface | private |
| isPasswordLongEnough(const int passwordLength) | AbstractServerSocketInterface | private |
| joinPersistentGames(ResponseContainer &rc) | Server_AbstractUserInterface | |
| lastActionReceived | Server_ProtocolHandler | private |
| lastDataReceived | Server_ProtocolHandler | private |
| logDebugMessage(const QString &message) | AbstractServerSocketInterface | protectedvirtual |
| messageCountOverTime | Server_ProtocolHandler | private |
| messageInProgress | TcpServerSocketInterface | private |
| messageLength | TcpServerSocketInterface | private |
| messageSizeOverTime | Server_ProtocolHandler | private |
| operator=(const ServerInfo_User_Container &other)=default | ServerInfo_User_Container | |
| outputQueue | AbstractServerSocketInterface | protected |
| outputQueueChanged() | AbstractServerSocketInterface | signal |
| outputQueueMutex | AbstractServerSocketInterface | protected |
| pingClockTimeout() | Server_ProtocolHandler | privateslot |
| playerAddedToGame(int gameId, int roomId, int playerId) | Server_AbstractUserInterface | |
| playerRemovedFromGame(Server_Game *game) | Server_AbstractUserInterface | |
| prepareDestroy() | Server_ProtocolHandler | slot |
| prepareSessionEvent(const ::google::protobuf::Message &sessionEvent) | Server_AbstractUserInterface | static |
| processAdminCommandContainer(const CommandContainer &cont, ResponseContainer &rc) | Server_ProtocolHandler | private |
| processCommandContainer(const CommandContainer &cont) | Server_ProtocolHandler | |
| processExtendedAdminCommand(int cmdType, const AdminCommand &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | privatevirtual |
| processExtendedModeratorCommand(int cmdType, const ModeratorCommand &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | privatevirtual |
| processExtendedSessionCommand(int cmdType, const SessionCommand &cmd, ResponseContainer &rc) | AbstractServerSocketInterface | privatevirtual |
| processGameCommandContainer(const CommandContainer &cont, ResponseContainer &rc) | Server_ProtocolHandler | private |
| processModeratorCommandContainer(const CommandContainer &cont, ResponseContainer &rc) | Server_ProtocolHandler | private |
| processRoomCommandContainer(const CommandContainer &cont, ResponseContainer &rc) | Server_ProtocolHandler | private |
| processSessionCommandContainer(const CommandContainer &cont, ResponseContainer &rc) | Server_ProtocolHandler | private |
| readClient() | TcpServerSocketInterface | protectedslot |
| removeAdminFlagFromUser(const QString &user, int flag) | AbstractServerSocketInterface | private |
| removeSaidMessages(const QString &userName, int amount) | AbstractServerSocketInterface | private |
| resetIdleTimer() | Server_ProtocolHandler | private |
| rooms | Server_ProtocolHandler | protected |
| sendProtocolItem(const Response &item) | Server_ProtocolHandler | virtual |
| sendProtocolItem(const SessionEvent &item) | Server_ProtocolHandler | virtual |
| sendProtocolItem(const GameEventContainer &item) | Server_ProtocolHandler | virtual |
| sendProtocolItem(const RoomEvent &item) | Server_ProtocolHandler | virtual |
| sendProtocolItemByType(ServerMessage::MessageType type, const ::google::protobuf::Message &item) | Server_AbstractUserInterface | |
| sendResponseContainer(const ResponseContainer &responseContainer, Response::ResponseCode responseCode) | Server_AbstractUserInterface | |
| sendServerMessage(const QString userName, const QString message) | AbstractServerSocketInterface | private |
| servatrice | AbstractServerSocketInterface | protected |
| server | Server_AbstractUserInterface | protected |
| Server_AbstractUserInterface(Server *_server) | Server_AbstractUserInterface | inlineexplicit |
| Server_AbstractUserInterface(Server *_server, const ServerInfo_User_Container &other) | Server_AbstractUserInterface | inline |
| Server_ProtocolHandler(Server *_server, Server_DatabaseInterface *_databaseInterface, QObject *parent=0) | Server_ProtocolHandler | |
| ServerInfo_User_Container(ServerInfo_User *_userInfo=nullptr) | ServerInfo_User_Container | explicit |
| ServerInfo_User_Container(const ServerInfo_User &_userInfo) | ServerInfo_User_Container | explicit |
| ServerInfo_User_Container(const ServerInfo_User_Container &other) | ServerInfo_User_Container | |
| setUserInfo(const ServerInfo_User &_userInfo) | ServerInfo_User_Container | |
| socket | TcpServerSocketInterface | private |
| sqlInterface | AbstractServerSocketInterface | private |
| TcpServerSocketInterface(Servatrice *_server, Servatrice_DatabaseInterface *_databaseInterface, QObject *parent=0) | TcpServerSocketInterface | |
| timeRunning | Server_ProtocolHandler | private |
| tooManyRegistrationAttempts(const QString &ipAddress) | AbstractServerSocketInterface | protected |
| transmitProtocolItem(const ServerMessage &item) | AbstractServerSocketInterface | virtual |
| userInfo | ServerInfo_User_Container | protected |
| usingRealPassword | Server_ProtocolHandler | protected |
| writeToSocket(QByteArray &data) | TcpServerSocketInterface | inlineprotectedvirtual |
| ~AbstractServerSocketInterface() | AbstractServerSocketInterface | inline |
| ~Server_AbstractUserInterface() override | Server_AbstractUserInterface | inline |
| ~Server_ProtocolHandler() | Server_ProtocolHandler | |
| ~ServerInfo_User_Container() | ServerInfo_User_Container | virtual |
| ~TcpServerSocketInterface() | TcpServerSocketInterface | |