Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-30 | VKontakte: | ElzorFox | |
fix perpetual loop version bump | |||
2018-03-29 | VKontakte: fix for #1222 | ElzorFox | |
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-28 | common protocol instance management code went into template | George Hazan | |
2018-03-28 | all protocols rewritten to CMPluginBase | George Hazan | |
2018-03-26 | code cleaning | George Hazan | |
2018-03-25 | dbchecker moved to deprecated | George Hazan | |
2018-03-23 | Clist_GroupCreate() to be called inside OnModulesLoaded, not inside the ↵ | George Hazan | |
protocol's constructor | |||
2018-03-21 | VKontakte: longer timeouts - less api errors | ElzorFox | |
2018-03-17 | more warning fixes | George Hazan | |
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-15 | LIST<> 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-09 | more loop-related code cleaning | George Hazan | |
2018-03-07 | old AdvaImg services converted into Image_* functions | George Hazan | |
2018-03-01 | VKontakte: | ElzorFox | |
update VK_API to 5.73 version bump | |||
2018-02-22 | more correct fix version | George Hazan | |
2018-02-22 | minor memory leak in vk_avatars.cpp | George Hazan | |
2018-02-21 | VK: C++'11 iterators | George Hazan | |
2018-01-31 | CMake: fixes for FreeImage. | protomors | |
2018-01-31 | useless wrappers removed & replaced with PROTO_INTERFACE method calls | George Hazan | |
2018-01-31 | VKontakte: fix addition EVENTTYPE_AUTHREQUEST events | ElzorFox | |
2018-01-31 | VKontakte: | ElzorFox | |
support edited messages on history sync add edited time for edited messages update VK_API to 5.71 version bump | |||
2018-01-31 | VKontakte: С++ 11 scope for | ElzorFox | |
2018-01-26 | code optimization | George Hazan | |
2018-01-26 | AdvaImg: | 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-01 | massive copyright update | dartraiden | |
2017-12-30 | VKontakte: more fix for fix show deactivate actions | ElzorFox | |
2017-12-29 | VKontakte: fix show deactivate actions for hidden users | ElzorFox | |
2017-12-18 | VKontakte: | ElzorFox | |
add edited message support (only from vk to miranda) update VK_API to 5.68 version bump | |||
2017-12-11 | parameters unification between JSON & HTTP | George 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-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-12-06 | fix after files conversation | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-28 | OPTIONSDIALOGPAGE::hInstance is useless when pDialog is filled | George Hazan | |
2017-11-28 | VKontakte: crash fix | ElzorFox | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-11-05 | More 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-02 | VKontakte: fix capitalization | dartraiden | |
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-16 | the whole idea of customizable colors in chat considered totally useless | George Hazan | |
2017-10-15 | VKontakte: ignore ‘friends_recomm’ news type | ElzorFox | |
2017-10-14 | VKontakte: crash fix | ElzorFox | |
2017-09-20 | replace Cyrillic "С" by Latin "C" | dartraiden | |
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-09-19 | VKontakte: ops | ElzorFox | |