summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2020-06-20fixes #2456 (Facebook: ERROR_QUEUE_NOT_FOUND Facebook bug)George Hazan
2020-06-19VKontakte: stored procedure fixElzorFox
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-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-15VKontakte: prepare for upgrade VK API version - part 2ElzorFox
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server
2020-06-13fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут)
2020-06-13fixes #2447 (Ошибочное определение транспорта ↵George Hazan
Jabber2Jabber)
2020-06-13fixes #1149 (wrong MAM preferences processing)George Hazan
2020-06-13Jabber: fix for the first run on MAM serverGeorge Hazan
2020-06-11fixes #1149 (XMPP/Jabber: Implement XEP-0313 ( mam / Message Archive ↵George Hazan
Management )
2020-06-11Jabber: XEP-0136 support removedGeorge Hazan
2020-06-11VKontakte: prepare for upgrade VK API versionElzorFox
2020-06-11ICQ-WIM: there's no reason to import the same old messages again & again...George Hazan
2020-06-10compilation fixGeorge Hazan
2020-06-10useless check removedGeorge Hazan
2020-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning
2020-06-08unused shitty code removedGeorge Hazan
2020-06-06SkypeWeb: fix for error 401 in contacts queryGeorge Hazan
2020-06-06fixes #2429 (More strict XEP-0085 compliance)George 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-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge 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-03Skype: no need to use formatting where one can use string concatenationGeorge Hazan
2020-06-03SkypeWeb:George Hazan
- fixes #2410 (Problems with (false) offline contacts in skype protocol); - more unused garbage wiped out; - version bump
2020-06-03Jabber: fix for advanced compilance with XEP-0045George Hazan
2020-06-01fixes #2395 (Многие пунты жаббера в меню ↵George Hazan
контакта не двигаются)
2020-06-01ICQ-WIM: auth requests to be launched only during new events readingGeorge Hazan
(cherry picked from commit 70920be7fba2c1ae4bca11ff34a879e4217debb6)
2020-06-01ICQ-WIM: file transfers to use event's timestamp if possibleGeorge Hazan
2020-05-28ICQ-WIM: unused class member CIcqProto::m_hPollThread removedGeorge Hazan
2020-05-28SkypeWeb: further shit cleaningGeorge Hazan
2020-05-27Jabber:George Hazan
- account name added to the roster editor's window caption; - all traces of excel removed from file description
2020-05-27Jabber: if we ignore roster nicks, we don't apply them when local ↵George Hazan
CList/MyHandle isn't empty
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-05-27Jabber: roster to be exported into the simple xml format (import from the ↵George Hazan
old format is also supported)
2020-05-27Jabber: code cleaningGeorge Hazan
2020-05-26Jabber: if we ignore roster, thy shalt update existing nicks eitherGeorge Hazan
2020-05-26Steam:George Hazan
- final fix for UI dialogs; - major fix for CSteamProto::SetStatus method, not to launch the worker thread in parallel; - code cleaning; - version bump
2020-05-25Jabber: stronger appliance of Roster Editor with RFC 6121George Hazan
2020-05-25Jabber: custom roster nicks should be ignored as well as roster groupsGeorge Hazan
2020-05-24fixes #2398 (Steam выводит диалог ввода кода ↵George Hazan
проверки много раз)
2020-05-24Steam: UI code cleaningGeorge Hazan
2020-05-24ICQ-WIM: auth request supportGeorge Hazan
2020-05-22also the same fix for icon projectsGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-19CurrencyRates: code cleaningGeorge Hazan
2020-05-17fixes #2352 (ICQ-WIM: separate flag for ParseMessage to use server-side or ↵George Hazan
local time)