diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-01 22:39:19 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-01 22:39:19 +0000 |
commit | bd55cf078aeaae7929cfe5017e22fdf33616b769 (patch) | |
tree | 58e83a5a5fd263d38ec3e2c8d9f15c9a8caad31d /conf/Changelog.txt | |
parent | d1ad9a53e71f2b2cc51c82259e8a5e23b20c09b8 (diff) | |
download | hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.tar.gz hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.tar.bz2 hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.tar.xz hercules-bd55cf078aeaae7929cfe5017e22fdf33616b769.zip |
* Removed online_check config options. (always active now)
* Clarified char_maintenance config option.
* Changed packet 0x2712. (added request_id)
* Changed packet 0x2713. (added sex, request_id, version, clienttype; removed email, expiration time, gmlevel)
* Delayed user count check and mmo_char_send006b to when the account data arrives.
* Created auxiliary function MD5_Salt.
(split from a future commit that was getting to big for my taste)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13652 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/Changelog.txt')
-rw-r--r-- | conf/Changelog.txt | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 20fa41456..a4fd395f5 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,13 +1,17 @@ Date Added -2009/3/31 + +2009/04/01 + * Removed online_check config options. [FlavioJS] + * Clarified char_maintenance config option. +2009/03/31 * Added missing pet_equip_min_friendly config option [ultramage] -2009/3/23 +2009/03/23 * Added setting display_status_timers to client.conf for new status change packet. [Sara] -2009/1/26 +2009/01/26 * Rev. 13494 Changed guild_skill_relog_delay to yes. Relogging no longer resets delay on guild skills. [L0ne_W0lf] -2009/1/12 +2009/01/12 * Second agitend corrected to agitend2 [SketchyPhoenix] -2009/1/5 +2009/01/05 * Added @charcommands to return a list of available # commands [SketchyPhoenix] 2008/12/26 * Rev. 13444 Marked new Morroc fields as nomemo. [L0ne_W0lf] |