diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-17 17:20:30 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-17 17:20:30 +0000 |
commit | ea118bf61623bcfae4b405d1bb2381b8d80d2837 (patch) | |
tree | 6ce388eb6ed9c15098980e5937f691ce4b5b816e /ChangeLog | |
parent | df2091fd748f83d34543a61d05e44f617412d9c0 (diff) | |
download | manaserv-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |