summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_ft.cpp
AgeCommit message (Collapse)Author
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-19the ancient atavism extincted: PROTORECVFILE structure with its own set of flagsGeorge Hazan
2024-01-19code cleaningGeorge Hazan
2024-01-09more strict constructor of MHttpRequest to avoid quirksGeorge 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;
2024-01-04Netlib: more old/unused stuff removedGeorge Hazan
2024-01-04NETLIBHTTPREQUEST::cbSize = old unused field removedGeorge Hazan
2023-12-18Jabber: fix for OMEMOGeorge Hazan
2023-07-26fixes #3585 (Оффлайновые файлы: исходящие ↵George Hazan
файлы должны выглядеть как и входящие)
2023-07-24code linearizingGeorge Hazan
2023-07-18fixes #3589 (Jabber: передача файла с кириллицей в ↵George Hazan
имени через прямое соединение ведёт к кракозябрам)
2023-04-20Jabber: more OMEMO fixesGeorge Hazan
2023-03-02code cleaningGeorge Hazan
2023-01-13Jabber: ability to autoload files passed via HTTP Upload instead of writing ↵George Hazan
messages with URLs
2023-01-02Update copyrightsdartraiden
2022-10-17Jabber: code cleaning, useless code removedGeorge Hazan
2022-10-15Jabber: OMEMO + file transfersGeorge Hazan
2022-06-21Jabber: unused setting removedGeorge Hazan
2022-06-20Jabber: code cleaningGeorge Hazan
2022-06-20Jabber: added code to handle file size error, if HTTP Upload service sets ↵George Hazan
the limit
2022-06-19Jabber: fix for the correct JABBER_FEAT_UPLOAD version detectionGeorge Hazan
2022-06-06more portable version of previous patchGeorge Hazan
2022-06-06Jabber: option for message delivery to control all chat markers according to ↵George Hazan
XEP-0333
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-08-12Jabber: picture inlining should be disabled for group chats (by design)George Hazan
2020-07-28Jabber: new option to embrace picture urls/filenames with BBCodesGeorge Hazan
2020-04-22fixes #2336 (Jabber: падение при попытке отменить ↵George Hazan
висящий файлтрансфер)
2020-04-15Jabber: inlined picture sending doesn't close file transfer dialog windowGeorge Hazan
2020-03-31Jabber:George Hazan
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning;
2020-03-23Jabber: fix for offline file transfer initializationGeorge Hazan
2020-03-22Jabber: picture inlining should precede file transfers because of reduced ↵George Hazan
file types subset if you don't need inlining, disable it.
2020-03-05Jabber: cause HTTP upload can be enabled only manually, we try it first, and ↵George Hazan
picture inlining only then
2020-02-24Jabber: inlined image being sent to be displayed in our own historyGeorge Hazan
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-17Jabber: more logsGeorge Hazan
2020-02-17Jabber: full implementation of XEP-0231George Hazan
2020-02-17code cleaningGeorge Hazan
2020-01-28Jabber: fix for perversive http upload protocol, both "urn:xmpp:http:upload" ↵George Hazan
& "urn:xmpp:http:upload:0" are supported
2020-01-01Happy new year, MirandaGeorge Hazan
2019-11-01fixes #2110 (fake messages should look like send ones, not received)George Hazan
2019-10-20fixes #2098 (Jabber: add HTTP File upload url to message log instead of ↵George Hazan
local address)
2019-10-17minor code cleaningGeorge Hazan
2019-10-17fixed #1710 (Jabber: implement XEP-0363 (HTTP File Upload))George Hazan
2019-04-13Jabber:George Hazan
- Miranda to generate globally unique packet ids; - unused member IJabberInterface::AddTemporaryIqHandler removed; - two rarely used params removed from CJabberProto::AddIQ && CJabberIqManager::AddHandler - code cleaning
2019-04-04the stronger type check the better, also some large static arrays considered ↵George Hazan
useless
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George Hazan