summaryrefslogtreecommitdiff
path: root/protocols/VKontakte
AgeCommit message (Collapse)Author
2018-03-30VKontakte:ElzorFox
fix perpetual loop version bump
2018-03-29VKontakte: fix for #1222ElzorFox
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵George Hazan
Proto_SetUniqueId / Proto_GetUniqueId
2018-03-28common protocol instance management code went into templateGeorge Hazan
2018-03-28all protocols rewritten to CMPluginBaseGeorge Hazan
2018-03-26code cleaningGeorge Hazan
2018-03-25dbchecker moved to deprecatedGeorge Hazan
2018-03-23Clist_GroupCreate() to be called inside OnModulesLoaded, not inside the ↵George Hazan
protocol's constructor
2018-03-21VKontakte: longer timeouts - less api errorsElzorFox
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-03-16LIST<>::indexOf(T**) - fast index calculation for direct iteratorsGeorge Hazan
2018-03-15LIST<> iterators:George Hazan
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators
2018-03-09more loop-related code cleaningGeorge Hazan
2018-03-07old AdvaImg services converted into Image_* functionsGeorge Hazan
2018-03-01VKontakte:ElzorFox
update VK_API to 5.73 version bump
2018-02-22more correct fix versionGeorge Hazan
2018-02-22minor memory leak in vk_avatars.cppGeorge Hazan
2018-02-21VK: C++'11 iteratorsGeorge Hazan
2018-01-31CMake: fixes for FreeImage.protomors
2018-01-31useless wrappers removed & replaced with PROTO_INTERFACE method callsGeorge Hazan
2018-01-31VKontakte: fix addition EVENTTYPE_AUTHREQUEST eventsElzorFox
2018-01-31VKontakte:ElzorFox
support edited messages on history sync add edited time for edited messages update VK_API to 5.71 version bump
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-11parameters unification between JSON & HTTPGeorge Hazan
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-06fix after files conversationKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-28OPTIONSDIALOGPAGE::hInstance is useless when pDialog is filledGeorge Hazan
2017-11-28VKontakte: crash fixElzorFox
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-05More CMake (#1016)Vitaly Svyastyn
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers.
2017-11-02VKontakte: fix capitalizationdartraiden
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-16the whole idea of customizable colors in chat considered totally uselessGeorge Hazan
2017-10-15VKontakte: ignore ‘friends_recomm’ news typeElzorFox
2017-10-14VKontakte: crash fixElzorFox
2017-09-20replace Cyrillic "С" by Latin "C"dartraiden
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-09-19VKontakte: opsElzorFox