summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_events.cpp
AgeCommit message (Collapse)Author
2014-02-12another bunch of useless conversions diedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
- GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-08separate Folders handles removed from protocolsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6405 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-25valid options initializationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-28- fix for name conflict in proto helpers;George Hazan
- switch to constants defined in m_nudge.h git-svn-id: http://svn.miranda-ng.org/main/trunk@5504 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-10options page for privacy settingsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5312 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-03Skype:Alexander Lantsev
- fixed encoding in auth request DIALOG - fixed оpening blocked list from statis menu git-svn-id: http://svn.miranda-ng.org/main/trunk@5221 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-02typoVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@5210 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-30Skype: fixed #394Alexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@5197 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-24Skype:Alexander Lantsev
- updated icons - added server side ignore list - removed bookmsrks git-svn-id: http://svn.miranda-ng.org/main/trunk@5110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-19Skype:Alexander Lantsev
- added bookmarks for chat rooms (contact menu, srmm button bar, bookmark list window) - added "ignore command" for contact - added "block command" for contact (contact removed from clist and ignored) - changed icons git-svn-id: http://svn.miranda-ng.org/main/trunk@5047 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-16Skype:Alexander Lantsev
- fix for future birthday - fix for closing chat room sessions on logout - added some logging git-svn-id: http://svn.miranda-ng.org/main/trunk@4971 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-14Skype:Alexander Lantsev
- fixed chat creating/removing - fixed chat inviting - fixed #367 git-svn-id: http://svn.miranda-ng.org/main/trunk@4945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-10Skype:Alexander Lantsev
- fixed chat role updating - fixed chat commands git-svn-id: http://svn.miranda-ng.org/main/trunk@4911 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-31second approach of a chats reworking.Alexander Lantsev
Note, new code may not work! git-svn-id: http://svn.miranda-ng.org/main/trunk@4847 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-11- fix own nick in chat logAlexander Lantsev
- add thread sync on contact searching in db git-svn-id: http://svn.miranda-ng.org/main/trunk@4632 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-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-08- code restructurizationAlexander Lantsev
- own info saving on server now git-svn-id: http://svn.miranda-ng.org/main/trunk@4600 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
2013-05-07compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4597 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-06- add "invite to chat" button in group chat dialogAlexander Lantsev
- add notification about ending of group call git-svn-id: http://svn.miranda-ng.org/main/trunk@4595 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-06- we display SRMM button only for Skype contacts;George Hazan
- service & hooks list aren't needed for a while git-svn-id: http://svn.miranda-ng.org/main/trunk@4594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-06more mem leaksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4593 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-06memory leaksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-06- partly fixed chat reaction on incoming callAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@4591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-06Skype: cleanup for the SRMM buttonGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-05- fix chat contact statusAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@4588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-05- reworked invitation to chatAlexander Lantsev
- fixed chat contact's statuses - added "Spawn conversation" button in contact dialog - StringList now based on stl git-svn-id: http://svn.miranda-ng.org/main/trunk@4586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-29- added new db event typeAlexander Lantsev
- added new icons - fixed few bugs git-svn-id: http://svn.miranda-ng.org/main/trunk@4565 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-28warning fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@4557 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-27- some fixes in chatsAlexander Lantsev
- code reorganizing git-svn-id: http://svn.miranda-ng.org/main/trunk@4554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-27- fixed avatar and profile info updatingAlexander Lantsev
- code reorganizing git-svn-id: http://svn.miranda-ng.org/main/trunk@4552 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-27- fixed rtl in incoming messagesAlexander Lantsev
- fixed contacts nick loading git-svn-id: http://svn.miranda-ng.org/main/trunk@4550 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-27fixed message hystory sync 2Alexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@4547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-26fixed message hystory syncAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@4546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-26- code cleaningAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@4543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-26Skype: memory corruption fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4537 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-26cleanup projectAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@4534 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-24warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4525 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-24- double message fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4523 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c