summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_messages.cpp
AgeCommit message (Collapse)Author
2013-09-24PROTORECVEVENT::pCustomData field added to add user-defined into to incoming ↵George Hazan
messages git-svn-id: http://svn.miranda-ng.org/main/trunk@6206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-21explicit constructors for ptrTGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6174 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-06memory leaks in SkypeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5595 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-20protocol helper for detecting chats: isChatRoomGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5428 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-05Skype:Alexander Lantsev
- temporary disabled multiple file transfer (it send olny first file) - fixed duplication on history sync git-svn-id: http://svn.miranda-ng.org/main/trunk@5238 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-04Skype: some fix in file transfer and blocked list dialogAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@5226 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-03Skype: fixed and improved history synchronizationAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@5222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-01Skype:Alexander Lantsev
- removed ignore command - block command behavior like in official client now - added blocked list in account options - added history sync Note: this commit may contain non-working code git-svn-id: http://svn.miranda-ng.org/main/trunk@5203 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-26Some improvements and cleanup in skypeAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@5137 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-14precompiled headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-12Skype memory leaks fixedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4926 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-09Skype:Alexander Lantsev
- fixed logout from chat on miranda closing (#362) - added new chat command (moderation and etc.) - some improvements git-svn-id: http://svn.miranda-ng.org/main/trunk@4905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-30added popup when somebody calling youKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@4843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-14- added contact sending (via SendReceiveContacts) and receivingAlexander Lantsev
- some few bug fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@4653 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-13Merged revision(s) from branches/unsane/skype_test:Alexander Lantsev
- CSkypeProto is derived of Skype class now - chat events moved to skype_chat.cpp - fixed chat message timestamp - fixed #331, #332 git-svn-id: http://svn.miranda-ng.org/main/trunk@4644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-10hangup fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4626 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-10- added skype emote support (/me chat command)Alexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@4623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-09we generate ids only for our contacts George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-09oopsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4611 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-09- languages loaded from skypekit nowAlexander Lantsev
- ages range set from 10 to 50 - added new status icons git-svn-id: http://svn.miranda-ng.org/main/trunk@4610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-09fix for doubled sent messagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-09deadlock on threads eliminatedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-09- fake ack params thread reenabled;George Hazan
- Sended replaced with Sent; git-svn-id: http://svn.miranda-ng.org/main/trunk@4605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-09- fix for hangup;George Hazan
- fix for guid processing git-svn-id: http://svn.miranda-ng.org/main/trunk@4603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-08- code restructurizationAlexander Lantsev
- started network log filling git-svn-id: http://svn.miranda-ng.org/main/trunk@4598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c