summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-03 17:37:34 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-03 17:37:34 +0000
commit0c0966322b3018fa5fe3be3f52eef867da6ec779 (patch)
tree544a55ddf19a0f0cfb6499fe71540d952af5fe6e /ChangeLog
parenteff04b5ddb0b00eeed191382aa9d55bf0f56c2a7 (diff)
downloadmanaserv-0c0966322b3018fa5fe3be3f52eef867da6ec779.tar.gz
manaserv-0c0966322b3018fa5fe3be3f52eef867da6ec779.tar.bz2
manaserv-0c0966322b3018fa5fe3be3f52eef867da6ec779.tar.xz
manaserv-0c0966322b3018fa5fe3be3f52eef867da6ec779.zip
Simplified and sped up account flushing: only modified accounts are flushed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bca7b3a3..8f412218 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-08-03 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/storage.h, src/dalstorage.h, src/dalstorage.cpp: Removed
+ AccountInfo. Restricted addAccount to accounts without characters,
+ removed wrong SQL code. Fixed casting in updAccount, promoted member as
+ flush. Added implicit flush to addAccount and delAccount. Fixed user_id
+ for every SQL backend. Added flushAll and unloadAccount members.
+ * src/accounthandler.cpp: Restricted flush to only modified accounts.
+ * src/account.h, src/account.cpp: Added the database primary key to
+ Account.
+
2006-08-03 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/gameclient.cpp, src/gameclient.h, src/gamehandler.cpp,