diff options
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. |