Skip to content

Commit 3964dce

Browse files
author
Pavel Kovalenko
committed
Switch to GSC GameSpy server (gamegsc.com).
1 parent 12a2fd1 commit 3964dce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/xrGameSpy/gamespy/common/gsPlatform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
#endif
269269

270270
#if !defined(GSI_DOMAIN_NAME)
271-
#define GSI_DOMAIN_NAME "gamespy.com"
271+
#define GSI_DOMAIN_NAME "gamegsc.com"
272272
#endif
273273

274274

src/xrGameSpy/gamespy/gcdkey/gcdkeys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ gsproduct_t products[MAX_PRODUCTS];
149149
int gcd_init(int gameid)
150150
{
151151
int ret;
152-
const char defaulthost[] = {'k','e','y','.','g','a','m','e','s','p','y','.','c','o','m','\0'}; //key.gamespy.com
152+
const char defaulthost[] = {'k','e','y','.','g','a','m','e','g','s','c','.','c','o','m','\0'}; //key.gamegsc.com
153153

154154
// check if the backend is available
155155
if(__GSIACResult != GSIACAvailable)

src/xrGameSpy/gamespy/webservices/AuthService.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const char WS_AUTHSERVICE_SIGNATURE_EXP[] =
5252
"010001";
5353

5454
// This is declared as an extern so it can be overriden when testing
55-
#define WS_LOGIN_SERVICE_URL_FORMAT "https://%s.auth.pubsvs." GSI_DOMAIN_NAME "/AuthService/AuthService.asmx"
55+
#define WS_LOGIN_SERVICE_URL_FORMAT "http://%s.auth.pubsvs." GSI_DOMAIN_NAME "/AuthService/AuthService.asmx"
5656
char wsAuthServiceURL[WS_LOGIN_MAX_URL_LEN] = "";
5757

5858
typedef struct WSIRequestData

0 commit comments

Comments
 (0)