summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-05 20:21:49 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-05 20:21:49 +0000
commit60b4a57bdfe664a6729b3573a6a614621b6c2b2c (patch)
tree01b5ac8c3ed83ec8c7411e6ee76df3c5bb187332 /ChangeLog
parentea10becc871c93b013c4aad59cad936856d3f94b (diff)
downloadmanaserv-60b4a57bdfe664a6729b3573a6a614621b6c2b2c.tar.gz
manaserv-60b4a57bdfe664a6729b3573a6a614621b6c2b2c.tar.bz2
manaserv-60b4a57bdfe664a6729b3573a6a614621b6c2b2c.tar.xz
manaserv-60b4a57bdfe664a6729b3573a6a614621b6c2b2c.zip
Robustified account server with respect to failed SQL requests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 865f138f..87c8f9a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2007-07-02 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+2007-07-03 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/account-server/dalstorage.cpp: Added error messages for failed
+ SQL requests when retrieving character. Added check for failed
+ character when retrieving account. Added check for corrupted inventory.
+
+2007-07-02 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/account-server/storage.cpp, src/account-server/storage.hpp: Moved
trivial accessors to header file. Removed C-like prototypes and harmful