aboutsummaryrefslogtreecommitdiff
path: root/src/TcpTasks
diff options
context:
space:
mode:
authorDarkelarious <github@333networks.com>2025-03-08 15:33:52 +0100
committerDarkelarious <github@333networks.com>2025-03-08 15:33:52 +0100
commitee9c0c04bdcd8b7223dd0f6f313592e8a91994dc (patch)
treeedd5a314d0cb68e66bd2d23f5201eb9f6ec7bb75 /src/TcpTasks
parentb7f431a17f0d957ff56b6a36470444a95d4752bc (diff)
downloadMasterserver-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.h2
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;