const float PS_B_STATUS_RECEIVED = 1;
const float PS_B_STATUS_UPDATING = 2;
.float playerstats_basicstatus;
-string autocvar_g_playerstats_playerbasic_uri = "http://stats.xonotic.org";
+string autocvar_g_playerstats_playerbasic_uri = "https://stats.xonotic.org";
void PlayerStats_PlayerBasic(entity joiningplayer, float newrequest);
void PlayerStats_PlayerBasic_CheckUpdate(entity joiningplayer);
const float PS_D_STATUS_WAITING = 0;
const float PS_D_STATUS_RECEIVED = 1;
float PlayerStats_PlayerDetail_Status = PS_D_STATUS_IDLE;
-string autocvar_g_playerstats_playerdetail_uri = "http://stats.xonotic.org/player/me";
+string autocvar_g_playerstats_playerdetail_uri = "https://stats.xonotic.org/player/me";
float autocvar_g_playerstats_playerdetail_autoupdatetime = 1800; // automatically update every 30 minutes anyway
void PlayerStats_PlayerDetail();
void PlayerStats_PlayerDetail_CheckUpdate();
#pragma once
int autocvar__termsofservice_accepted;
-const string termsofservice_url = "http://update.xonotic.org/tos.txt";
+const string termsofservice_url = "https://update.xonotic.org/tos.txt";
#include "rootdialog.qh"
CLASS(XonoticToSDialog, XonoticRootDialog)
{
_Nex_ExtResponseSystem_Queried = 1;
cvar_set("cl_startcount", ftos(cvar("cl_startcount") + 1));
- uri_get("http://update.xonotic.org/checkupdate.txt", URI_GET_UPDATENOTIFICATION);
+ uri_get("https://update.xonotic.org/checkupdate.txt", URI_GET_UPDATENOTIFICATION);
}
if(_Nex_ExtResponseSystem_PacksStep > 0)
//startdemos demos/demo1 demos/demo2 demos/demo3
//startdemos
//play announcer/male/welcome.ogg
-crypto_keygen 0 http://ca.xonotic.org/?ca=0&key=
+crypto_keygen 0 https://ca.xonotic.org/?ca=0&key=
exec post-config.cfg
// player statistics
set g_playerstats_gamereport_uri "https://stats.xonotic.org/stats/submit" "Output player statistics information to either: URL (with ://), console (with a dash like this: -), or supply a filename to output to data directory."
set g_playerstats_gamereport_ladder ""
-set g_playerstats_playerbasic_uri "http://stats.xonotic.org"
-set g_playerstats_playerdetail_uri "http://stats.xonotic.org/player/me"
+set g_playerstats_playerbasic_uri "https://stats.xonotic.org"
+set g_playerstats_playerdetail_uri "https://stats.xonotic.org/player/me"
set g_playerstats_playerdetail_autoupdatetime 1800 // automatically update every 30 minutes anyway
// autoscreenshots