From 78668e118230fa0cc372d414cb36c1dd97e59a84 Mon Sep 17 00:00:00 2001 From: antzucaro Date: Fri, 4 Jan 2013 14:14:55 -0500 Subject: [PATCH] Add request verification parameter in the dev INI. This was added to the production.ini file without going in here first. It controls whether or not to verify requests using the d0_blind_id library provided by Xonotic (not packaged in this project). --- development.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/development.ini b/development.ini index 8f0d819..7f56243 100755 --- a/development.ini +++ b/development.ini @@ -32,6 +32,12 @@ xonstat.minimum_required_players = 1 # e.g. set to 7 and only the current week's data is used xonstat.leaderboard_lifetime = 30 +# should the server verify requests using the d0_blind_id library? +# if so, edit the d0_blind_id.py file with the correct location of +# the crypto-keygen-standalone binary from the xonotic installation +# Note: the default is true +xonstat.verify_requests = false + ##### END XONSTAT CONFIG SETTINGS ##### [pipeline:main] -- 2.39.2