summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-12-27 03:42:40 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-12-27 03:42:40 +0000
commit205579c3be58537060785d174f9f67c89444a21b (patch)
tree31c7c8e0af476e70259650e1c577eaf299f3fc78 /ChangeLog
parentad9ecbf35e0d986d704deba6f8f20ad72a94a99e (diff)
downloadmanaserv-205579c3be58537060785d174f9f67c89444a21b.tar.gz
manaserv-205579c3be58537060785d174f9f67c89444a21b.tar.bz2
manaserv-205579c3be58537060785d174f9f67c89444a21b.tar.xz
manaserv-205579c3be58537060785d174f9f67c89444a21b.zip
Implemented common chat handling, except for chatting in channels. Also the Channel registering/unregistering isn't there yet and the commands needs to be implemented. Added a small slangs filter to reduce bad words in account names and in conversations a little.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff895084..d2df972c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2005-12-26 Bjørn Lindeijer <bjorn@lindeijer.nl>
+2005-12-27 Yohann Ferreira <bertram@cegetel.net>
+
+ * src/chathandler.h, src/chathandler.cpp, src/defines.h,
+ src/utils/slangsfilter.h, src/utils/slangsfilter.cpp,
+ src/Makefile.am, src/main.cpp, src/accounthandler.cpp,
+ src/connectionhandler.h, src/connectionhandler.cpp: Implemented
+ common chat handling, except for chatting in channels. Also the
+ Channel registering/unregistering isn't there yet and the commands
+ 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>
* src/storage.cpp: Removed manual throwing of std::bad_alloc, which
should happen by default unless new(nothrow) is used. Suggested by