[licq-im/licq] f5f79d: api: Reply to all protocol signals with event id

GitHub <[email protected]> Tue, 29 May 2012 11:59:50 -0700
Newsgroups gmane.network.licq.cvs
Message-ID <[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/licq-im/licq
  Commit: f5f79dc6f590d02e875e1c034f8346fd555a1c5d
      https://github.com/licq-im/licq/commit/f5f79dc6f590d02e875e1c034f8346fd555a1c5d
  Author: Anders Olofsson <[email protected]>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M console/src/console.cpp
    M jabber/src/plugin.cpp
    M licq/include/licq/event.h
    M licq/src/event.cpp
    M msn/src/msn.cpp
    M qt4-gui/src/dialogs/keyrequestdlg.cpp
    M qt4-gui/src/dialogs/randomchatdlg.cpp
    M qt4-gui/src/dialogs/showawaymsgdlg.cpp
    M qt4-gui/src/userdlg/userdlg.cpp
    M qt4-gui/src/userevents/usersendevent.cpp
    M rms/src/rms.cpp

  Log Message:
  -----------
  api: Reply to all protocol signals with event id

Allow protocols to respond with an unsupported result rather than
letting plugins wait forever on an event.


  Commit: 88e83554249f9765adc8d299659c2b41000e3f2f
      https://github.com/licq-im/licq/commit/88e83554249f9765adc8d299659c2b41000e3f2f
  Author: Anders Olofsson <[email protected]>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M jabber/src/plugin.cpp
    M licq/include/licq/icq/icq.h
    M licq/include/licq/protocolsignal.h
    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 licq/src/protocolmanager.cpp
    M msn/src/msn.cpp

  Log Message:
  -----------
  icq: Get eventId from protomgr when possible


Compare: https://github.com/licq-im/licq/compare/2134a2f...88e8355