summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-17 17:20:30 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-17 17:20:30 +0000
commitea118bf61623bcfae4b405d1bb2381b8d80d2837 (patch)
tree6ce388eb6ed9c15098980e5937f691ce4b5b816e /ChangeLog
parentdf2091fd748f83d34543a61d05e44f617412d9c0 (diff)
downloadmanaserv-ea118bf61623bcfae4b405d1bb2381b8d80d2837.tar.gz
manaserv-ea118bf61623bcfae4b405d1bb2381b8d80d2837.tar.bz2
manaserv-ea118bf61623bcfae4b405d1bb2381b8d80d2837.tar.xz
manaserv-ea118bf61623bcfae4b405d1bb2381b8d80d2837.zip
Used TokenCollector to manage cookies in ChatHandler.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8248203..767e59f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
* src/utils/tokencollector.cpp, src/utils/tokencollector.hpp,
src/Makefile.am: Simplified TokenCollector and fixed a few bugs. Moved
its implementation outside the header file.
+ * src/chat-server/chathandler.hpp, src/chat-server/chathandler.cpp,
+ src/defines.h: Used TokenCollector to manage cookies in ChatHandler.
2007-08-16 Guillaume Melquiond <guillaume.melquiond@gmail.com>