summaryrefslogtreecommitdiff
path: root/protocols/VKontakte
AgeCommit message (Collapse)Author
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
2019-02-02Unify option namedartraiden
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-17that hook must be called upon ME_SYSTEM_MODULESLOADED eventGeorge Hazan
2019-01-17code cleaningGeorge Hazan
2019-01-08fixes #1715 (by default account's destructor doesn't free network handle)George Hazan
2019-01-04Update copyrightsdartraiden
2019-01-03VKontakte: additional fix for #1712ElzorFox
2019-01-03VKontakte:ElzorFox
fix #1712 (hang at exit) copyrightes update version bump
2018-12-31VKontakte: version bumpElzorFox
2018-12-31VKontakte: fix socket leakElzorFox
2018-12-26VKontakte: fix memory leek and PVS warningsElzorFox
2018-12-26VKontakte: fix PVS warningsElzorFox
2018-12-21code cleaningGeorge Hazan
2018-12-21attempt to unify AsyncHttpRequest in various protocolsGeorge Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan