summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-03-05 01:15:39 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-03-05 01:15:39 +0000
commit54fa93b126ce6f2ed5ec24b134fe367fa5bc5c87 (patch)
tree6146f0fb43d39e700128c10bd26890f6c3a238d7
parentee55fb86718729e1ce445b9f674bf8287981cbaf (diff)
downloadmanaserv-54fa93b126ce6f2ed5ec24b134fe367fa5bc5c87.tar.gz
manaserv-54fa93b126ce6f2ed5ec24b134fe367fa5bc5c87.tar.bz2
manaserv-54fa93b126ce6f2ed5ec24b134fe367fa5bc5c87.tar.xz
manaserv-54fa93b126ce6f2ed5ec24b134fe367fa5bc5c87.zip
Forgot the changelog.
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b256b38d..9051b104 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
+2006-03-05 Yohann Ferreira <bertram@cegetel.net>
+
+ * src/state.cpp, src/defines.h, src/chathandler.cpp,
+ src/connectionhandler.cpp, src/connectionhandler.h, TODO: Added the
+ server code to enter and leave a channel. Some minor fix to the state
+ code, and completed the TODO a little for later coding.
+
2006-02-19 Yohann Ferreira <bertram@cegetel.net>
- * src/state.h src/state.cpp src/object.h: Made use of counted pointer
- for objects, just the way it is for beings.
+ * src/state.h, src/state.cpp, src/object.h: Made use of counted
+ pointers for objects, just the way it is for beings.
* src/chathandler.cpp, src/accounthandler.cpp, src/client.cpp,
docs/packets: Updated tmwserv packets documentation. Some minor other
updates.