summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_chats.cpp
AgeCommit message (Collapse)Author
2014-12-14VK: warning level 4George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11424 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-05VKontakte: code cleanupSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11248 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01VKontakte: Sergey Bolhovskoy
replace all L-string to _T-string replace strlen -> mir_strlen code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11187 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30VKontakte: cosmrticSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11168 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28VKontakte: Sergey Bolhovskoy
code cleanup add debuglog lines git-svn-id: http://svn.miranda-ng.org/main/trunk@11126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27VKontakte: Sergey Bolhovskoy
fix memory leaks fix db_unset on OnJoinChat code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-21VKontakte:Sergey Bolhovskoy
add IsOnline() in functions with pushing requests fix(?) for freeze offline status git-svn-id: http://svn.miranda-ng.org/main/trunk@10843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-17VKontakte: sel-contact userinfo loading Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10810 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-17VKontakte: Sergey Bolhovskoy
autoleave chat in all miranda on leave chat leave chat room before in desrtoy git-svn-id: http://svn.miranda-ng.org/main/trunk@10809 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-16VKontakte: Sergey Bolhovskoy
add destroy options for offline chats more processing for kick and invite git-svn-id: http://svn.miranda-ng.org/main/trunk@10795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-16VKontakte: Sergey Bolhovskoy
fix for kick from chat version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@10794 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-15VKontakte: Kick => Chat in MsgPopupSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-15VKontakte:Sergey Bolhovskoy
fix C4018 warning rework leave chat support add leave chat by kick add rejoin to chat git-svn-id: http://svn.miranda-ng.org/main/trunk@10787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-13VKontakte: fix for crash on 'empty' chat messageSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10774 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-11VKontakte: fix for destroy 'empty' chatSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-11VKontakte: Sergey Bolhovskoy
fix for leave chat menuitem on clist contact’s menu fix for mark messages as read for chat messages git-svn-id: http://svn.miranda-ng.org/main/trunk@10764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-11VKontakte: Sergey Bolhovskoy
add processing for net error on PollServer fix for close chat tab when it destroy fix for rare crash on load chat history version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@10763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-12a couple of memleaks in json parserGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10439 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-12fix for chat destroySergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10437 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-12VKontakte:Sergey Bolhovskoy
fix for view chat messages in chatlog global fix for ‘Too many requests per second’ error git-svn-id: http://svn.miranda-ng.org/main/trunk@10435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-11VKontakte: upgrade vk api version to 5.24Sergey Bolhovskoy
chats was reworked for new api part 3 - finish git-svn-id: http://svn.miranda-ng.org/main/trunk@10427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-10VKontakte: redesign PARAM structure attempt 2, redesign AsyncHttpRequest ↵Sergey Bolhovskoy
structure git-svn-id: http://svn.miranda-ng.org/main/trunk@10415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-09VKontakte: fix for chat messages mistakeSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10411 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-08VKontakte: upgrade vk api version to 5.24 part 1Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-27VKontakte:George Hazan
- fix for long chat messages; - fix for retrieveing user info on adding git-svn-id: http://svn.miranda-ng.org/main/trunk@10332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-27rest of embedded clistsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9973 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-24more useless conversions removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
2014-01-25VKontakte: chats don't go offline when a protocol doesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7895 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-12d-damnGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7619 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-12don't blink in chats on messages from historyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7618 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-12CVkChatUser::m_tszImage removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7616 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-12VKontakte:George Hazan
- completely rewritten schema of pushing requests; - typed http parameters insted of old strings git-svn-id: http://svn.miranda-ng.org/main/trunk@7613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-11- fixed chat messages dupingGeorge Hazan
- chat messages are marked read git-svn-id: http://svn.miranda-ng.org/main/trunk@7610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-11VK: new chats are created without namesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-11VK:George Hazan
- setting nicks for the new chats; - added an option to hide chat windows on startup git-svn-id: http://svn.miranda-ng.org/main/trunk@7604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-11VK: chat creation worksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-11VK: chat title editorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7595 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-11forgotten to declare two remaining fields as constGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-10GCDEST::pszModule and GCDEST::ptszID must be constantGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-10VK: kick & invite work ok in chatsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-10VK: nasty clutch to maintain chat historyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-10VK: more chatsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-09VK: ability to send messages from/to chatsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-09VK: version of chats that reads a nicklist & message historyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7570 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-08initial version of VK chats (invisible for a while)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7550 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c