summaryrefslogtreecommitdiff
path: root/protocols/VKontakte
AgeCommit message (Collapse)Author
2017-09-12Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"George Hazan
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
2017-09-11old good sound services became finally functionsGeorge Hazan
2017-09-07crash fixGeorge Hazan
2017-09-07VKontakte: code cleaningElzorFox
2017-09-06VKontakte:ElzorFox
fix error 100 on messages.markAsRead version bump
2017-09-02VKontakte: fix parsing telephone digits in capchaElzorFox
2017-08-20VKontakte: minor fixElzorFox
2017-08-16VKontakte:ElzorFox
add hidden contact option ShowVkDeactivateEvents (default true) update VK_API to 5.68 version bump
2017-08-15anonymous SRMM services got namesGeorge Hazan
2017-08-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-07-28VKontakte:Tobias Weimer
- translation fix
2017-07-28VKontakte: add nick to broadcast popup titleElzorFox
2017-07-23VKontakte:Tobias Weimer
* Fixed typo
2017-07-22VKontakte: fix typoElzorFox
2017-07-22VKontakte:ElzorFox
remove ‘Use non-standard urlEncode for sent messages (less traffic)’ option (now ExpUrlEncode is used by default) add UseStandardUrlEncode hidden option :) add ‘Notify about changes of contacts audio broadcast’ option (default false) add FloodListingToPopups contacts hidden option (default true) version bump
2017-07-05VKontakte:ElzorFox
update VK_API to 5.67 version bump
2017-06-24VKontakte: small fixElzorFox
2017-06-14more libjson dependenciesGeorge Hazan
2017-06-05VKontakte:ElzorFox
update VKAPI_VER to 5.65 version bump
2017-05-18VKontakte:ElzorFox
fix random server delivery processing show error popups for sending messages errors
2017-05-14VKontakte:ElzorFox
fix invisible status on sending message update VK_API_VER to 5.64 version bump
2017-05-02VKontakte: fix invisible status on miranda startElzorFox
2017-04-14VKontakte: code cleaningElzorFox
2017-04-02VKontakte: more fix multiply loading historyElzorFox
2017-04-02VKontakte:ElzorFox
fix treads handle leaks fix multiply loading history on quick online-offline-online
2017-03-30VKontakte:ElzorFox
fix return types for js store procedures => fix loading history for messages > 100
2017-03-29VKontakte:ElzorFox
add multiple files sending (simple but not optimal way) version bump
2017-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
2017-03-24revolution in chat menusGeorge Hazan
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
2017-03-21VKontakte:ElzorFox
update VK_API_VER to 5.63 version bump
2017-03-19VKontakte: fix warning C4840 in MSVS 2017ElzorFox
2017-03-19VKontakte:ElzorFox
fix sending API requests (maximum 3 requests to API methods per second) fix sending long and uint parameters as signed int version bump
2017-03-19VKontakte: more correct fix for sending unneeded GetServerHistory requestesElzorFox
2017-03-19VKontakte:ElzorFox
fix sending unneeded GetServerHistory requestes tempory (?) increase timeout between API requests
2017-03-17forgotten TCHAR removedGeorge Hazan
2017-03-12VKontakte: sent track visitor on onlineElzorFox
2017-03-10Group chats:George Hazan
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog
2017-03-10VKontacte: code cleaningElzorFox
2017-03-10VKontakte: add .js file with stored procedures codeElzorFox
2017-03-09VKontakte:ElzorFox
move js code to vk stored procedures version bump
2017-03-08VKontakte: no PollingThread => no onlineElzorFox
2017-02-28VKontakte:ElzorFox
add option ‘Add message link to messages with attachments’ version bump
2017-02-17VKontakte: fix potential crashElzorFox
2017-02-16VKontakte: PoolServer down fixElzorFox
2017-02-15VKontakte: crash fix ( issue #716)ElzorFox
2017-02-14fix for include duplicates & recursionsGeorge Hazan
2017-02-10fix double spacedartraiden