From: antzucaro Date: Fri, 4 Jan 2013 19:14:55 +0000 (-0500) Subject: Add request verification parameter in the dev INI. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=78668e118230fa0cc372d414cb36c1dd97e59a84;p=xonotic%2Fxonstat.git 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). --- 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]