summaryrefslogtreecommitdiff
path: root/protocols/JabberG
AgeCommit message (Collapse)Author
2020-05-07Jabber: more precise name for XEP-0280 optiondartraiden
2020-05-07fixes #2399 (XEP-0280 support cleaning)George Hazan
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-05-05fixes #2390 (ICQ игнорирует настройки приёма ↵George Hazan
файлов)
2020-05-04fixes #2382 (Jabber: двойной щелчок по закладке ↵George Hazan
должен вызывать окно ее редактирования)
2020-05-04Jabber: setting status to ID_STATUS_IDLE was very bad idea...George Hazan
2020-05-03fixes #2376 (Jabber: Add XEP-0319 support, XEP-0256 support discontinued)George Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-22fixes #2336 (Jabber: падение при попытке отменить ↵George Hazan
висящий файлтрансфер)
2020-04-15Jabber: inlined picture sending doesn't close file transfer dialog windowGeorge Hazan
2020-04-08Remove more obsolete protocolsdartraiden
2020-04-06useless commands removedGeorge Hazan
2020-03-31Jabber:George Hazan
- fixes #2257 (Jabber: double click by room name shoud open "Join chatroom" dialogue); - more code implemented using UI classes; - massive code cleaning
2020-03-31Jabber:George Hazan
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning;
2020-03-24Jabber: minor fix for restoring capsGeorge Hazan
2020-03-23Jabber: fix for offline file transfer initializationGeorge Hazan
2020-03-23Jabber: we allow offline file transfers if we have http upload or picture ↵George Hazan
inlining
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-18Jabber: more correct way of processing PGP packetsGeorge Hazan
2020-03-17Jabber: fix for Chinese in error messagesGeorge Hazan
2020-03-16Jabber: fix for receiving auth requestsGeorge Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-13Jabber: if another side doesn't support receipts, don't trust on themGeorge Hazan
2020-03-12Jabber:George Hazan
- more logs added for #2243; - code cleaning
2020-03-11Jabber: more fool-proof check for empty nicksGeorge Hazan
2020-03-09Jabber: inline picture message to be confirmed tooGeorge Hazan
2020-03-06fixes #2248 (Jabber auth cannot be ignored)George Hazan
2020-03-05Jabber: cause HTTP upload can be enabled only manually, we try it first, and ↵George Hazan
picture inlining only then
2020-03-05fixes #2249 (Inline pictures (XEP-0231) does not work)George Hazan
2020-03-03Jabber: code cleaningGeorge Hazan
2020-03-03Jabber: code cleaningGeorge Hazan
2020-03-02Jabber:George Hazan
- capability cache is stored in a json file now instead of database; - caps manager became global; - account-dependent methods of CJabberClientCapsManager moved to CJabberProto; - code cleaning
2020-02-29MessageState: rewritten from scratch to workGeorge Hazan
2020-02-27minor code cleaningGeorge Hazan
2020-02-26Jabber: XEP-0148 support to be turned on by defaultGeorge Hazan
2020-02-24Jabber: inlined image being sent to be displayed in our own historyGeorge Hazan
2020-02-24Jabber: more strict XEP-045 complianceGeorge Hazan
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-19fixed #2221 (Jabber: cannot invite user to conference)George Hazan
2020-02-19Jabber: useless button removedGeorge Hazan
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-02-17fixes #2219 (Jabber: XML console does not send any stanza)George Hazan
2020-02-17Jabber: more logsGeorge Hazan
2020-02-17Jabber: full implementation of XEP-0231George Hazan
2020-02-17Jabber: JABBER_CAPS_XHTML added to caps to enable BOBGeorge Hazan
2020-02-17code cleaningGeorge Hazan
2020-02-17Fix typodartraiden
2020-02-17Jabber: massive options code cleaningGeorge Hazan
2020-02-16useless checks removedGeorge Hazan
2020-02-15Jabber: partial support for XEP-0231: Bits of BinaryGeorge Hazan