diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-31 19:23:34 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-31 19:23:34 +0000 |
commit | 84be7444dfc7f9f11ce0857b19bbd9401f30116e (patch) | |
tree | 0441fe8346ef8a07929736792d6b8f1ab5b23b89 /Changelog-Trunk.txt | |
parent | 0da3671876a62ff48b990990e2e1723865bc8cd7 (diff) | |
download | hercules-84be7444dfc7f9f11ce0857b19bbd9401f30116e.tar.gz hercules-84be7444dfc7f9f11ce0857b19bbd9401f30116e.tar.bz2 hercules-84be7444dfc7f9f11ce0857b19bbd9401f30116e.tar.xz hercules-84be7444dfc7f9f11ce0857b19bbd9401f30116e.zip |
* Added code to reject double logins in clif_parse_WantToConnection and added debug messages to detect possible double logins that escaped.
* Isolated accounts that are waiting for the quit ack. The rest of the game logic no longer has access to them though the id2sd/charid2sd dbs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11998 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ff1a4900a..edb933262 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ 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. +2007/12/31 + * Added code to reject double logins in clif_parse_WantToConnection and + added debug messages to detect possible double logins that escaped. + * Isolated accounts that are waiting for the quit ack. The rest of the + game logic no longer has access to them though the id2sd/charid2sd dbs. 2007/12/30 * Fixed get_val2 not using the stack, which automatically frees the data, causing memory leaks for string variables since r11976. |