summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_ft.cpp
AgeCommit message (Collapse)Author
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
2019-02-25PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completelyGeorge Hazan
2019-02-19Jabber:George Hazan
- XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful
2019-02-19more checks for GetText()George Hazan
2019-02-19Jabber -> TinyXml2George Hazan
2019-01-28omemo: code cleaningGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-03code cleaning: old unions replaced with MAllStrings & MAllStringsArrayGeorge Hazan
2018-03-05Jabber: code cleaning & simplificationGeorge Hazan
2018-01-31mir_app:George Hazan
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.
2018-01-01massive copyright updatedartraiden
2017-12-11mir_base64_* => parameters type fixGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-08-23code cleaningGeorge Hazan
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-17- numerous name conflicts resolved;George Hazan
- funny code that loads resource #102 from miranda32.exe removed; - massive mir_sntprintf code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14979 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c