summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/misc.cpp
AgeCommit message (Collapse)Author
2019-04-22VKontakte: audio message attachments type supportElzorFox
2019-04-12wiping custom icolib functions: VKGeorge Hazan
2019-03-27VKontakte:ElzorFox
fix group users in muc fix link to profile for group users in forwarded messages version bump
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-17code cleaningGeorge Hazan
2019-01-03VKontakte:ElzorFox
fix #1712 (hang at exit) copyrightes update version bump
2018-12-26VKontakte: fix memory leek and PVS warningsElzorFox
2018-10-03VKontakte: loading edited messages using RecvMsgElzorFox
2018-09-24VKontakte:ElzorFox
use db_event_edit for edited messages version bump
2018-09-22VKontakte: more correct protection from duplicate messagesElzorFox
2018-09-21VKontakte: crutch for prevention of duplicate messages removedElzorFox
2018-09-21VKontakte:ElzorFox
version bump adapt GetMessageFromDb using db_event_getById
2018-06-21VKontakte: code cleaningElzorFox
2018-06-21VKontakte: add Phoenix Lite and Full MirVersElzorFox
2018-06-06VKontakte: add 'VK Messenger' MirVerElzorFox
2018-05-29VKontakte:ElzorFox
fix #1392 (access denied on typing for banned contacts) fix ‘?’ in avatar filenames version bump
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-08code cleaning (using new MS coding style)George Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-18PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵George Hazan
inside
2018-04-06VKontakte:ElzorFox
update VK_API to 5.74 add hidden option StickerSize (DWORD, default 128) add hidden option StickerBackground (BYTE, default false) add chat action pin/unpin message (no text pinned message from api) version bump
2018-03-30VKontakte:ElzorFox
fix perpetual loop version bump
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-16LIST<>::indexOf(T**) - fast index calculation for direct iteratorsGeorge Hazan
2018-03-09more loop-related code cleaningGeorge Hazan
2018-02-21VK: C++'11 iteratorsGeorge Hazan
2018-01-31VKontakte: fix addition EVENTTYPE_AUTHREQUEST eventsElzorFox
2018-01-31VKontakte: С++ 11 scope forElzorFox
2018-01-26code optimizationGeorge Hazan
2018-01-26AdvaImg:George Hazan
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg
2018-01-01massive copyright updatedartraiden
2017-12-30VKontakte: more fix for fix show deactivate actionsElzorFox
2017-12-29VKontakte: fix show deactivate actions for hidden usersElzorFox
2017-12-18VKontakte:ElzorFox
add edited message support (only from vk to miranda) update VK_API to 5.68 version bump
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-09-19VKontakte:ElzorFox
add removing from friendlist and clear server history on delete from Miranda clist version bump
2017-09-07VKontakte: code cleaningElzorFox
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-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-06-24VKontakte: small fixElzorFox
2017-05-18VKontakte:ElzorFox
fix random server delivery processing show error popups for sending messages errors