summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_struct.h
AgeCommit message (Collapse)Author
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-30VKontakte: more fix for fix show deactivate actionsElzorFox
2017-12-11parameters unification between JSON & HTTPGeorge Hazan
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-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-02-28VKontakte:ElzorFox
add option ‘Add message link to messages with attachments’ version bump
2017-01-24VKontakte:ElzorFox
set low priority for loading history requests rework loading groups to clist add ‘Load last messages when message window open and local history is empty’ option (default true) version bump
2017-01-23VKontakte:ElzorFox
rename option ‘Automatically wipe local contacts missing in your friend list’ ->’ Load only friends to local contact list’ rework loading clist logic (now if option ‘ Load only friends to local contact list’ is true, non-friends contact are not created on loading dialogs and are not cleaned automatically on loading friendlist) version bump
2017-01-01bump copyright yeardartraiden
2016-11-14VKontakte: add 'ShowVkDeactivateEvents' hidden option (default true)ElzorFox
2016-10-31VKontakte: add user deactivate eventsElzorFox
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 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-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-15VKontakte:Sergey Bolhovskoy
add option for loading sent attachments version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17094 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-13VKontakte: Sergey Bolhovskoy
add ‘Send VK-objects links as attachments’ option move ‘Use non-standard popups for news and event notifications’ option to View page version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-24VKontakte: Sergey Bolhovskoy
added friend_accepted notification type version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17026 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17VKontakte:Sergey Bolhovskoy
add change nick in muc support version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-14VKontakte: remove unneeded m_protoSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16650 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13VKontakte: Sergey Bolhovskoy
radiobox group settings -> combobox (patch by MikalaiR, edited) remove unneeded methods git-svn-id: http://svn.miranda-ng.org/main/trunk@16634 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-09VKontakte: link forgotten option Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-07VKontakte: add settings for show/hide proto menu items Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16602 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-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
2016-01-02Copyrights update part 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-29VKontakte:Sergey Bolhovskoy
update VK_API version to 5.42 add [code] bbc for forwarding messages load unread message for muc on connect version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-12VKontakte:Sergey Bolhovskoy
add typing notification for muc upgrade VK_API version to 5.40 add ‘caption’ for link attachments version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15715 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-23VKontakte: Sergey Bolhovskoy
popup & sound support for newsfeed add hidden option for return chat message version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-14VKontakte: coverity fixSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15348 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-07VKontakte: Sergey Bolhovskoy
code refactoring fix memory leaks and corruption fix for support MessageState version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15294 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c