diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 177b20955..e2c7133da 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,8 +4,14 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/02/01 + * Restricted global messages to 255 characters (client shows only ~80 anyway, + wanted to use 127 but frost joke's lines are longer than that ...) + - prevented using a ~22+kB long message to crash everyone on screen + - prevented faking the message length to cause an out-of-bounds access crash + - removed the unneccessary 'buf'ffer (inspiration from jAthena) + - Ref: http://www.eathena.ws/board/index.php?showtopic=137770 * Corrected the chat system to allow 8-letter passwords - * Minor details (pdb file location, improved debug, npc typo) + * Minor details (pdb file location, improved debug, npc typo) [ultramage] * Cleaned up the npcshop(add/del)item script commands, fixed a possible dangling pointer crash caused by their improper use of realloc. They no longer automatically attach the script to the shop, and they will return |