summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_proto.h
AgeCommit message (Collapse)Author
2024-09-08fixes #4630 (Skypeweb: не работает удаление ↵George Hazan
сообщения с сервера)
2024-09-02fixes #4595 (despite custom icons)George Hazan
2024-08-28Skype: old shitty crutch removedGeorge Hazan
2024-08-22fixes #4580 (Skypeweb: дабл-клик в клисте на ↵George Hazan
групчат, который в оффлайне, работает неправильно)
2024-08-19fixes #4575 (Skypeweb: Для каких-то контактов не ↵George Hazan
отображаются ники)
2024-08-16fixes #4568 (Skypeweb: может впадать в ступор после ↵George Hazan
спячки)
2024-08-08code cleaningGeorge Hazan
2024-08-08SkypeWeb: duplicate query removedGeorge 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-01SkypeWeb: added code to receive offline files (doesn't work for now)George Hazan
2024-07-31SkypeWeb: simple file transfers are packed into offline file eventsGeorge Hazan
2024-07-22fixes #4560 (SkypeWeb: зависание)George Hazan
2024-07-20fixes #4548 (SkypeWeb: организовать запись истории ↵George Hazan
групчатов в БД)
2024-06-11Skype: PS_EMPTY_SRV_HISTORY implementationGeorge Hazan
2024-06-10SkypeWeb: contacts' URL unificationGeorge Hazan
2024-06-09code cleaningGeorge Hazan
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-23fixes #4104 (Удаление серверной истории)George 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-09PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletionGeorge Hazan
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-03-07fixes #3410 (SkypeWeb: протокол не подключается)George Hazan
2023-02-11PS_CREATEACCMGRUI is obsoleted and converted into eventGeorge Hazan
2023-02-10ME_DB_EVENT_MARKED_READ: recursion preventionGeorge Hazan
2023-01-17PROTO_INTERFACE::GetAvatarPath - new helper for calculating avatars' root ↵George Hazan
for an account
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-07-31useless crutch rolled backGeorge Hazan
2021-07-27Skype: little crutch for loginGeorge 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-26SKYPE_1.UseServerTime BYTE = 0 - hidden setting to use server-side timestamp ↵George Hazan
always in histories
2021-01-17Update copyrightsdartraiden
2020-12-22SkypeWeb: more or less working group chatsGeorge Hazan
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-10-25SkypeWeb: old useless code removed + code reorderingGeorge Hazan
2020-09-17SkypeWeb: fix for login processGeorge Hazan
2020-08-20fixes #2549 (SkypeWeb cannot connect)ikeblaster
2020-08-12fixes #2520 (SkypeWeb: миранда теперь ↵George Hazan
представляется браузером)
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-05Revert "SkypeWeb:"George Hazan
This reverts commit 59d3e0a8aa91452de46df3ae448f3cb499c5dce1. # Conflicts: # protocols/SkypeWeb/src/requests/poll.h # protocols/SkypeWeb/src/skype_login.cpp # protocols/SkypeWeb/src/skype_proto.h # protocols/SkypeWeb/src/skype_trouter.cpp
2020-06-04fixes #2410 (Problems with (false) offline contacts in skype protocol)George Hazan
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-06-03SkypeWeb:George Hazan
- fixes #2410 (Problems with (false) offline contacts in skype protocol); - more unused garbage wiped out; - version bump