summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_thread.cpp
AgeCommit message (Collapse)Author
2023-08-04VKontakte:ElzorFox
VK ID INT64 compatibility – part 1 code cleanup version bump
2023-06-09VKontakte:ElzorFox
fix authorization version bump
2023-02-09VKontakte:ElzorFox
fix cleaning AccessToken on any connection fail version bump
2023-01-02Update copyrightsdartraiden
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-11-30VKontakte: small fix for false account deletionElzorFox
2021-11-26VKontakte: crutch for fix false account deletionElzorFox
2021-11-02VKontakte:ElzorFox
fix #2968 version bump
2021-10-06VKontakte: login small fixElzorFox
2021-10-05VKontakte: fix 2FAElzorFox
2021-06-16VKontakte: code cleaningElzorFox
2021-06-15VKontakte:ElzorFox
crutch for login after entering confirmation code (VK returns 404 instead of token) update VK_API_VER to 5.131 version bump
2021-05-19VKontakte:ElzorFox
authorization fix version bump
2021-05-11VKontakte: fix invisible statusElzorFox
2021-01-17Update copyrightsdartraiden
2020-08-01VKontakte: fix deleting dialog on ban userElzorFox
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-20VKontakte:ElzorFox
fix option ‘Load only friends to local contact list’ add hidden option ‘ReqAuthTimeLater’ change logic for ‘remind later’ on friend request - now one per ReqAuthTimeLater (default 86400) sec, not on protocol online version bump
2019-11-19warning fixesGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-07-26warning fixesGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-02-17VKontakte:ElzorFox
crutch for unfreeze threads if connection freeze version bump
2019-01-03VKontakte: additional fix for #1712ElzorFox
2019-01-03VKontakte:ElzorFox
fix #1712 (hang at exit) copyrightes update version bump
2018-12-31VKontakte: fix socket leakElzorFox
2018-12-26VKontakte: fix memory leek and PVS warningsElzorFox
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-10-01VKontakte:ElzorFox
fix 2FA (not all of parameters ‘api_hash’ are equally useful. suddenly) version bump
2018-07-26VKontakte: crash fixElzorFox
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-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-17more warning fixesGeorge Hazan
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-02-21VK: C++'11 iteratorsGeorge Hazan
2018-01-31VKontakte: С++ 11 scope forElzorFox
2018-01-26code optimizationGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-30VKontakte: more fix for fix show deactivate actionsElzorFox
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-09-19VKontakte:ElzorFox
add removing from friendlist and clear server history on delete from Miranda clist version bump