summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_messages.cpp
AgeCommit message (Collapse)Author
2024-09-18fixes #4684 (Skypeweb: сломалась автозагрузка файлов)George Hazan
2024-09-17fixes #4680 (Skypeweb: не принимает PDF-файлы. Как ↵George Hazan
минимум)
2024-09-17fixes #4678 (Skypeweb: сообщения отправляются, но ↵George Hazan
затем приходит ошибка отправки)
2024-09-15fixes #4672 (Highlighting: При автооткрытии вкладки в ↵George Hazan
табсах по обнаружению хайлайтнутых сообщений в групчате открывается не то)
2024-09-08fixes #4630 (Skypeweb: не работает удаление ↵George Hazan
сообщения с сервера)
2024-09-06fixes #4621 (SkypeWeb: Если я пишу что-то с другого ↵George Hazan
устройства, и потом удаляю, в миранде остаются некие оскропотки от произошедшего)
2024-08-14fixes #4571 (Skypeweb: "левые" уведомления об ↵George Hazan
окончании набора текста)
2024-08-14fixes #4573 (Skypeweb: видео не принимается как файл)George Hazan
2024-08-07fixes #4542 (SkypeWeb: Load Server History втягивает только ↵George Hazan
некоторое количество свежих сообщений, а не всю историю)
2024-08-06SkypeWeb: duplicate message processing code went to the common functionGeorge Hazan
2024-08-06SkypeWeb: fix for apostrophes in fetched historyGeorge Hazan
2024-08-05SkypeWeb: fix for processing apostropes in messagesGeorge Hazan
2024-07-31SkypeWeb: simple file transfers are packed into offline file eventsGeorge Hazan
2024-07-20fixes #4548 (SkypeWeb: организовать запись истории ↵George Hazan
групчатов в БД)
2024-06-11fixes #4465 (SkypeWeb: исходящие файлы ↵George Hazan
отображаются как входящие)
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-03PROTO_INTERFACE::SendMsg: second parameter became a reply event idGeorge Hazan
2023-09-15PROTO_INTERFACE::SendMsg - unused parameter flags removedGeorge Hazan
2023-09-15fixes #3674 (Реакция протоколов на отсылку в ↵George Hazan
оффлайн)
2023-02-10ME_DB_EVENT_MARKED_READ: recursion preventionGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-02-11SkypeWeb:George Hazan
- fixes the problem with messages marked as read; - fixes user search for Outlook.com contacts; - fixes missing nick name after adding contact; - fixes error 201 "User id is misprinted"; - minor code cleaning; - version bump
2021-01-17Update copyrightsdartraiden
2020-12-20SkypeWeb: protocol reworked almost from scratch to support contact types ↵George Hazan
other than 8 & 19
2020-10-29SkypeWeb:George Hazan
- fixes #2491 (correct visualization of Skype invitations); - massive code cleaning; - version bump
2020-06-04fixes #2410 (Problems with (false) offline contacts in skype protocol)George Hazan
2020-05-28SkypeWeb: further shit cleaningGeorge Hazan
2020-05-27SkypeWeb:George Hazan
- massive code cleanup, old http junk wiped out & replaced with standard MHttpRequest class - old MS login code removed; - basic url replaced with modern one;
2020-04-16SkypeWeb:George Hazan
- fixes #2306 (SkypeWeb: sometimes plugin does not show contacts statuses); - obsoleted GetContactsInfoRequest removed (as well as its handler CSkypeProto::LoadContactsInfo); - major optimization for polling process; - ugly & crashy map Contacts removed; - old crappy timer code removed and replaced with CTimer; - version bump
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-10-30fixes #2096 (SkypeWeb: Unknown event)George Hazan
2019-07-12SkypeWeb:George Hazan
- fixes #2002 (Skype caches wrong server data); - unused structure removed; - version bump
2019-05-24SkypeWeb: patch to save history in the correct orderGeorge Hazan
2019-03-01fixes #1871 (SkypeWeb: after synchronization, edited message is deleted in ↵George Hazan
Miranda NG, and not replaced with edited message)
2019-02-22SkypeWeb:George Hazan
- fixes #1849 (SkypeWeb duplicates some outgoing messages in history); - fixes speading Skype contacts to a group on the first run; - unused data removed; - version bump
2019-02-14grrm, one missing HXMLGeorge Hazan
2019-02-01fixes #1777 (SkypeWeb duplicates already received incoming messages)George Hazan
2019-01-04Update copyrightsdartraiden
2018-10-01centralized system of processing message ids. also fixes #1375George Hazan
2018-09-21old crutch removed: error messages to go in UnicodeGeorge Hazan
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-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)