]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add request verification parameter in the dev INI.
authorantzucaro <azucaro@gmail.com>
Fri, 4 Jan 2013 19:14:55 +0000 (14:14 -0500)
committerantzucaro <azucaro@gmail.com>
Fri, 4 Jan 2013 19:14:55 +0000 (14:14 -0500)
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

index 8f0d81955cea60749af7762773843ec8347bf72d..7f56243a6aa3423369988abd6a14768f113b9653 100755 (executable)
@@ -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]