summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-05-14 20:54:14 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-05-14 20:54:14 +0000
commitede341d0d121a842ad6ec8060931863cdc8021c1 (patch)
tree1f40029dcb0632ab23b96e9dd89acadcffa34250 /ChangeLog
parent26d2810437fbfbb42225c47b358794008f94bc5e (diff)
downloadmanaserv-ede341d0d121a842ad6ec8060931863cdc8021c1.tar.gz
manaserv-ede341d0d121a842ad6ec8060931863cdc8021c1.tar.bz2
manaserv-ede341d0d121a842ad6ec8060931863cdc8021c1.tar.xz
manaserv-ede341d0d121a842ad6ec8060931863cdc8021c1.zip
Prevent account from being created when an error is detected.
Improve support of chat messages in client.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 911bb42b..ca04bb40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-05-14 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/accounthandler.cpp: Prevented accounts from being incorrectly
+ created when errors were detected.
+ * src/client.cpp: Prevented input from looping on error, allowed
+ client to read spaces as part of chat messages, added output of chat
+ messages received from server.
+
2006-05-14 Eugenio Favalli <elvenprogrammer@gmail.com>
* src/utils/timer.cpp, tmwserv.dev: Replaced nanosleep with Sleep in