summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_queue.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-03-04VKontakte:ElzorFox
write cookie to debuglog fix invisible status on captcha processing
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-03-03VKontakte:ElzorFox
rework retrieve requests processing sending the captcha result as a separate request no captcha form for longpool process 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-23VKontakte: fix hanging on loading captchaElzorFox
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-01-08Update copyrightsdartraiden
2024-01-06code cleaningGeorge Hazan
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2023-10-24XP compatibility fixGeorge Hazan
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-11-02VKontakte:ElzorFox
fix #2968 version bump
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-01-17Update copyrightsdartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-11-08VKontakte: fix error code for restarted reguestElzorFox
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-02-19VKontakte: more correct 7d75ffbElzorFox
2019-02-17VKontakte:ElzorFox
crutch for unfreeze threads if connection freeze version bump
2019-01-03VKontakte:ElzorFox
fix #1712 (hang at exit) copyrightes update version bump
2018-12-31VKontakte: fix socket leakElzorFox
2018-12-26VKontakte: fix PVS warningsElzorFox
2018-12-21attempt to unify AsyncHttpRequest in various protocolsGeorge Hazan
2018-03-21VKontakte: longer timeouts - less api errorsElzorFox
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-04-14VKontakte: code cleaningElzorFox
2017-04-02VKontakte:ElzorFox
fix treads handle leaks fix multiply loading history on quick online-offline-online
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:ElzorFox
fix sending unneeded GetServerHistory requestes tempory (?) increase timeout between API requests
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-11VKontakte: fix (?) set online status after connection problemElzorFox
2016-08-05VKontakte: Sergey Bolhovskoy
fix(???) ‘validation required’ error add support vk-groups contacts fix (???) rare error with WorkerThread on connection lost version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29VKontakte:Sergey Bolhovskoy
rename string variables (p)tsz* -> (p)wsz* rename struct TCHAR_ PARAM -> WCHAR_ PARAM change mir_sntprintf -> mir_snwprintf, LPCTSTR -> LPCWSTR, setTString -> setWString, db_set_ts(a)-> db_set_ws(a) and etc. git-svn-id: http://svn.miranda-ng.org/main/trunk@17141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23VKontakte: fix (?) freeze status as offline on speedy status change Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-07VKontakte:Sergey Bolhovskoy
option flags move to separate class account manager dialog -> core ui option page dialogs -> core ui move declarations to private section remove unneeded (after rev. 16596) attention from option dialog code cleanup version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04VKontakte: Sergey Bolhovskoy
add VKlang to options remove unused title icon cosmetic fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@16582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-01VKontakte: Sergey Bolhovskoy
gzip support support persistent connection to api.vk.com (patch by MikalaiR) version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16568 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-20VK: code cleanup MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-09VKontakte: Sergey Bolhovskoy
add LastSeen support add additional user profile fields (country, city, relation, interests, activities, music, movies, tv, books, games, quotes) add hidden option for lang (‘VKLang’, UNICODE) version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16449 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c