summaryrefslogtreecommitdiff
path: root/protocols/VKontakte
AgeCommit message (Collapse)Author
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-02-16useless checks removedGeorge Hazan
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2020-01-25massive 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-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-14VKontakte: login fix (header ‘Set-cookie’ can occur more than once)ElzorFox
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-20VKontakte: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-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-19warning fixesGeorge Hazan
2019-11-08VKontakte: fix error code for restarted reguestElzorFox
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-09-26MS_UTILS_ENTERSTRING -> EnterString, useless service removedGeorge Hazan
2019-09-25fixes #2080 (protocol menu is lost during dynamic account creation)George Hazan
2019-09-02VKontakte: crachfix on server error == 1 for file sendingElzorFox
2019-07-26warning fixesGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-24more useless shit cleanedGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-07-15PROTO_INTERFACE::ReportSelfAvatarChanged = useful helper for working with ↵George Hazan
avatars
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-06-10VKontakte: more logical order of processing parts of messagesElzorFox
2019-06-10VKontakte: add hidden option ‘FilterAudioMessages’ElzorFox
2019-06-04fixes #1963 (unused icons in proto_conn_*.dll)George Hazan
2019-05-29all icons with keys replaced with skin password icon SKINICON_OTHER_KEYSGeorge Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-04-22VKontakte: audio message attachments type supportElzorFox
2019-04-21VKontakte:ElzorFox
send .ogg as audio messages version bump
2019-04-13VKontakte: fix mark messages as read on typing if user is invisibleElzorFox
2019-04-12wiping custom icolib functions: VKGeorge Hazan
2019-04-08VKontakte: fix typing on invisible statusElzorFox
2019-03-29VKontakte: fix unsupported functionsElzorFox
2019-03-28VKontakte:ElzorFox
fix (?) add groups user to friend list fix add/remove groups user to/from muc
2019-03-28VKontakte: types fixElzorFox
2019-03-27VKontakte:ElzorFox
fix group users in muc fix link to profile for group users in forwarded messages version bump
2019-03-06popups: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-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-19VKontakte: more correct 7d75ffbElzorFox
2019-02-17VKontakte:ElzorFox
crutch for unfreeze threads if connection freeze version bump
2019-02-09VKontakte: fix error 13 in store procedure ‘GetServerHistory’ElzorFox
2019-02-09VKontakte: preparation for transition to new VK_API version – stage 0.1ElzorFox
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2019-02-05VKontakte: fix processing vk notificationsElzorFox