Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-18 | VKontakte: | ElzorFox | |
VK API upgrade (5.78 => 5.110) 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-06-15 | VKontakte: prepare for upgrade VK API version - part 2 | ElzorFox | |
2020-06-11 | VKontakte: prepare for upgrade VK API version | ElzorFox | |
2020-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
2020-05-22 | also the same fix for icon projects | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-05-14 | simple database event cycles moved to cursors | George Hazan | |
2020-05-10 | VKontakte: fix for memory corruption in CVkAccMgrForm | George Hazan | |
2020-04-28 | database: | George Hazan | |
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning | |||
2020-04-06 | useless commands removed | George Hazan | |
2020-02-29 | MessageState: rewritten from scratch to work | George Hazan | |
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 | |