diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-12-28 22:52:46 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-12-28 22:52:46 +0000 |
commit | 5598bed42b6b8a04f8faedb2e75b4ee7479b242a (patch) | |
tree | 03e5495699b49edbfb5a3a384cd5f6d3657091b9 /ChangeLog | |
parent | 205579c3be58537060785d174f9f67c89444a21b (diff) | |
download | manaserv-5598bed42b6b8a04f8faedb2e75b4ee7479b242a.tar.gz manaserv-5598bed42b6b8a04f8faedb2e75b4ee7479b242a.tar.bz2 manaserv-5598bed42b6b8a04f8faedb2e75b4ee7479b242a.tar.xz manaserv-5598bed42b6b8a04f8faedb2e75b4ee7479b242a.zip |
Integrated the building of tmwclient with the default make command, as
contributed by r0nny.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2005-12-28 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * makeclient.sh, src/Makefile.am: Integrated the building of tmwclient + with the default make command, as contributed by r0nny. + 2005-12-27 Yohann Ferreira <bertram@cegetel.net> * src/chathandler.h, src/chathandler.cpp, src/defines.h, @@ -9,7 +14,7 @@ needs to be implemented. Added a small slangs filter to reduce bad words in account names and in conversations a little. -2005-12-26 Bjorn Lindeijer <bjorn@lindeijer.nl> +2005-12-26 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/storage.cpp: Removed manual throwing of std::bad_alloc, which should happen by default unless new(nothrow) is used. Suggested by @@ -67,6 +72,7 @@ Added unregistering, checking on character's name and email length support. Also made some little tweaks. +>>>>>>> 1.25 2005-12-10 Yohann Ferreira <bertram@cegetel.net> * src/dalstorage.cpp: Fixed the buggy part of getAccount() @@ -85,7 +91,7 @@ * src/dalstorage.cpp, src/dalstorage.h, src/storage.h: Radically improve the getEmailList() again based on - MrLindejer's good idea. + MrLindeijer's good idea. * src/accounthandler.cpp: Simplify the code of Email check based on the previous improvement. |