summaryrefslogtreecommitdiff
path: root/protocols/JabberG
AgeCommit message (Collapse)Author
2019-02-28code cleaning / warning fixesGeorge Hazan
2019-02-28Jabber: fix for chinese in error handlerGeorge Hazan
2019-02-26fix for ugly form packets from Psi+George 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-25PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completelyGeorge Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-25fixes #1864 (chinese in Jabber group chats)George Hazan
2019-02-25Jabber: no sense to display missing / non-actual informationGeorge Hazan
2019-02-25Jabber:George Hazan
- obsolete class Xpath removed, its functionality replaced with helpers & iterators; - JABBER_FEAT_BIND added to enchance code reading & understanding; - unused function CNoteItem::AddNote removed; - fix for improper jabber:x:last behavior
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-23Jabber:George Hazan
- fixes #1844 (Tab button doesn't work in Jabber registration form); - added Escape handler for any dynamic form to inform parent dialog; - massive dynamic forms-related XML code cleaning & reordering; - now form fiields without types are also processed; - vertical scrollbar is hidden if it's not needed; - hidden fields do not eat form space anymore
2019-02-22fix of sending private messagesGeorge Hazan
2019-02-22fix for chinese in Jabber group chat menuGeorge Hazan
2019-02-22ugly structure JABBER_FORM_INFO packed into UI classGeorge Hazan
2019-02-22minor code cleaningGeorge Hazan
2019-02-20more checks for xmlGeorge Hazan
2019-02-20Jabber:George Hazan
- fixes #1859 (Jabber: channels list is empty); - code cleaning
2019-02-20fix for some formatting issuesGeorge Hazan
2019-02-20and one more fix for #1854George Hazan
2019-02-20one more fix for #1854George Hazan
2019-02-20Jabber:George Hazan
- fixes #1855 (Jabber: chinese in services info); - fixes #1854 (Jabber: crash on receiving channels list); - strange obsolete class UserInfoStringBuf removed; - code optimization
2019-02-19TranslateU applied to JabberGeorge Hazan
2019-02-19fix for chinese in Registration dialogGeorge Hazan
2019-02-19fix for status messages retrievingGeorge Hazan
2019-02-19dialog code cleaningGeorge Hazan
2019-02-19removed WM_JABBER_REFRESH handler restoredGeorge Hazan
2019-02-19compilation fixGeorge Hazan
2019-02-19compilation fixGeorge Hazan
2019-02-19all !!! fixedGeorge Hazan
2019-02-19XmlGetChildByTag should search through all children of the same keyGeorge Hazan
2019-02-19code cleaningGeorge 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-02-07unused code removedGeorge Hazan
2019-02-04this shitty code is still needed...George Hazan
2019-02-04Jabber: Jid List dialog -> UI classesGeorge Hazan
2019-02-02Unify option namedartraiden
2019-02-01Jabber: if Kerberos authentication is available, it must be preferred to the ↵George Hazan
usual NTLM auth
2019-01-28omemo: code cleaningGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-26code cleaningGeorge Hazan
2019-01-24minor code cleaningGeorge Hazan
2019-01-11Jabber invitation dialog: code simplificationGeorge Hazan
2019-01-11code cleaningGeorge Hazan
2019-01-08fixes #1715 (by default account's destructor doesn't free network handle)George Hazan
2019-01-08fixes #1734 (dynamic plugin's presence checker)George Hazan