[licq-im/licq] 55eea2: api: Use non ICQ constants for Event command
[email protected] Thu, 18 Aug 2011 12:50:15 -0700
| Newsgroups | gmane.network.licq.cvs |
|---|---|
| Message-ID | <[email protected]> |
Branch: refs/heads/master
Home: https://github.com/licq-im/licq
Commit: 55eea2396d6c3833d92a44168bc5004691e52cc8
https://github.com/licq-im/licq/commit/55eea2396d6c3833d92a44168bc5004691e52cc8
Author: Anders Olofsson <[email protected]>
Date: 2011-08-18 (Thu, 18 Aug 2011)
Changed paths:
M auto-reply/src/autoreply.cpp
M console/src/console.cpp
M jabber/src/plugin.cpp
M licq/include/licq/event.h
M licq/src/event.cpp
M licq/src/icq/icq-srv.cpp
M licq/src/icq/icq.cpp
M licq/src/icq/icq.h
M msn/src/msn-sb.cpp
M qt4-gui/src/core/signalmanager.cpp
M qt4-gui/src/core/signalmanager.h
M qt4-gui/src/userevents/usersendevent.cpp
Log Message:
-----------
api: Use non ICQ constants for Event command
Only enough constants have been added for the current need in the plugins.
More can be added as needed later on.
Commit: e6c3a8af58719c2dd0eaa9305ea0f1524b40602a
https://github.com/licq-im/licq/commit/e6c3a8af58719c2dd0eaa9305ea0f1524b40602a
Author: Anders Olofsson <[email protected]>
Date: 2011-08-18 (Thu, 18 Aug 2011)
Changed paths:
M console/src/console.cpp
M licq/include/licq/event.h
M licq/include/licq/packet.h
M licq/src/event.cpp
M licq/src/icq/icq-srv.cpp
M licq/src/icq/packet.h
M qt4-gui/src/userevents/usersendevent.cpp
Log Message:
-----------
api: Remove old command member from Event
This is only the easy removals. Further work is needed to remove SNAC and
SubType from Event and remove SubCommand and SNAC from Packet.
Commit: 75713f35658194e6b1d52d21619ef60c415a9bb6
https://github.com/licq-im/licq/commit/75713f35658194e6b1d52d21619ef60c415a9bb6
Author: Anders Olofsson <[email protected]>
Date: 2011-08-18 (Thu, 18 Aug 2011)
Changed paths:
M licq/include/licq/CMakeLists.txt
R licq/include/licq/icqdefines.h
A licq/src/icq/defines.h
M licq/src/icq/icq.cpp
M licq/src/icq/packet.cpp
M licq/src/icq/packet.h
M licq/src/icq/threads.cpp
M licq/src/icq/userclients.cpp
Log Message:
-----------
icq: Removed protocol constants from public api
Compare: https://github.com/licq-im/licq/compare/df8b871...75713f3