From 2c72b6f4c584ed07d014f4e00244624388c04d67 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Sun, 28 May 2023 00:21:51 +0200 Subject: [PATCH] Sort g_ban_* cvars in xonotic-server.cfg --- xonotic-server.cfg | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 07eb94321..981a95042 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -398,6 +398,11 @@ set sv_itemstime 1 "enable networking of time left until respawn for items such // bans set g_ban_default_bantime 5400 "90 minutes" set g_ban_default_masksize 3 "masksize 0 means banning by UID only, 1 means banning by /8 (IPv6: /32) network, 2 means banning by /16 (IPv6: /48) network, 3 means banning by /24 (IPv6: /56) network, 4 means banning by single IP (IPv6: /64 network)" +set g_ban_sync_uri "" "sync using this ban list provider (empty string to disable)" +set g_ban_sync_interval 5 "sync every 5 minutes" +set g_ban_sync_trusted_servers "" "request ban lists from these xonotic servers (do not include your own server there, or unbanning may fail)" +set g_ban_sync_timeout 45 "time out in seconds for the ban sync requests" +set g_ban_sync_trusted_servers_verify 0 "when set to 1, additional bans sent by the servers are ignored, and only bans for the requested IP are used" set g_ban_telluser 1 "notify the banned player about it when they try to join" set g_banned_list "" "format: IP remainingtime IP remainingtime ..." set g_banned_list_idmode "1" "when set, the IP banning system always uses the ID over the IP address (so a user in a banned IP range can connect if they have a valid signed ID)" @@ -444,12 +449,6 @@ set g_maplist_allow_frustrating 0 "allow impossible maps to be, e.g., voted for set sv_clones 0 "number of clones a player may make (reset by the \"kill\" command)" -set g_ban_sync_uri "" "sync using this ban list provider (empty string to disable)" -set g_ban_sync_interval 5 "sync every 5 minutes" -set g_ban_sync_trusted_servers "" "request ban lists from these xonotic servers (do not include your own server there, or unbanning may fail)" -set g_ban_sync_timeout 45 "time out in seconds for the ban sync requests" -set g_ban_sync_trusted_servers_verify 0 "when set to 1, additional bans sent by the servers are ignored, and only bans for the requested IP are used" - set g_showweaponspawns 1 "1: display waypoints for weapon spawns found on the map when a weapon key is pressed and the weapon is not owned; 2: for dropped weapons too; 3: for all the weapons sharing the same impulse" set g_ballistics_mindistance 2 "when shooting through walls thinner than this, treat them as this thick (useful because patches (curved surfaces) have no thickness)" -- 2.39.2