Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-02-19 | if a protocol handles an event, it shall return 1, not 0 | George Hazan | |
2020-02-16 | useless checks removed | George Hazan | |
2020-01-30 | LIST::remove + LIST::indexOf() combination removed with LIST::removeItem | George Hazan | |
2020-01-25 | massive code cleaning: | George Hazan | |
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes | |||
2020-01-20 | db_event_delete: unused parameter removed | 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-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
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-11-19 | warning fixes | George Hazan | |
2019-11-08 | VKontakte: fix error code for restarted reguest | ElzorFox | |
2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
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-09-25 | fixes #2080 (protocol menu is lost during dynamic account creation) | George Hazan | |
2019-09-02 | VKontakte: crachfix on server error == 1 for file sending | ElzorFox | |
2019-07-26 | warning fixes | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-07-24 | more useless shit cleaned | George Hazan | |
2019-07-24 | NLHR_PTR - smart pointers make better code | George Hazan | |
2019-07-15 | PROTO_INTERFACE::ReportSelfAvatarChanged = useful helper for working with ↵ | George Hazan | |
avatars | |||
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-06-10 | VKontakte: more logical order of processing parts of messages | ElzorFox | |
2019-06-10 | VKontakte: add hidden option ‘FilterAudioMessages’ | ElzorFox | |
2019-06-04 | fixes #1963 (unused icons in proto_conn_*.dll) | George Hazan | |
2019-05-29 | all icons with keys replaced with skin password icon SKINICON_OTHER_KEYS | George Hazan | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-04-22 | VKontakte: audio message attachments type support | ElzorFox | |
2019-04-21 | VKontakte: | ElzorFox | |
send .ogg as audio messages version bump | |||
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-28 | VKontakte: types fix | ElzorFox | |
2019-03-27 | VKontakte: | ElzorFox | |
fix group users in muc fix link to profile for group users in forwarded messages version bump | |||
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-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-02-19 | VKontakte: more correct 7d75ffb | ElzorFox | |
2019-02-17 | VKontakte: | ElzorFox | |
crutch for unfreeze threads if connection freeze version bump | |||
2019-02-09 | VKontakte: fix error 13 in store procedure ‘GetServerHistory’ | ElzorFox | |
2019-02-09 | VKontakte: preparation for transition to new VK_API version – stage 0.1 | ElzorFox | |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2019-02-05 | VKontakte: fix processing vk notifications | ElzorFox | |