summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_chats.cpp
AgeCommit message (Collapse)Author
2024-06-04VKontakte: fix owner groupchat statusElzorFox
2024-06-03VKontakte:ElzorFox
fix for last non-version API VK changes version bump
2024-05-26VKontakte:ElzorFox
delete unsupported search by email function set max chat title to 100 update VK API version to 5.236 version bump
2024-05-01VKontakte: fix BBC in groupchats on newstory bbc modeElzorFox
2024-04-19VKontakte:ElzorFox
db_event_delivered support fix server id for groupchat message code optimization and clean add ‘reload messages’ menu item in NS context menu version bump
2024-04-06VKontakte:ElzorFox
async mode download images as default add ‘LoadFilesAsync’ hiden option (default true) add dynamic show image in NewStory on finish download add option for bbc in NewStory support add option for show original version message in edited message version bump
2024-04-05VKontakte:ElzorFox
add edited message support for muc message async download images for history sync fix download directory vars no [code] bbc for newstory version bump
2024-04-01VKontakte:ElzorFox
fix #4308 add full support for sync muc history version bump
2024-03-31VKontakte:ElzorFox
fix # 4307 fix # 4309 add NewStory-style for reply from groupchats version bump
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-08Update copyrightsdartraiden
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2023-12-07VKontakte: fix #4022ElzorFox
2023-12-05VKontakte:ElzorFox
add forwarding message support small code unification version bump
2023-12-04VKontakte: reply ids for group chatsElzorFox
2023-12-03PROTO_INTERFACE::SendMsg: second parameter became a reply event idGeorge Hazan
2023-12-01VKontakte:ElzorFox
update VK API version to 5.199 version bump
2023-09-15PROTO_INTERFACE::SendMsg - unused parameter flags removedGeorge Hazan
2023-08-04VKontakte:ElzorFox
VK ID INT64 compatibility – part 1 code cleanup version bump
2023-06-14Vkontakte: small fixElzorFox
2023-06-14VKontakte:ElzorFox
avatar support for groupchats version bump
2023-06-08VKontakte: reuse an existing translationdartraiden
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-13VKontakte:ElzorFox
support for group chats in database version bump
2023-02-22if one needs to remove a chat's contact, just remove it and don't fuck my brainGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge Hazan
2023-01-26VKontakte: groupchat fixElzorFox
2023-01-25VKontakte: FindUser – find user, FindChat – find chatElzorFox
2023-01-25Group chats: ChatRoomID setting replaced with real protocol idGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-12-16VKontakte:ElzorFox
fix load history for groupchats on startup protocol - fix server store procedure (RetrieveChatInfo v3) fix groupchat message processing on empty history version bump
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-03-13warning fixesGeorge Hazan
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-16VKontakte: prepare for upgrade VK API version - part 3ElzorFox
2020-06-15VKontakte: prepare for upgrade VK API version - part 2ElzorFox
2020-02-19if a protocol handles an event, it shall return 1, not 0George 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-01Happy new year, MirandaGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
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-07-24massive warning fixGeorge Hazan