[licq-im/licq] aeb867: api: Revise user event type constants
GitHub <[email protected]> Sun, 12 Feb 2012 08:47:06 -0800
| Newsgroups | gmane.network.licq.cvs |
|---|---|
| Message-ID | <[email protected]> |
Branch: refs/heads/master
Home: https://github.com/licq-im/licq
Commit: aeb867e32e8f525ce6061e271c4596b72eea88e9
https://github.com/licq-im/licq/commit/aeb867e32e8f525ce6061e271c4596b72eea88e9
Author: Anders Olofsson <[email protected]>
Date: 2012-02-12 (Sun, 12 Feb 2012)
Changed paths:
M licq/include/licq/userevents.h
M licq/src/contactlist/userhistory.cpp
Log Message:
-----------
api: Revise user event type constants
Lower the type constants to fit within the 32bit event mask used by
the event filter.
Commit: d84b997aa0a6435129a1db1abb58ab4a26482f0f
https://github.com/licq-im/licq/commit/d84b997aa0a6435129a1db1abb58ab4a26482f0f
Author: Anders Olofsson <[email protected]>
Date: 2012-02-12 (Sun, 12 Feb 2012)
Changed paths:
M licq/include/licq/userevents.h
M licq/src/userevents.cpp
Log Message:
-----------
api: Publish user event names as static function
This will allow plugins to get a translated name of an event type
without having an event object.
Commit: 04d454060a5e8dae961dd6689dabde1dab9b0381
https://github.com/licq-im/licq/commit/04d454060a5e8dae961dd6689dabde1dab9b0381
Author: Anders Olofsson <[email protected]>
Date: 2012-02-12 (Sun, 12 Feb 2012)
Changed paths:
M licq/doc/CHANGELOG
M licq/include/licq/filter.h
M licq/src/filter.cpp
M licq/src/filter.h
M qt4-gui/src/dialogs/CMakeLists.txt
A qt4-gui/src/dialogs/filterruledlg.cpp
A qt4-gui/src/dialogs/filterruledlg.h
M qt4-gui/src/settings/events.cpp
M qt4-gui/src/settings/events.h
M qt4-gui/src/settings/settingsdlg.h
M qt4-gui/src/widgets/protocombobox.cpp
M qt4-gui/src/widgets/protocombobox.h
Log Message:
-----------
qt4-gui: Add setting page to manage event filter
Commit: 7707d8c7bbaf90d23cab8b27a3858ebfdeb35e1f
https://github.com/licq-im/licq/commit/7707d8c7bbaf90d23cab8b27a3858ebfdeb35e1f
Author: Anders Olofsson <[email protected]>
Date: 2012-02-12 (Sun, 12 Feb 2012)
Changed paths:
M licq/src/filter.cpp
Log Message:
-----------
licq: Don't escape twice in default filter rules
Commit: d003c9e4acd042af0fbe648f5e960aab18d5675d
https://github.com/licq-im/licq/commit/d003c9e4acd042af0fbe648f5e960aab18d5675d
Author: Anders Olofsson <[email protected]>
Date: 2012-02-12 (Sun, 12 Feb 2012)
Changed paths:
M licq/src/daemon.cpp
M licq/src/filter.cpp
Log Message:
-----------
licq: Let filter handle ignore list
Filter checks server messages (for example authorization requests)
and will block those as well.
Compare: https://github.com/licq-im/licq/compare/d6b9ad0...d003c9e