[licq-im/licq] 23a9a6: api: Don't require UI to handle user sockets

GitHub <[email protected]> Mon, 30 Jul 2012 03:05:14 -0700
Newsgroups gmane.network.licq.cvs
Message-ID <[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/licq-im/licq
  Commit: 23a9a684cf671ba11806680a79dc486339dbeef4
      https://github.com/licq-im/licq/commit/23a9a684cf671ba11806680a79dc486339dbeef4
  Author: Anders Olofsson <[email protected]>
  Date:   2012-07-29 (Sun, 29 Jul 2012)

  Changed paths:
    M console/src/console.cpp
    M licq/include/licq/contactlist/user.h
    M licq/include/licq/conversation.h
    M licq/include/licq/icq/icq.h
    M licq/src/contactlist/user.cpp
    M licq/src/conversation.cpp
    M licq/src/conversation.h
    M licq/src/icq/icq-tcp.cpp
    M licq/src/icq/icq.h
    M licq/src/icq/user.cpp
    M licq/src/icq/user.h
    M qt4-gui/src/dialogs/showawaymsgdlg.cpp
    M qt4-gui/src/userdlg/info.cpp
    M qt4-gui/src/userevents/usersendevent.cpp

  Log Message:
  -----------
  api: Don't require UI to handle user sockets


  Commit: 642d8d624b8345a246fa7ff39ce4d1df35629db3
      https://github.com/licq-im/licq/commit/642d8d624b8345a246fa7ff39ce4d1df35629db3
  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 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/threads.cpp
    M licq/src/icq/user.cpp
    M licq/src/icq/user.h
    M licq/src/socketmanager.cpp
    M msn/src/msn-sb.cpp
    M msn/src/msn-srv.cpp
    M msn/src/user.cpp
    M msn/src/user.h

  Log Message:
  -----------
  api: Move socket descriptors from base user class

Different protocols will have different need for keeping track of
socket descriptors so this belongs in subclasses.


  Commit: 9b007be0dbcc7845cfbb5801744e4912e3a6fae8
      https://github.com/licq-im/licq/commit/9b007be0dbcc7845cfbb5801744e4912e3a6fae8
  Author: Anders Olofsson <[email protected]>
  Date:   2012-07-29 (Sun, 29 Jul 2012)

  Changed paths:
    M licq/include/licq/socket.h
    M licq/src/icq/icq-srv.cpp
    M licq/src/icq/icq-tcp.cpp
    M licq/src/icq/packet-tcp.cpp
    M licq/src/icq/socket.h
    M licq/src/icq/threads.cpp
    M licq/src/socket.cpp

  Log Message:
  -----------
  icq: Move socket channels from public API


  Commit: b7294357634c730b73870bf77b7eeb457ae177ff
      https://github.com/licq-im/licq/commit/b7294357634c730b73870bf77b7eeb457ae177ff
  Author: Anders Olofsson <[email protected]>
  Date:   2012-07-30 (Mon, 30 Jul 2012)

  Changed paths:
    M licq/include/licq/contactlist/user.h
    M licq/include/licq/icq/chat.h
    M licq/include/licq/socket.h
    M licq/src/contactlist/user.cpp
    M licq/src/icq/chat.cpp
    M licq/src/icq/filetransfer.cpp
    M licq/src/icq/icq-srv.cpp
    M licq/src/icq/packet-srv.cpp
    M licq/src/icq/packet-srv.h
    M licq/src/icq/socket.cpp
    M licq/src/icq/socket.h
    M licq/src/icq/user.cpp
    M licq/src/icq/user.h
    M licq/src/socket.cpp

  Log Message:
  -----------
  icq: Move socket version from public API


Compare: https://github.com/licq-im/licq/compare/83b228d01ce9...b7294357634c