summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-09-23 14:08:21 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-09-23 14:08:21 +0000
commit0d00b4e7f49a0373d350353e62e08cdd903628e9 (patch)
tree6e2d50e6f19b08288c1463119c3d72508c77d8ff /ChangeLog
parent5618f4890df5eb9ea91eb73a7a7dd7df745863a6 (diff)
downloadmanaserv-0d00b4e7f49a0373d350353e62e08cdd903628e9.tar.gz
manaserv-0d00b4e7f49a0373d350353e62e08cdd903628e9.tar.bz2
manaserv-0d00b4e7f49a0373d350353e62e08cdd903628e9.tar.xz
manaserv-0d00b4e7f49a0373d350353e62e08cdd903628e9.zip
Simplified interface of the connection handler used for clients of the account server.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 617837dc..082cb570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,13 @@
* src/scripting/lua.cpp, src/game-server/testing.cpp,
src/game-server/command.cpp, src/game-server/gamehandler.cpp: Taken
insertion failures into account.
+ * src/account-server/accounthandler.hpp,
+ src/account-server/accounthandler.cpp: Simplified interface of
+ connection handler. Moved all the implementation details outside the
+ header file.
+ * src/account-server/serverhandler.cpp,
+ src/account-server/main-account.cpp: Updated to new interface of
+ connection handler.
2007-09-22 Guillaume Melquiond <guillaume.melquiond@gmail.com>