diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-10 15:35:23 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-10 15:35:23 +0000 |
commit | fa0c6f874cb85db8cac41bf3a7be260686239e65 (patch) | |
tree | da469937c15095baa50e7b4547cecfdfee0c6741 /Changelog-Trunk.txt | |
parent | a2185d8ccf800a0d5412a19404218c7a99921fdf (diff) | |
download | hercules-fa0c6f874cb85db8cac41bf3a7be260686239e65.tar.gz hercules-fa0c6f874cb85db8cac41bf3a7be260686239e65.tar.bz2 hercules-fa0c6f874cb85db8cac41bf3a7be260686239e65.tar.xz hercules-fa0c6f874cb85db8cac41bf3a7be260686239e65.zip |
Another round of login server cleaning
* fixed passwordencrypt on SQL not behaving correctly (since r10753)
* corrected some column lengths in the login db (username, password,...)
* fixed some places which used wfifo without first reallocating it
* removed interserver packet 0x7532 (Request to end connection), as there was no code that actually sent this packet
* moved RFIFOSKIP actions to execute as soon as possible
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12043 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index dbabe4264..9129294c5 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ 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. 2008/01/10 + * Another round of login server cleaning [ultramage] + - fixed passwordencrypt on SQL not behaving correctly (since r10753) + - corrected some column lengths in the login db (username, password,...) + - fixed some places which used wfifo without first reallocating it + - removed interserver packet 0x7532 (Request to end connection), as + there was no code that actually sent this packet + - moved RFIFOSKIP actions to execute as soon as possible * Corrected @slaveclone/@clone behaving as @evilclone when you change the @ symbol. * Modified SC_ARMOR_ELEMENT so it grants elemental resist as if it they |