diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-12-05 20:19:14 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-12-05 20:19:14 +0000 |
commit | 48f42f1c4330cc719a8e1658a20505073a4f6386 (patch) | |
tree | 51f27837b6a2ee4fd0e33a1755323f9141bb0ef7 /ChangeLog | |
parent | 699e67ad53507638a24d4f932c413e26f318af36 (diff) | |
download | manaserv-48f42f1c4330cc719a8e1658a20505073a4f6386.tar.gz manaserv-48f42f1c4330cc719a8e1658a20505073a4f6386.tar.bz2 manaserv-48f42f1c4330cc719a8e1658a20505073a4f6386.tar.xz manaserv-48f42f1c4330cc719a8e1658a20505073a4f6386.zip |
Strengthened the way email addresses are checked. Added a good response when selecting a char when not logged. Committed a getEmailList function to see what's wrong.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-12-05 Yohann Ferreira <bertram@cegetel.net> + + * src/accounthandler.cpp, src/defines.h: Strengthens the way + email addresses checked. Added good response for selecting + a char when not logged. + * src/storage.h, src/dalstorage.h, src/dalstorage.cpp: Added + the getEmailList function, doesn't seem to work, but committed + to see why. + 2005-12-03 Yohann Ferreira <bertram@cegetel.net> * src/accounthandler.cpp: Handling good conditions to register. |