Introduce IgnoreList backend
authorSebastian Goth <seezer@roath.org>
Sun, 16 Aug 2009 15:07:45 +0000 (17:07 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Aug 2009 23:16:03 +0000 (01:16 +0200)
commit27302bba72a29977e81b9a0b2d8cde3a62ebc818
tree77ec6cf9981b2ba160c622f490690d5993cbfed8
parent87bf901ae6387bc58e670a3adf88ffd7d465a281
Introduce IgnoreList backend
Implements core- and clientside filtering and the synchronized ignorelist
itself.
21 files changed:
src/client/CMakeLists.txt
src/client/client.cpp
src/client/client.h
src/client/clientignorelistmanager.cpp [new file with mode: 0644]
src/client/clientignorelistmanager.h [new file with mode: 0644]
src/client/messagefilter.cpp
src/client/messagefilter.h
src/client/messagemodel.h
src/common/CMakeLists.txt
src/common/ignorelistmanager.cpp [new file with mode: 0644]
src/common/ignorelistmanager.h [new file with mode: 0644]
src/core/CMakeLists.txt
src/core/coreignorelistmanager.cpp [new file with mode: 0644]
src/core/coreignorelistmanager.h [new file with mode: 0644]
src/core/coresession.cpp
src/core/coresession.h
src/qtui/chatlinemodel.h
src/qtui/chatmonitorfilter.cpp
src/qtui/chatmonitorview.cpp
src/qtui/chatmonitorview.h
src/qtui/chatview.cpp