From f3b32fd4a0af5956f33af94de41bdc8526911144 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 16 Mar 2007 17:40:44 +0000 Subject: committing my work on the login server (mostly SQL) - removed the check_ip_flag from login&char (there since r1) - removed the CMP_AUTHFIFO_IP and CMP_AUTHFIFO_LOGIN2 defines (also r1) - removed dynamic_account_ban, gm_db settings, weren't doing anything at all - modified the date_format setting to take the format string directly - removed overly verbose config loading messages - removed/simplified many more useless actions - renamed the dynamic_pass_failure_ban_ settings to make more sense - collected relevant config settings into a login_config structure and documented their purpose - allowed usage of yes/no instead of the user-unfriendly 1/0 method in config settings (and added 1/0 as a possible option) - fixed dnsbl which was always taking only the first entry into account git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10021 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Changelog-Trunk.txt') diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b6f67c86e..d36665a74 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,20 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/03/17 + * committing my work on the login server (mostly SQL) [ultramage] + - removed the check_ip_flag from login&char (there since r1) + - removed the CMP_AUTHFIFO_IP and CMP_AUTHFIFO_LOGIN2 defines (also r1) + - removed dynamic_account_ban, gm_db settings, weren't doing anything at all + - modified the date_format setting to take the format string directly + - removed overly verbose config loading messages + - removed/simplified many more useless actions + - renamed the dynamic_pass_failure_ban_ settings to make more sense + - collected relevant config settings into a login_config structure + and documented their purpose + - allowed usage of yes/no instead of the user-unfriendly 1/0 method + in config settings (and added 1/0 as a possible option) + - fixed dnsbl which was always taking only the first entry into account 2007/03/16 * Corrected the structure and added info on the skill fail packet (0x110). * Added packet 0x223 as clif_upgrademessage (not used yet). -- cgit v1.2.3-70-g09d2