Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-13 | warning fixes | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-10-14 | VKontakte: | ElzorFox | |
add wall_reply attachments support show text for unknow attachment types version bump | |||
2020-08-16 | SmileyAdd: | George Hazan | |
- major update for custom smileys APIs (cause we have no MSN, there's no need to save MCONTACT for custom smileys); - added path type = 2 to download whole folder for custom smileys; - fixes #2524 (ICQ: стикеры должны приходить как custom smileys, а не как передачи файлов); - fixes #2533 (SmileyAdd не всегда распознаёт стикеры); - fixes #2532 (Полученные стикеры пропадают при переоткрытии окна); - version bump | |||
2020-08-15 | VKontakte: fix typos | ElzorFox | |
2020-08-15 | VKontakte: | ElzorFox | |
fix ‘Process stickers as smileys’ option add template [sticker-%d] for sending stickers | |||
2020-08-14 | VKontakte: | 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-08-13 | VKontakte: fix showing stickers | ElzorFox | |
2020-06-21 | oops | ElzorFox | |
2020-06-21 | VKontakte: sent story links as attachments | ElzorFox | |
2020-06-21 | VKontakte: | ElzorFox | |
add story attachment type fix ‘FilterAudioMessages’ option remove ‘return chat message’ option code cleanup version bump | |||
2020-06-17 | VKontakte: | ElzorFox | |
small VK API upgrade (5.76 => 5.78) add support audio_message and graffiti attachments types (read only) version bump + prepare for upgrade VK API version to 5.110 - part 4 | |||
2020-06-16 | VKontakte: prepare for upgrade VK API version - part 3 | ElzorFox | |
2020-05-14 | simple database event cycles moved to cursors | George Hazan | |
2020-04-28 | database: | George Hazan | |
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning | |||
2020-01-30 | LIST::remove + LIST::indexOf() combination removed with LIST::removeItem | George Hazan | |
2020-01-14 | VKontakte: login fix (header ‘Set-cookie’ can occur more than once) | ElzorFox | |
2020-01-13 | Netlib_GetHeader() - handful utility to avoid writing cycles | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-20 | VKontakte: | 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-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵ | George Hazan | |
variable and unify access to it | |||
2019-09-26 | MS_UTILS_ENTERSTRING -> EnterString, useless service removed | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-06-10 | VKontakte: add hidden option ‘FilterAudioMessages’ | ElzorFox | |
2019-05-29 | all icons with keys replaced with skin password icon SKINICON_OTHER_KEYS | George Hazan | |
2019-04-22 | VKontakte: audio message attachments type support | ElzorFox | |
2019-04-12 | wiping custom icolib functions: VK | George Hazan | |
2019-03-27 | VKontakte: | ElzorFox | |
fix group users in muc fix link to profile for group users in forwarded messages version bump | |||
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-17 | code cleaning | George Hazan | |
2019-01-03 | VKontakte: | ElzorFox | |
fix #1712 (hang at exit) copyrightes update version bump | |||
2018-12-26 | VKontakte: fix memory leek and PVS warnings | ElzorFox | |
2018-10-03 | VKontakte: loading edited messages using RecvMsg | ElzorFox | |
2018-09-24 | VKontakte: | ElzorFox | |
use db_event_edit for edited messages version bump | |||
2018-09-22 | VKontakte: more correct protection from duplicate messages | ElzorFox | |
2018-09-21 | VKontakte: crutch for prevention of duplicate messages removed | ElzorFox | |
2018-09-21 | VKontakte: | ElzorFox | |
version bump adapt GetMessageFromDb using db_event_getById | |||
2018-06-21 | VKontakte: code cleaning | ElzorFox | |
2018-06-21 | VKontakte: add Phoenix Lite and Full MirVers | ElzorFox | |
2018-06-06 | VKontakte: add 'VK Messenger' MirVer | ElzorFox | |
2018-05-29 | VKontakte: | ElzorFox | |
fix #1392 (access denied on typing for banned contacts) fix ‘?’ in avatar filenames version bump | |||
2018-05-27 | global variable name standardization | George Hazan | |
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-05-08 | code cleaning (using new MS coding style) | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |