summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-17 13:57:15 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-17 13:57:15 +0000
commitdf0e00d81b399b7a8d9c597e82ead0f0ac56c43e (patch)
tree781103fdf49ba52b591658b1d0368f3d80a293a5 /Changelog-Trunk.txt
parentfce7bbbc1e5db15e7a0500427265f18a577e2f14 (diff)
downloadhercules-df0e00d81b399b7a8d9c597e82ead0f0ac56c43e.tar.gz
hercules-df0e00d81b399b7a8d9c597e82ead0f0ac56c43e.tar.bz2
hercules-df0e00d81b399b7a8d9c597e82ead0f0ac56c43e.tar.xz
hercules-df0e00d81b399b7a8d9c597e82ead0f0ac56c43e.zip
- Updated map_quit to handle removing of players who are not even authenticated yet.
- New connection requests are now also blocked when there's a player already online but hasn't finished loading yet. - Because of these changes, the friendlist notification when people join has been moved to LoadEndAck from pc_authok git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9241 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9d166fdc8..49fb9d7d9 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,13 @@ 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/17
+ * Updated map_quit to handle removing of players who are not even
+ authenticated yet. [Skotlex]
+ * New connection requests are now also blocked when there's a player
+ already online but hasn't finished loading yet. [Skotlex]
+ * Because of these changes, the friendlist notification when people join
+ has been moved to LoadEndAck from pc_authok [Skotlex]
2006/11/16
* Updated sql files [Toms]
* For the sake of avoiding confusion, all script events are named with prefix 'On'