From a262ece13e1bd6e16717d47a12b6a04329c53b6f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Jul 2022 20:52:03 -0300 Subject: Version bump (registration protocol modified) --- consts.py | 2 +- sql.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/consts.py b/consts.py index 02078ca..5f9fbc1 100644 --- a/consts.py +++ b/consts.py @@ -102,7 +102,7 @@ BL_UPDATETIME =30.0 BAN_TIME =180.0 BAN_UNAUTHED =5 BAN_AUTHED =30 -CLIENTVERSION ="2.1.8.18" +CLIENTVERSION ="2.2.7.27" MAX_CLIENTS =2500 # Hard coded loot (1,000~10,000) diff --git a/sql.py b/sql.py index f6bd6da..ac1b50a 100644 --- a/sql.py +++ b/sql.py @@ -263,7 +263,7 @@ def clobber_email(userid, oldmail, newmail): def add_player(xmail): - # TODO: Generate password using the whole alphabet. + # TODO: Handle possible collisions # The original string have 32 letters and we're using only 12 # Since 28-07-2022 we're using 16 letters from all alphabet passwd=utils.create_password(16) -- cgit v1.2.3-60-g2f50