summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-21 18:23:08 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-21 18:23:08 +0000
commitb60826b40d84bd3807fe8fa18bce8117fc5051e3 (patch)
treea3ff3c9696c9b021d1d6c2230815e61904e70565 /Changelog-Trunk.txt
parenta657a7f44335502eb140c269842f7dccb861e647 (diff)
downloadhercules-b60826b40d84bd3807fe8fa18bce8117fc5051e3.tar.gz
hercules-b60826b40d84bd3807fe8fa18bce8117fc5051e3.tar.bz2
hercules-b60826b40d84bd3807fe8fa18bce8117fc5051e3.tar.xz
hercules-b60826b40d84bd3807fe8fa18bce8117fc5051e3.zip
- Moved ignoreAll to state.ignoreAll so it saves some space.
- Cleaned up clif_parse_Wis to prevent crashes from forged packets (using a strlen() on a string where you don't know if it's null-terminated is a NO-NO) - Cleaned up the implementation of the ignore list so it's more efficient. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9282 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 649352a66..32c7a4999 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,12 @@ 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.
+2006/11/21
+ * Moved ignoreAll to state.ignoreAll so it saves some space. [Skotlex]
+ * Cleaned up clif_parse_Wis to prevent crashes from forged packets
+ [Skotlex]
+ * Cleaned up the implementation of the ignore list so it's more efficient.
+ [Skotlex]
2006/11/20
* Implemented NPC_DEFENDER. Reduces ranged Physical+Misc damage by 80%
[Skotlex]