summaryrefslogtreecommitdiff
path: root/protocols/VKontakte
AgeCommit message (Collapse)Author
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-03-25VKontakte: cosmetic fix for confirmation code windowElzorFox
2021-03-13warning fixesGeorge Hazan
2021-03-03VKontakte:ElzorFox
update VK_API version to 5.130 version bump
2021-01-17Update copyrightsdartraiden
2020-11-11VKontakte:ElzorFox
update VK_API version to 5.126 version bump
2020-10-14VKontakte:ElzorFox
add wall_reply attachments support show text for unknow attachment types version bump
2020-09-17VKontakte:ElzorFox
update VK_API version to 5.124 version bump
2020-08-16SmileyAdd:George Hazan
- major update for custom smileys APIs (cause we have no MSN, there's no need to save MCONTACT for custom smileys); - added path type = 2 to download whole folder for custom smileys; - fixes #2524 (ICQ: стикеры должны приходить как custom smileys, а не как передачи файлов); - fixes #2533 (SmileyAdd не всегда распознаёт стикеры); - fixes #2532 (Полученные стикеры пропадают при переоткрытии окна); - version bump
2020-08-15VKontakte: fix typosElzorFox
2020-08-15VKontakte:ElzorFox
fix ‘Process stickers as smileys’ option add template [sticker-%d] for sending stickers
2020-08-14VKontakte:ElzorFox
rework ‘Process stickers as smileys’ option for dynamic loading sticker from vk (working) and showing as smiley (not working - issue #2527) version bump
2020-08-13VKontakte: fix showing stickersElzorFox
2020-08-01VKontakte: fix deleting dialog on ban userElzorFox
2020-07-31VKontakte:ElzorFox
fix deletion dialog on contact delete update VK_API version to 5.122 version bump
2020-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
2020-07-22VKontakte: use standard menu item for history loadElzorFox
2020-07-09VKontakte:ElzorFox
update VK API version to 5.120 version bump
2020-07-08group chat initialization to be done in protocol's constructor, not inside ↵George Hazan
OnModulesLoaded
2020-06-21oopsElzorFox
2020-06-21VKontakte: sent story links as attachmentsElzorFox
2020-06-21VKontakte:ElzorFox
add story attachment type fix ‘FilterAudioMessages’ option remove ‘return chat message’ option code cleanup version bump
2020-06-19VKontakte: stored procedure fixElzorFox
2020-06-18VKontakte:ElzorFox
VK API upgrade (5.78 => 5.110) version bump
2020-06-17VKontakte: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-16VKontakte: prepare for upgrade VK API version - part 3ElzorFox
2020-06-15VKontakte: prepare for upgrade VK API version - part 2ElzorFox
2020-06-11VKontakte: prepare for upgrade VK API versionElzorFox
2020-06-04UI 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-22also the same fix for icon projectsGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-14simple database event cycles moved to cursorsGeorge Hazan
2020-05-10VKontakte: fix for memory corruption in CVkAccMgrFormGeorge Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-06useless commands removedGeorge Hazan
2020-02-29MessageState: rewritten from scratch to workGeorge Hazan
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