[licq-im/licq] 424465: api: Adjust protocol signals to support ICQ
GitHub <[email protected]> Sat, 04 Aug 2012 07:41:11 -0700
| Newsgroups | gmane.network.licq.cvs |
|---|---|
| Message-ID | <[email protected]> |
Branch: refs/heads/master
Home: https://github.com/licq-im/licq
Commit: 42446574447e3526543e7e3a3a23d8cb40d56545
https://github.com/licq-im/licq/commit/42446574447e3526543e7e3a3a23d8cb40d56545
Author: Anders Olofsson <[email protected]>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M licq/include/licq/color.h
M licq/include/licq/protocolmanager.h
M licq/include/licq/protocolsignal.h
M licq/src/color.cpp
M licq/src/protocolmanager.cpp
M licq/src/protocolmanager.h
Log Message:
-----------
api: Adjust protocol signals to support ICQ
- Include event id when cancelling an event
- Remove unused parameter from addUser.
- Add some parameters needed by ICQ for messages and files.
- Add signal for sending URL
- Drop unused request away message from protocol manager.
Commit: 052c5c93974286fd9fc02b1d745d02c24b907237
https://github.com/licq-im/licq/commit/052c5c93974286fd9fc02b1d745d02c24b907237
Author: Anders Olofsson <[email protected]>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M licq/src/daemon.cpp
M licq/src/icq/icqprotocolplugin.cpp
A licq/src/icq/icqprotocolplugin.h
M licq/src/icq/threads.cpp
Log Message:
-----------
icq: Use plugin pipe to shut down protocol
Commit: f2b7fa6c6fe17a172c1180b0622bea8d7e8da64e
https://github.com/licq-im/licq/commit/f2b7fa6c6fe17a172c1180b0622bea8d7e8da64e
Author: Anders Olofsson <[email protected]>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M licq/src/contactlist/usermanager.cpp
M licq/src/icq/icq-srv.cpp
M licq/src/icq/icq-tcp.cpp
M licq/src/icq/icq.cpp
M licq/src/icq/icq.h
M licq/src/icq/icqprotocolplugin.cpp
M licq/src/protocolmanager.cpp
Log Message:
-----------
icq: Use the protocol signal interface
Commit: 20f12415ae48684e3c74238ec8e1f5421cc10c96
https://github.com/licq-im/licq/commit/20f12415ae48684e3c74238ec8e1f5421cc10c96
Author: Anders Olofsson <[email protected]>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M licq/include/licq/event.h
M licq/src/event.cpp
M licq/src/icq/icq-srv.cpp
M licq/src/icq/icq-tcp.cpp
M licq/src/icq/icq.cpp
M licq/src/icq/icq.h
M licq/src/icq/oscarservice.cpp
M licq/src/icq/oscarservice.h
M licq/src/icq/threads.cpp
M msn/src/msn-sb.cpp
Log Message:
-----------
icq: Put correct callerThread in created events
Compare: https://github.com/licq-im/licq/compare/3dc68bc763a8...20f12415ae48