diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-16 03:20:40 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-16 03:20:40 +0000 |
commit | e88a00ab55290e1cb9587b4a05ae8e418be3bba0 (patch) | |
tree | acf72cbece6d8dddd6e31828d434428fa93b7de5 /Changelog-Trunk.txt | |
parent | b161e36747dd69ed3d550687d2b7f62aa2f1a706 (diff) | |
download | hercules-e88a00ab55290e1cb9587b4a05ae8e418be3bba0.tar.gz hercules-e88a00ab55290e1cb9587b4a05ae8e418be3bba0.tar.bz2 hercules-e88a00ab55290e1cb9587b4a05ae8e418be3bba0.tar.xz hercules-e88a00ab55290e1cb9587b4a05ae8e418be3bba0.zip |
- Moved packet_len_table values to packet_db[SERVER].
- When an invalid packet_ver is found, all it's entries are discarted intead of just stopping the parsing.
whew, I'm glad regular expressions exist. =D
I'd also like to apologize for the previous revision.
That build wouldn't work because I commented out the contents of packet_len_table, resulting in packet sizes being 0 (or whatever is the default value for variables).
Got lazy, won't happen again... =X
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9507 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 804398738..4e0f01778 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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. 2006/12/16 + * Moved packet_len_table values to packet_db[SERVER]. + * When an invalid packet_ver is found, all it's entries are discarted + intead of just stopping the parsing. * Increased MAX_PACKET_DB to 0x300 and added a warning for when packet ids greater than MAX_PACKET_DB are found. [FlavioJS] 2006/12/15 |