diff options
| author | Darkelarious <github@333networks.com> | 2025-03-08 15:33:52 +0100 |
|---|---|---|
| committer | Darkelarious <github@333networks.com> | 2025-03-08 15:33:52 +0100 |
| commit | ee9c0c04bdcd8b7223dd0f6f313592e8a91994dc (patch) | |
| tree | edd5a314d0cb68e66bd2d23f5201eb9f6ec7bb75 /src/TcpTasks | |
| parent | b7f431a17f0d957ff56b6a36470444a95d4752bc (diff) | |
| download | Masterserver-Qt5-ee9c0c04bdcd8b7223dd0f6f313592e8a91994dc.tar.gz Masterserver-Qt5-ee9c0c04bdcd8b7223dd0f6f313592e8a91994dc.zip | |
hotfix 3
Support for Medal of Honor franchise with enctype2. License for 3rd party functions inside source code.
Diffstat (limited to 'src/TcpTasks')
| -rw-r--r-- | src/TcpTasks/ListenClientHandler/listenclienthandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/TcpTasks/ListenClientHandler/listenclienthandler.h b/src/TcpTasks/ListenClientHandler/listenclienthandler.h index f7c300b..3c857fa 100644 --- a/src/TcpTasks/ListenClientHandler/listenclienthandler.h +++ b/src/TcpTasks/ListenClientHandler/listenclienthandler.h @@ -9,6 +9,7 @@ #include "Database/Common/commonactions.h" #include "Protocols/GameSpy0/gamespy0.h" +#include "protocols/enctype2.h" #include "Protocols/GameSpy0/securevalidate.h" class ListenClientHandler : public QObject @@ -26,6 +27,7 @@ private: QTimer _timeOut; QString _rxBuffer = ""; bool _hasValidated = false; + bool _requestEnctype2 = false; QString _clientLabel; QString _secure; |
