[licq-im/licq] 8fb266: qt4-gui: Add missing slot in file transfer dialog
GitHub <[email protected]> Tue, 12 Jun 2012 12:15:04 -0700
| Newsgroups | gmane.network.licq.cvs |
|---|---|
| Message-ID | <[email protected]> |
Branch: refs/heads/master
Home: https://github.com/licq-im/licq
Commit: 8fb26664af41daafc24c0b6970070bf84453d474
https://github.com/licq-im/licq/commit/8fb26664af41daafc24c0b6970070bf84453d474
Author: Anders Olofsson <[email protected]>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M qt4-gui/src/userevents/usersendevent.h
Log Message:
-----------
qt4-gui: Add missing slot in file transfer dialog
Commit: b8e7d67b6b58a66db2a6a2ab30f6db57ccf6a10b
https://github.com/licq-im/licq/commit/b8e7d67b6b58a66db2a6a2ab30f6db57ccf6a10b
Author: Anders Olofsson <[email protected]>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M licq/include/licq/packet.h
Log Message:
-----------
api: packet.h had INetSocket in wrong namespace
Commit: 30a113d4bb9a5c5b93c614b79530a55cc0b1a18f
https://github.com/licq-im/licq/commit/30a113d4bb9a5c5b93c614b79530a55cc0b1a18f
Author: Anders Olofsson <[email protected]>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M licq/include/licq/packet.h
M qt4-gui/src/userevents/usersendevent.h
Log Message:
-----------
Merge branch '1.6-stable'
Commit: fe7796e1354386c3ec5cace978b95fe0f84725fa
https://github.com/licq-im/licq/commit/fe7796e1354386c3ec5cace978b95fe0f84725fa
Author: Anders Olofsson <[email protected]>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M licq/src/icq/packet-tcp.cpp
Log Message:
-----------
icq: Use exakt size for direct packet buffers
Commit: ffcbac10c10e391787fad68c1c4104430b35220b
https://github.com/licq-im/licq/commit/ffcbac10c10e391787fad68c1c4104430b35220b
Author: Anders Olofsson <[email protected]>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M licq/src/icq/packet-tcp.cpp
M licq/src/icq/packet-tcp.h
M licq/src/socket.cpp
Log Message:
-----------
icq: Include length header in sending DC packets
The packet length is part of the packet and should be handled by the
icq packets and not the general TcpSocket functions.
This also make Licq send the entire DC packet at once instead of
calling send() twice and unnecessarily splitting the message into two
network packets.
Commit: 3e9aec5ce9671e5ea036e58635d494221d2d3eaf
https://github.com/licq-im/licq/commit/3e9aec5ce9671e5ea036e58635d494221d2d3eaf
Author: Anders Olofsson <[email protected]>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M licq/include/licq/socket.h
M licq/src/icq/chat.cpp
M licq/src/icq/filetransfer.cpp
M licq/src/icq/icq-tcp.cpp
M licq/src/icq/icq.cpp
M licq/src/icq/oscarservice.cpp
M licq/src/icq/socket.cpp
M licq/src/icq/socket.h
M licq/src/icq/threads.cpp
M licq/src/socket.cpp
M msn/src/msn-sb.cpp
M msn/src/msn-srv.cpp
M msn/src/msn-ssl.cpp
Log Message:
-----------
api: Simplify and unify socket send functions
Commit: e5a331f79fcd9e050466abb996e4b6da243c2531
https://github.com/licq-im/licq/commit/e5a331f79fcd9e050466abb996e4b6da243c2531
Author: Anders Olofsson <[email protected]>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M licq/include/licq/icq/chat.h
M licq/src/icq/chat.cpp
A licq/src/icq/chat.h
Log Message:
-----------
icq: Move CChatUser internals from public API
Commit: 2bbf69c62717d6b4891411bba6420ac24aedb3af
https://github.com/licq-im/licq/commit/2bbf69c62717d6b4891411bba6420ac24aedb3af
Author: Anders Olofsson <[email protected]>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M licq/include/licq/icq/filetransfer.h
M licq/src/icq/filetransfer.cpp
A licq/src/icq/filetransfer.h
Log Message:
-----------
icq: Move FileManager client socket from api
Commit: 0034045afc85d02c40c6b41a32a91be16ecceaba
https://github.com/licq-im/licq/commit/0034045afc85d02c40c6b41a32a91be16ecceaba
Author: Anders Olofsson <[email protected]>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M licq/src/icq/chat.cpp
M licq/src/icq/filetransfer.cpp
M licq/src/icq/icq-tcp.cpp
M licq/src/icq/packet-tcp.cpp
M licq/src/socket.cpp
Log Message:
-----------
icq: Include length header in received DC packets
Commit: a9a8db2b9b25afaf452cc3678f470524f93ef684
https://github.com/licq-im/licq/commit/a9a8db2b9b25afaf452cc3678f470524f93ef684
Author: Anders Olofsson <[email protected]>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M licq/include/licq/socket.h
M licq/src/icq/chat.cpp
M licq/src/icq/socket.cpp
M licq/src/icq/socket.h
M licq/src/icq/threads.cpp
M licq/src/socket.cpp
M msn/src/msn.cpp
M rms/src/rms.cpp
Log Message:
-----------
api: Simplify and unify socket receive functions
Commit: 290662d3a893bb02cf0149ece769f2632dc737bf
https://github.com/licq-im/licq/commit/290662d3a893bb02cf0149ece769f2632dc737bf
Author: Anders Olofsson <[email protected]>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M licq/include/licq/socket.h
M licq/src/icq/chat.h
M licq/src/icq/filetransfer.h
M licq/src/icq/icq-tcp.cpp
M licq/src/icq/icq.h
M licq/src/icq/socket.cpp
M licq/src/icq/socket.h
M licq/src/icq/threads.cpp
M licq/src/socket.cpp
Log Message:
-----------
icq: Move DC packet receiving from licq api
Compare: https://github.com/licq-im/licq/compare/54bfcb8621c3...290662d3a893