diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |