summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-31 17:08:27 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-31 17:08:27 +0000
commit36a95ec61ea84943977a663e74729354e0f0e373 (patch)
tree12e6b217b2a3cec9494362878c62f14a3f924d89 /Changelog-Trunk.txt
parent98c389e225bb3d66219dc6f68881126d3eab0208 (diff)
downloadhercules-36a95ec61ea84943977a663e74729354e0f0e373.tar.gz
hercules-36a95ec61ea84943977a663e74729354e0f0e373.tar.bz2
hercules-36a95ec61ea84943977a663e74729354e0f0e373.tar.xz
hercules-36a95ec61ea84943977a663e74729354e0f0e373.zip
* Documented/cleaned up chatroom code and packetry
* Added some comments to clif_changechatowner() - totally broken, see the code + topic:163829 * Implemented the chatroom display packet properly - now has 4 types: public, private, npc and non-clickable npc chatroom * Implemented the chatroom leave packet properly - now utilizes the 'kicked' flag when the user was forced to leave - TODO: banlist support to prevent re-entry, see jAthena code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11100 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 563ce6692..2dd7574dd 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,15 @@ 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/08/31
+ * Added some comments to clif_changechatowner()
+ - totally broken, see the code + topic:163829
+ * Implemented the chatroom display packet properly
+ - now has 4 types: public, private, npc and non-clickable npc chatroom
+ * Implemented the chatroom leave packet properly
+ - now utilizes the 'kicked' flag when the user was forced to leave
+ - TODO: banlist support to prevent re-entry, see jAthena code
+ * Documented/cleaned up chatroom code and packetry [ultramage]
2007/08/30
* Updated sql files [Playtester]
2007/08/29