summaryrefslogtreecommitdiff
path: root/protocols/VKontakte
AgeCommit message (Collapse)Author
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-06fix after files conversationKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-28OPTIONSDIALOGPAGE::hInstance is useless when pDialog is filledGeorge Hazan
2017-11-28VKontakte: crash fixElzorFox
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-05More CMake (#1016)Vitaly Svyastyn
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers.
2017-11-02VKontakte: fix capitalizationdartraiden
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-16the whole idea of customizable colors in chat considered totally uselessGeorge Hazan
2017-10-15VKontakte: ignore ‘friends_recomm’ news typeElzorFox
2017-10-14VKontakte: crash fixElzorFox
2017-09-20replace Cyrillic "С" by Latin "C"dartraiden
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-09-19VKontakte: opsElzorFox
2017-09-19VKontakte:ElzorFox
add removing from friendlist and clear server history on delete from Miranda clist version bump
2017-09-18VKontakte: fix error 100 for deactivated contact on mark message as readElzorFox
2017-09-12old good sound services became finally functionsGeorge Hazan
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