summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_chatrooms.cpp
AgeCommit message (Collapse)Author
2024-09-23fixes #4693 (SkypeWeb: форматирование - вторая ↵George Hazan
часть марлезонского балета)
2024-09-22fixes #4689 (SkypeWeb: кривое форматирование текста)George Hazan
2024-09-17duplicate request eliminatedGeorge Hazan
2024-09-17SkypeWeb: fix for leaving group chatGeorge Hazan
2024-09-15fixes #4672 (Highlighting: При автооткрытии вкладки в ↵George Hazan
табсах по обнаружению хайлайтнутых сообщений в групчате открывается не то)
2024-09-12fixes #4651 (NewStory+tabSRMM: Форматирование текста ↵George Hazan
по-разному работает в приватах и чатах)
2024-08-24Skype: fix for occasional crash in group chatsGeorge Hazan
2024-08-22fixes #4580 (Skypeweb: дабл-клик в клисте на ↵George Hazan
групчат, который в оффлайне, работает неправильно)
2024-08-19fixes #4575 (Skypeweb: Для каких-то контактов не ↵George 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-07-20fixes #4548 (SkypeWeb: организовать запись истории ↵George 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-02-10Protocols: preventing recursive contact deletionGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge Hazan
2023-01-25Group chats: ChatRoomID setting replaced with real protocol idGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge 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-23SkypeWeb: history reader to use local time not to create time machine. Only ↵George Hazan
fetching whole history shall use server side timestamps
2020-12-22we don't have to load killed group chatsGeorge Hazan
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-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning
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-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-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-01-29unneded checks removedGeorge Hazan
2020-01-29fixes #2149 (SkypeWeb doesn't parse error codes)George 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-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-26SkypeWeb: erroneous Ignore management code removedGeorge Hazan
2019-09-26MS_UTILS_ENTERSTRING -> EnterString, useless service removedGeorge Hazan
2019-09-25SkypeWeb:George Hazan
- some contacts are still displayed as hidden; - empty group ignored on login even if a protocol has valid default group name; - more json iterators
2019-07-12SkypeWeb:George Hazan
- fixes #2002 (Skype caches wrong server data); - unused structure removed; - version bump
2019-02-26more fixes related to #1827 - now the core checks unique user ids itselfGeorge Hazan