summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_struct.cpp
AgeCommit message (Collapse)Author
2025-06-24VKontakte: TimeoutForUserGet => TimeoutForUsersGetElzorFox
2025-06-24VKontakte:ElzorFox
add hidden option ‘RepeatRequestAfterEmptyFrame‘ (default false) for old behavior on users.get empty response add hidden option ‘LoadCListInterval’ (default 1) for interval between contacts status requests rename hidden option ‘TimeoutAfterUserGet’ to ‘TimeoutForUserGet’ more fix for ’error 9’ version bump
2025-06-17VKontakte:ElzorFox
fix loading max 100 online contacts rework procedure for loading contact statuses new hidden option TimeoutAfterUserGet (default 0) for fix ‘user.get’ flood remove old code for replace option name version bump
2025-03-04VKontakte:ElzorFox
clean old non-working login code clean login information from database clean login controls from option dialogs fix #4901 version bump
2025-02-25VKontakte:ElzorFox
revert changed HTTP headers set UA to ‘Mianda NG’ without full build version (change UA = new captcha) fix remove deleted cookies
2025-02-21VKontakte:ElzorFox
remove old token (before 20/02) on update change UA to Chrome cleanup version bump
2025-02-19VKontakte:ElzorFox
work has been restored after the latest changes from the VK (!!! except for receiving a token) version bump
2025-01-01Another year has passeddartraiden
2024-12-18VKontakte:ElzorFox
fix #4808 (remove unneeded option) version bump
2024-12-13VKontakte:ElzorFox
remove unneeded old mode and related option version bump
2024-10-22VKontakte: format forwarding messages as quoteElzorFox
2024-10-21VKontakte:ElzorFox
quick fix #4753 version bump
2024-05-07VKontakte: add 'OggInAudioMessages' hidden options (default false)ElzorFox
2024-04-06VKontakte:ElzorFox
async mode download images as default add ‘LoadFilesAsync’ hiden option (default true) add dynamic show image in NewStory on finish download add option for bbc in NewStory support add option for show original version message in edited message version bump
2024-04-03VKontakte:ElzorFox
first version with pictures download (set BBCNewStorySupport to 1(BYTE) for activate) version bump
2024-03-29VKontakte: fix #4310 - beauty is in the eye of the beholderElzorFox
2024-01-08Update copyrightsdartraiden
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2023-11-27VKontakte: add hidden option ‘ShowReplyInMessage’ (default true)ElzorFox
2023-09-01VKontakte:ElzorFox
VK ID INT64 compatibility – part 2 version bump
2023-08-04VKontakte:ElzorFox
VK ID INT64 compatibility – part 1 code cleanup version bump
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-08-15VKontakte: fix typosElzorFox
2020-08-15VKontakte:ElzorFox
fix ‘Process stickers as smileys’ option add template [sticker-%d] for sending stickers
2020-08-14VKontakte:ElzorFox
rework ‘Process stickers as smileys’ option for dynamic loading sticker from vk (working) and showing as smiley (not working - issue #2527) version bump
2020-06-21VKontakte:ElzorFox
add story attachment type fix ‘FilterAudioMessages’ option remove ‘return chat message’ option code cleanup version bump
2020-06-18VKontakte:ElzorFox
VK API upgrade (5.78 => 5.110) version bump
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
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-06-10VKontakte: add hidden option ‘FilterAudioMessages’ElzorFox
2019-04-21VKontakte:ElzorFox
send .ogg as audio messages version bump
2019-02-09VKontakte: preparation for transition to new VK_API version – stage 0.1ElzorFox
2019-01-03VKontakte:ElzorFox
fix #1712 (hang at exit) copyrightes update version bump
2018-12-21code cleaningGeorge Hazan
2018-12-21attempt to unify AsyncHttpRequest in various protocolsGeorge 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-01-01massive copyright updatedartraiden
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-07VKontakte: code cleaningElzorFox
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
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-06-24VKontakte: small fixElzorFox
2017-04-14VKontakte: code cleaningElzorFox
2017-02-28VKontakte:ElzorFox
add option ‘Add message link to messages with attachments’ version bump