summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2000b55..02f3e31c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2007-07-28 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/account-server/storage.hpp, src/account-server/dalstorage.cpp,
+ src/account-server/dalstorage.hpp: Stored channel IDs as unsigned data.
+ * src/src/account-server/dalstoragesql.hpp,
+ src/chat-server/chatchannel.hpp: Assumed channels withpassword are
+ private.
+ * src/chat-server/chatclient.hpp, src/chat-server/chatchannel.cpp:
+ Added to client the channels it is connected to.
+ * src/chat-server/chatchannelmanager.cpp,
+ src/chat-server/chathandler.cpp, src/account-server/serverhandler.cpp,
+ src/chat-server/chatchannelmanager.hpp: Replaced user names by client
+ pointers when handling channels, in order to reduce lookups in
+ ChatHandler::sendInChannel.
+
2007-07-25 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/game-server/movingobject.hpp: Added missing accessor, compacted