summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-09-23 15:01:47 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-09-23 15:01:47 +0000
commit239c22a35258051e62c27173dfb513f689b03e77 (patch)
tree19cba4d5eec590056cea9358ea0ae51a82840898 /ChangeLog
parent0d00b4e7f49a0373d350353e62e08cdd903628e9 (diff)
downloadmanaserv-239c22a35258051e62c27173dfb513f689b03e77.tar.gz
manaserv-239c22a35258051e62c27173dfb513f689b03e77.tar.bz2
manaserv-239c22a35258051e62c27173dfb513f689b03e77.tar.xz
manaserv-239c22a35258051e62c27173dfb513f689b03e77.zip
Simplified interface of the handler used for connections from game servers to account server.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 082cb570..b30666ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,12 +15,13 @@
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
+ src/account-server/accounthandler.cpp,
+ src/account-server/serverhandler.cpp,
+ src/account-server/serverhandler.hpp: Simplified interface of
+ connection handlers. 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.
+ * src/account-server/main-account.cpp: Updated to new interface of
+ connection handlers.
2007-09-22 Guillaume Melquiond <guillaume.melquiond@gmail.com>