Home
last modified time | relevance | path

Searched refs:NetworkAuth (Results 1 – 11 of 11) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/network/
H A DNetworkConnection.h32 NetworkAuth AuthStatus = NetworkAuth::None;
H A DNetworkBase.cpp419 NetworkAuth NetworkBase::GetAuthStatus() in GetAuthStatus()
427 return NetworkAuth::Ok; in GetAuthStatus()
429 return NetworkAuth::None; in GetAuthStatus()
1352 …if (connection.AuthStatus != NetworkAuth::Ok && connection.AuthStatus != NetworkAuth::RequirePassw… in Server_Send_AUTH()
2227 case NetworkAuth::Ok: in Client_Handle_AUTH()
2230 case NetworkAuth::BadName: in Client_Handle_AUTH()
2234 case NetworkAuth::BadVersion: in Client_Handle_AUTH()
2250 case NetworkAuth::Full: in Client_Handle_AUTH()
3278 NetworkAuth network_get_authstatus() in network_get_authstatus()
4020 NetworkAuth network_get_authstatus() in network_get_authstatus()
[all …]
H A DNetworkTypes.h48 enum class NetworkAuth : int32_t enum
H A Dnetwork.h55 [[nodiscard]] NetworkAuth network_get_authstatus();
H A DNetworkConnection.cpp134 if (AuthStatus == NetworkAuth::Ok || !packet.CommandRequiresAuth()) in QueuePacket()
H A DNetworkBase.h116 NetworkAuth GetAuthStatus();
/dports/devel/py-qtbuilder/PyQt-builder-1.9.1/
H A DNEWS17 - Added support for PyQt6, PyQt6-3D and PyQt6-NetworkAuth to pyqt-bundle.
H A DChangeLog62 Tidy ups to the NetworkAuth support.
170 Added support for bundling PyQt6-NetworkAuth.
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DGameState.cpp120 && network_get_authstatus() == NetworkAuth::Ok) in Update()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DChat.cpp50 && network_get_authstatus() == NetworkAuth::Ok; in chat_available()
H A DInteractiveConsole.cpp1401 || network_get_authstatus() != NetworkAuth::Ok) in cc_say()