summaryrefslogtreecommitdiff
path: root/protocols/VKontakte
AgeCommit message (Collapse)Author
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
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
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22m_chat.h => CMPluginGeorge Hazan