summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_messages.cpp
AgeCommit message (Collapse)Author
2023-08-04VKontakte:ElzorFox
VK ID INT64 compatibility – part 1 code cleanup version bump
2023-04-30VKontakte:ElzorFox
fix marking message as read for groupchat version bump
2023-04-28VKontakte:ElzorFox
copy groupchats menu items to contact menu add mark as read menu item for groupchat cotacts add typing process for groupchat cotacts version bump
2023-03-03VKontakte: fix api error (markAsRead parametr error)ElzorFox
2023-02-10ME_DB_EVENT_MARKED_READ: recursion preventionGeorge Hazan
2023-01-26VKontakte: groupchat fixElzorFox
2023-01-25Group chats: ChatRoomID setting replaced with real protocol idGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-01-17Update copyrightsdartraiden
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-06-21VKontakte:ElzorFox
add story attachment type fix ‘FilterAudioMessages’ option remove ‘return chat message’ option code cleanup version bump
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-02-29MessageState: rewritten from scratch to workGeorge Hazan
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-06-10VKontakte: more logical order of processing parts of messagesElzorFox
2019-06-10VKontakte: add hidden option ‘FilterAudioMessages’ElzorFox
2019-01-17code cleaningGeorge Hazan
2019-01-03VKontakte:ElzorFox
fix #1712 (hang at exit) copyrightes update version bump
2018-12-26VKontakte: fix memory leek and PVS warningsElzorFox
2018-12-21attempt to unify AsyncHttpRequest in various protocolsGeorge 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-03VKontakte:ElzorFox
history synchronization without deleting messages version bump
2018-10-03VKontakte: loading edited messages using RecvMsgElzorFox
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-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-01-31useless wrappers removed & replaced with PROTO_INTERFACE method callsGeorge Hazan
2018-01-31VKontakte:ElzorFox
support edited messages on history sync add edited time for edited messages update VK_API to 5.71 version bump
2018-01-31VKontakte: С++ 11 scope forElzorFox
2018-01-01massive copyright updatedartraiden
2017-12-18VKontakte:ElzorFox
add edited message support (only from vk to miranda) update VK_API to 5.68 version bump
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-09-18VKontakte: fix error 100 for deactivated contact on mark message as readElzorFox
2017-09-07crash fixGeorge Hazan