summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src
AgeCommit message (Collapse)Author
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-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-06VKontakte: remove unneeded threadElzorFox
2017-02-03VKontakte: ignore ‘Access denied: can't set typing activity for this ↵ElzorFox
peer’ error
2017-02-02VKontakte: fix VK API bug on messages.send return value type (see ↵ElzorFox
https://vk.com/bugs?act=show&id=4717174_71)
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-31VKontakte: fix link for attachments if title is emptyElzorFox
2017-01-25VKontakte:ElzorFox
fix autoloading history on open message window fix cleaning lastmsgid key on ‘empty’ sync history
2017-01-24VKontakte:ElzorFox
set low priority for loading history requests rework loading groups to clist add ‘Load last messages when message window open and local history is empty’ option (default true) version bump
2017-01-23no need to implement the same code in each pluginGeorge Hazan