Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-11 | PS_CREATEACCMGRUI is obsoleted and converted into event | George Hazan | |
2023-02-10 | ME_DB_EVENT_MARKED_READ: recursion prevention | George Hazan | |
2023-01-25 | Group chats: ChatRoomID setting replaced with real protocol id | George Hazan | |
2023-01-17 | PROTO_INTERFACE::GetAvatarPath - new helper for calculating avatars' root ↵ | George Hazan | |
for an account | |||
2023-01-02 | Update copyrights | dartraiden | |
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-06-13 | Popup+: fix for a madness with default popup class values | George Hazan | |
2022-01-24 | We do not need to translate account names | dartraiden | |
2022-01-22 | Fixes #2997 | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-06-16 | VKontakte: code cleaning | ElzorFox | |
2021-01-17 | Update copyrights | dartraiden | |
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-07-31 | VKontakte: | ElzorFox | |
fix deletion dialog on contact delete update VK_API version to 5.122 version bump | |||
2020-07-23 | fixes #2493 (Проблема с Юникодом в диалоге ↵ | George Hazan | |
добавления контакта) | |||
2020-07-22 | VKontakte: use standard menu item for history load | ElzorFox | |
2020-07-08 | group chat initialization to be done in protocol's constructor, not inside ↵ | George Hazan | |
OnModulesLoaded | |||
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-01-01 | Happy new year, Miranda | George Hazan | |
2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
2019-09-25 | fixes #2080 (protocol menu is lost during dynamic account creation) | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-07-24 | more useless shit cleaned | George Hazan | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-04-13 | VKontakte: fix mark messages as read on typing if user is invisible | ElzorFox | |
2019-04-12 | wiping custom icolib functions: VK | George Hazan | |
2019-04-08 | VKontakte: fix typing on invisible status | ElzorFox | |
2019-03-29 | VKontakte: fix unsupported functions | ElzorFox | |
2019-03-28 | VKontakte: | ElzorFox | |
fix (?) add groups user to friend list fix add/remove groups user to/from muc | |||
2019-03-06 | popups: | George Hazan | |
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled; | |||
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-17 | VKontakte: | ElzorFox | |
crutch for unfreeze threads if connection freeze version bump | |||
2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
2019-01-03 | VKontakte: | ElzorFox | |
fix #1712 (hang at exit) copyrightes update version bump | |||
2018-12-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-10-01 | centralized system of processing message ids. also fixes #1375 | George Hazan | |
2018-09-21 | VKontakte: crutch for prevention of duplicate messages removed | ElzorFox | |
2018-09-03 | Popups: | George Hazan | |
- fixes #1564 (Move popups fonts/colors settings into submenu SkypeWeb VKontakte) - more code cleaning | |||
2018-09-03 | popup code cleaning | George Hazan | |
2018-08-31 | VKontakte: no need to specify protocol name here | dartraiden | |
2018-08-31 | Unify fonts/colors settings for popups | dartraiden | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-29 | VKontakte: additional fix for #1392 | ElzorFox | |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-20 | sounds packed into CMPlugin (reduces usage of hLangpack) | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-21 | code cleaning: | George Hazan | |
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown |