summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
AgeCommit message (Collapse)Author
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - 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-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-18Jabber: more correct way of processing PGP packetsGeorge Hazan
2020-03-16Jabber: fix for receiving auth requestsGeorge Hazan
2020-03-13Jabber: if another side doesn't support receipts, don't trust on themGeorge 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-26Jabber: XEP-0148 support to be turned on by defaultGeorge Hazan
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-02-17Jabber: full implementation of XEP-0231George Hazan
2020-02-17code cleaningGeorge Hazan
2020-02-17Jabber: massive options code cleaningGeorge Hazan
2020-02-12Jabber: XEP-0333 implementation (chat markers)George Hazan
2020-02-11Jabber: fix for sending receipts to offline contactsGeorge Hazan
2020-02-06Jabber:George Hazan
- MessageState support; - minor code cleaning
2020-02-06Jabber: bye-bye, XEP-0022, you became completely obsolete these days... sic ↵George Hazan
transit gloria mundi
2020-01-29fixes #2039 (Jabber: реализовать обновление ↵George Hazan
LastGetVCard не только при запуске)
2020-01-01Happy new year, MirandaGeorge Hazan
2019-11-07typo fixGeorge Hazan
2019-10-17fixed #1710 (Jabber: implement XEP-0363 (HTTP File Upload))George Hazan
2019-10-17Jabber: service-related options moved to Service Discovery menuGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge 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-16fixes #2065 (Jabber: race condition in status changing)George Hazan
2019-07-26warning fixesGeorge Hazan
2019-07-24more useless shit cleanedGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-07-15Jabber: no need to pass jid inside SendGetVcard()George Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
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-12wiping custom icolib functions: JabberGeorge Hazan
2019-04-04the stronger type check the better, also some large static arrays considered ↵George Hazan
useless
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-14Jabber: fixes status message calculation for the case of single resource presentGeorge Hazan
2019-03-07Skin_GetProtoIcon - new function to retrieve status icon's handleGeorge Hazan
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George Hazan
2019-02-26fixes #1865 (Joining Password Protected Jabber Conference is not working ↵George Hazan
since last updates) + code cleaning
2019-02-25compilation fixGeorge Hazan
2019-02-25in this case there's no sense to use GetClientJID at all...George Hazan
2019-02-25Jabber: no need to send jabber:iq:last twice to the same resourceGeorge Hazan
2019-02-19TranslateU applied to JabberGeorge Hazan
2019-02-19fix for status messages retrievingGeorge Hazan
2019-02-19all !!! fixedGeorge 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-19Jabber -> TinyXml2George Hazan
2019-02-04Jabber: Jid List dialog -> UI classesGeorge Hazan
2019-01-24minor code cleaningGeorge Hazan