summaryrefslogtreecommitdiff
path: root/protocols/JabberG
AgeCommit message (Collapse)Author
2019-03-26libaxolotl doesn't exist anymore, it's renamed to libsignalGeorge Hazan
2019-03-25Jabber: error popup's title to carry account nameGeorge Hazan
2019-03-17fixes #1898 (XMPP/Jabber: Implement XEP-0352 (Client State Indication))George Hazan
2019-03-14Jabber: fixes status message calculation for the case of single resource presentGeorge Hazan
2019-03-07Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵George Hazan
controls flags
2019-03-07Skin_GetProtoIcon - new function to retrieve status icon's handleGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-04fixes #1879 (jabber doesn't delete contacts from roster anymore)George Hazan
2019-03-04fixes #1880 (chinese in Jabber Ad-hoc forms)George Hazan
2019-03-04Jabber:George Hazan
- roster editor extracted to the separate source module; - fixes #1881 (first column's text is set improperly, thus creating problems on roster upload); - roster editor rewritten to UI classes
2019-03-04Jabber:George Hazan
- ugly & obsolete class CCtrlFilterListView removed, because it behave wrong in the presence of scrollbars; - manual filter added to the Disco dialog; - also fixes #1882 (Jabber: channel list glitch)
2019-03-04code optimizationGeorge Hazan
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