From 2c6d71163c69216497bed181ba37ac6faf216ba1 Mon Sep 17 00:00:00 2001 From: Remy Marquis Date: Sat, 22 Feb 2020 16:56:22 +0100 Subject: [PATCH] Dropped connection pairs from userinfo string --- misc.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/misc.rst b/misc.rst index d08ad74..5e05fd9 100644 --- a/misc.rst +++ b/misc.rst @@ -38,11 +38,9 @@ u sess.uci GeoIP `ISO 3166-1 `__ functions. - ===================== ================================ ================================================== Key Example Value Description ===================== ================================ ================================================== @@ -55,14 +53,21 @@ cl_wwwDownload 1 Missing files downloadi name ETLegacyPlayer Nickname rate 2500 Rate setting snaps 20 Snaps setting -protocol 84 Game protocol -qport 4834 Randomly chosen as startup -challenge -686256943 Random 31 bit integer ip 192.168.123.45:27960 IP and port ===================== ================================ ================================================== .. note:: The userinfo string of bots only includes the `cl_guid`, `name`, `rate`, `snap` and `ip` keys/values. +The following keys/values pairs are strictly used for connection validation, and are then dropped from userinfo strings once connection is established. + +===================== ================================ ================================================== +Key Example Value Description +===================== ================================ ================================================== +protocol 84 Game protocol +qport 4834 Randomly chosen as startup +challenge -686256943 Random 31 bit integer +===================== ================================ ================================================== + SendServerCommand =================