[licq-im/licq] 83b228: api: Cache protocol capabilities in user object
GitHub <[email protected]> Mon, 30 Jul 2012 02:12:56 -0700
| Newsgroups | gmane.network.licq.cvs |
|---|---|
| Message-ID | <[email protected]> |
Branch: refs/heads/master
Home: https://github.com/licq-im/licq
Commit: 83b228d01ce9c862ceaf94c00b79cfc394cedaea
https://github.com/licq-im/licq/commit/83b228d01ce9c862ceaf94c00b79cfc394cedaea
Author: Anders Olofsson <[email protected]>
Date: 2012-07-29 (Sun, 29 Jul 2012)
Changed paths:
M licq/include/licq/contactlist/user.h
M licq/src/contactlist/user.cpp
M qt4-gui/src/core/licqgui.cpp
M qt4-gui/src/core/usermenu.cpp
M qt4-gui/src/userdlg/settings.cpp
M qt4-gui/src/userevents/usereventcommon.cpp
M qt4-gui/src/userevents/usereventcommon.h
Log Message:
-----------
api: Cache protocol capabilities in user object
Protocol capabilities are often relevant together with a user and
should never change so a copy in each user makes some code simpler.