summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src
AgeCommit message (Collapse)Author
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-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-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-11-26fix for chat structures declarationGeorge Hazan
2018-10-09VKontakte:ElzorFox
remove unneeded sleep add debug information
2018-10-09VKontakte:ElzorFox
rework load attachments on link sending and receiving version bump
2018-10-06VKontakte: correct versionElzorFox
2018-10-06VKontakte:ElzorFox
support deleted messages version bump
2018-10-03VKontakte:ElzorFox
history synchronization without deleting messages version bump
2018-10-03VKontakte: loading edited messages using RecvMsgElzorFox
2018-10-01VKontakte:ElzorFox
fix 2FA (not all of parameters ‘api_hash’ are equally useful. suddenly) version bump
2018-10-01centralized system of processing message ids. also fixes #1375George Hazan
2018-09-24VKontakte:ElzorFox
use db_event_edit for edited messages version bump
2018-09-22VKontakte: more correct protection from duplicate messagesElzorFox
2018-09-21VKontakte: crutch for prevention of duplicate messages removedElzorFox
2018-09-21VKontakte: add id for incoming messagesElzorFox
2018-09-21VK: correct RecvMsg replacementGeorge Hazan
2018-09-21VKontakte:ElzorFox
version bump adapt GetMessageFromDb using db_event_getById
2018-09-20creepy crutch removed that was adding message ids after the binary zero in ↵George Hazan
message text
2018-09-03Popups:George Hazan
- fixes #1564 (Move popups fonts/colors settings into submenu SkypeWeb VKontakte) - more code cleaning
2018-09-03popup code cleaningGeorge Hazan
2018-08-31VKontakte: no need to specify protocol name heredartraiden
2018-08-31Unify fonts/colors settings for popupsdartraiden
2018-07-26VKontakte: crash fixElzorFox
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-06-21VKontakte: code cleaningElzorFox
2018-06-21VKontakte: add Phoenix Lite and Full MirVersElzorFox
2018-06-06VKontakte: add 'VK Messenger' MirVerElzorFox
2018-05-29VKontakte: additional fix for #1392ElzorFox
2018-05-29VKontakte:ElzorFox
fix #1392 (access denied on typing for banned contacts) fix ‘?’ in avatar filenames version bump