Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
TcpServerSocketInterface Member List

This is the complete list of members for TcpServerSocketInterface, including all inherited members.

AbstractServerSocketInterface(Servatrice *_server, Servatrice_DatabaseInterface *_databaseInterface, QObject *parent=0)AbstractServerSocketInterface
acceptsRoomListChangesServer_ProtocolHandlerprotected
acceptsUserListChangesServer_ProtocolHandlerprotected
addAdminFlagToUser(const QString &user, int flag)AbstractServerSocketInterfaceprivate
addSaidMessageSize(int size)Server_ProtocolHandlervirtual
authStateServer_ProtocolHandlerprotected
catchSocketDisconnected()AbstractServerSocketInterfaceprotectedslot
catchSocketError(QAbstractSocket::SocketError socketError)AbstractServerSocketInterfaceprotectedslot
cmdAccountEdit(const Command_AccountEdit &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdAccountImage(const Command_AccountImage &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdAccountPassword(const Command_AccountPassword &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdActivateAccount(const Command_Activate &cmd, ResponseContainer &)AbstractServerSocketInterfaceprivate
cmdAddToList(const Command_AddToList &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdAdjustMod(const Command_AdjustMod &cmd, ResponseContainer &)AbstractServerSocketInterfaceprivate
cmdBanFromServer(const Command_BanFromServer &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdCreateGame(const Command_CreateGame &cmd, Server_Room *room, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdDeckDel(const Command_DeckDel &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdDeckDelDir(const Command_DeckDelDir &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdDeckDownload(const Command_DeckDownload &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdDeckList(const Command_DeckList &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdDeckNewDir(const Command_DeckNewDir &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdDeckUpload(const Command_DeckUpload &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdForceActivateUser(const Command_ForceActivateUser &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdForgotPasswordChallenge(const Command_ForgotPasswordChallenge &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdForgotPasswordRequest(const Command_ForgotPasswordRequest &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdForgotPasswordReset(const Command_ForgotPasswordReset &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdGetAdminNotes(const Command_GetAdminNotes &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdGetBanHistory(const Command_GetBanHistory &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdGetGamesOfUser(const Command_GetGamesOfUser &cmd, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdGetLogHistory(const Command_ViewLogHistory &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdGetUserInfo(const Command_GetUserInfo &cmd, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdGetWarnHistory(const Command_GetWarnHistory &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdGetWarnList(const Command_GetWarnList &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdGrantReplayAccess(const Command_GrantReplayAccess &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdJoinGame(const Command_JoinGame &cmd, Server_Room *room, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdJoinRoom(const Command_JoinRoom &cmd, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdLeaveRoom(const Command_LeaveRoom &cmd, Server_Room *room, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdListRooms(const Command_ListRooms &cmd, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdListUsers(const Command_ListUsers &cmd, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdLogin(const Command_Login &cmd, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdMessage(const Command_Message &cmd, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdPing(const Command_Ping &cmd, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdRegisterAccount(const Command_Register &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdReloadConfig(const Command_ReloadConfig &, ResponseContainer &)AbstractServerSocketInterfaceprivate
cmdRemoveFromList(const Command_RemoveFromList &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdReplayDeleteMatch(const Command_ReplayDeleteMatch &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdReplayDownload(const Command_ReplayDownload &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdReplayGetCode(const Command_ReplayGetCode &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdReplayList(const Command_ReplayList &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdReplayModifyMatch(const Command_ReplayModifyMatch &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdReplaySubmitCode(const Command_ReplaySubmitCode &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdRequestPasswordSalt(const Command_RequestPasswordSalt &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdRoomSay(const Command_RoomSay &cmd, Server_Room *room, ResponseContainer &rc)Server_ProtocolHandlerprivate
cmdShutdownServer(const Command_ShutdownServer &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdUpdateAdminNotes(const Command_UpdateAdminNotes &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdUpdateServerMessage(const Command_UpdateServerMessage &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
cmdWarnUser(const Command_WarnUser &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivate
commandCountOverTimeServer_ProtocolHandlerprivate
continuePasswordRequest(const QString &userName, const QString &clientId, ResponseContainer &rc, bool challenged=false)AbstractServerSocketInterfaceprivate
copyUserInfo(ServerInfo_User &result, bool complete, bool internalInfo=false, bool sessionInfo=false) constServerInfo_User_Container
copyUserInfo(bool complete, bool internalInfo=false, bool sessionInfo=false) constServerInfo_User_Container
createHashForReplay(int gameId)AbstractServerSocketInterfaceprivate
databaseInterfaceServer_ProtocolHandlerprotected
deckDelDirHelper(int basePathId)AbstractServerSocketInterfaceprivate
deckListHelper(int folderId, ServerInfo_DeckStorage_Folder *folder)AbstractServerSocketInterfaceprivate
deletedServer_ProtocolHandlerprotected
flushOutputQueue()TcpServerSocketInterfaceprotectedslot
flushSocket()TcpServerSocketInterfaceinlineprotectedvirtual
gameListMutexServer_AbstractUserInterfacemutableprivate
gamesServer_AbstractUserInterfaceprivate
getAcceptsRoomListChanges() constServer_ProtocolHandlerinline
getAcceptsUserListChanges() constServer_ProtocolHandlerinline
getAddress() constTcpServerSocketInterfaceinlinevirtual
getConnectionType() constTcpServerSocketInterfaceinlinevirtual
getDatabaseInterface() constServer_ProtocolHandlerinline
getDeckFromDatabase(int deckId)AbstractServerSocketInterfaceprivate
getDeckPathId(int basePathId, QStringList path)AbstractServerSocketInterfaceprivate
getDeckPathId(const QString &path)AbstractServerSocketInterfaceprivate
getGames() constServer_AbstractUserInterfaceinline
getLastCommandTime() constServer_ProtocolHandlerinlinevirtual
getPeerAddress() constTcpServerSocketInterfaceinlinevirtual
getUserInfo() constServerInfo_User_Containerinline
handshakeStartedTcpServerSocketInterfaceprivate
idleClientWarningSentServer_ProtocolHandlerprotected
incTxBytes(qint64 amount)AbstractServerSocketInterfacesignal
initConnection(int socketDescriptor)TcpServerSocketInterfaceslot
initSession()AbstractServerSocketInterface
initSessionDeprecated()TcpServerSocketInterfaceprotected
initTcpSession()TcpServerSocketInterfaceprotected
inputBufferTcpServerSocketInterfaceprivate
isPasswordLongEnough(const int passwordLength)AbstractServerSocketInterfaceprivate
joinPersistentGames(ResponseContainer &rc)Server_AbstractUserInterface
lastActionReceivedServer_ProtocolHandlerprivate
lastDataReceivedServer_ProtocolHandlerprivate
logDebugMessage(const QString &message)AbstractServerSocketInterfaceprotectedvirtual
messageCountOverTimeServer_ProtocolHandlerprivate
messageInProgressTcpServerSocketInterfaceprivate
messageLengthTcpServerSocketInterfaceprivate
messageSizeOverTimeServer_ProtocolHandlerprivate
operator=(const ServerInfo_User_Container &other)=defaultServerInfo_User_Container
outputQueueAbstractServerSocketInterfaceprotected
outputQueueChanged()AbstractServerSocketInterfacesignal
outputQueueMutexAbstractServerSocketInterfaceprotected
pingClockTimeout()Server_ProtocolHandlerprivateslot
playerAddedToGame(int gameId, int roomId, int playerId)Server_AbstractUserInterface
playerRemovedFromGame(Server_Game *game)Server_AbstractUserInterface
prepareDestroy()Server_ProtocolHandlerslot
prepareSessionEvent(const ::google::protobuf::Message &sessionEvent)Server_AbstractUserInterfacestatic
processAdminCommandContainer(const CommandContainer &cont, ResponseContainer &rc)Server_ProtocolHandlerprivate
processCommandContainer(const CommandContainer &cont)Server_ProtocolHandler
processExtendedAdminCommand(int cmdType, const AdminCommand &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivatevirtual
processExtendedModeratorCommand(int cmdType, const ModeratorCommand &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivatevirtual
processExtendedSessionCommand(int cmdType, const SessionCommand &cmd, ResponseContainer &rc)AbstractServerSocketInterfaceprivatevirtual
processGameCommandContainer(const CommandContainer &cont, ResponseContainer &rc)Server_ProtocolHandlerprivate
processModeratorCommandContainer(const CommandContainer &cont, ResponseContainer &rc)Server_ProtocolHandlerprivate
processRoomCommandContainer(const CommandContainer &cont, ResponseContainer &rc)Server_ProtocolHandlerprivate
processSessionCommandContainer(const CommandContainer &cont, ResponseContainer &rc)Server_ProtocolHandlerprivate
readClient()TcpServerSocketInterfaceprotectedslot
removeAdminFlagFromUser(const QString &user, int flag)AbstractServerSocketInterfaceprivate
removeSaidMessages(const QString &userName, int amount)AbstractServerSocketInterfaceprivate
resetIdleTimer()Server_ProtocolHandlerprivate
roomsServer_ProtocolHandlerprotected
sendProtocolItem(const Response &item)Server_ProtocolHandlervirtual
sendProtocolItem(const SessionEvent &item)Server_ProtocolHandlervirtual
sendProtocolItem(const GameEventContainer &item)Server_ProtocolHandlervirtual
sendProtocolItem(const RoomEvent &item)Server_ProtocolHandlervirtual
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)AbstractServerSocketInterfaceprivate
servatriceAbstractServerSocketInterfaceprotected
serverServer_AbstractUserInterfaceprotected
Server_AbstractUserInterface(Server *_server)Server_AbstractUserInterfaceinlineexplicit
Server_AbstractUserInterface(Server *_server, const ServerInfo_User_Container &other)Server_AbstractUserInterfaceinline
Server_ProtocolHandler(Server *_server, Server_DatabaseInterface *_databaseInterface, QObject *parent=0)Server_ProtocolHandler
ServerInfo_User_Container(ServerInfo_User *_userInfo=nullptr)ServerInfo_User_Containerexplicit
ServerInfo_User_Container(const ServerInfo_User &_userInfo)ServerInfo_User_Containerexplicit
ServerInfo_User_Container(const ServerInfo_User_Container &other)ServerInfo_User_Container
setUserInfo(const ServerInfo_User &_userInfo)ServerInfo_User_Container
socketTcpServerSocketInterfaceprivate
sqlInterfaceAbstractServerSocketInterfaceprivate
TcpServerSocketInterface(Servatrice *_server, Servatrice_DatabaseInterface *_databaseInterface, QObject *parent=0)TcpServerSocketInterface
timeRunningServer_ProtocolHandlerprivate
tooManyRegistrationAttempts(const QString &ipAddress)AbstractServerSocketInterfaceprotected
transmitProtocolItem(const ServerMessage &item)AbstractServerSocketInterfacevirtual
userInfoServerInfo_User_Containerprotected
usingRealPasswordServer_ProtocolHandlerprotected
writeToSocket(QByteArray &data)TcpServerSocketInterfaceinlineprotectedvirtual
~AbstractServerSocketInterface()AbstractServerSocketInterfaceinline
~Server_AbstractUserInterface() overrideServer_AbstractUserInterfaceinline
~Server_ProtocolHandler()Server_ProtocolHandler
~ServerInfo_User_Container()ServerInfo_User_Containervirtual
~TcpServerSocketInterface()TcpServerSocketInterface