Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-26 | libaxolotl doesn't exist anymore, it's renamed to libsignal | George Hazan | |
2019-03-25 | Jabber: error popup's title to carry account name | George Hazan | |
2019-03-17 | fixes #1898 (XMPP/Jabber: Implement XEP-0352 (Client State Indication)) | George Hazan | |
2019-03-14 | Jabber: fixes status message calculation for the case of single resource present | George Hazan | |
2019-03-07 | Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵ | George Hazan | |
controls flags | |||
2019-03-07 | Skin_GetProtoIcon - new function to retrieve status icon's handle | George Hazan | |
2019-03-06 | popups: | 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-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-03-04 | fixes #1879 (jabber doesn't delete contacts from roster anymore) | George Hazan | |
2019-03-04 | fixes #1880 (chinese in Jabber Ad-hoc forms) | George Hazan | |
2019-03-04 | Jabber: | 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-04 | Jabber: | 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-04 | code optimization | George Hazan | |
2019-02-28 | code cleaning / warning fixes | George Hazan | |
2019-02-28 | Jabber: fix for chinese in error handler | George Hazan | |
2019-02-26 | fix for ugly form packets from Psi+ | George Hazan | |
2019-02-26 | XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2 | George Hazan | |
2019-02-26 | fixes #1865 (Joining Password Protected Jabber Conference is not working ↵ | George Hazan | |
since last updates) + code cleaning | |||
2019-02-25 | PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completely | George Hazan | |
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-02-25 | fixes #1864 (chinese in Jabber group chats) | George Hazan | |
2019-02-25 | Jabber: no sense to display missing / non-actual information | George Hazan | |
2019-02-25 | Jabber: | 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-25 | compilation fix | George Hazan | |
2019-02-25 | in this case there's no sense to use GetClientJID at all... | George Hazan | |
2019-02-25 | Jabber: no need to send jabber:iq:last twice to the same resource | George Hazan | |
2019-02-23 | Jabber: | 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-22 | fix of sending private messages | George Hazan | |
2019-02-22 | fix for chinese in Jabber group chat menu | George Hazan | |
2019-02-22 | ugly structure JABBER_FORM_INFO packed into UI class | George Hazan | |
2019-02-22 | minor code cleaning | George Hazan | |
2019-02-20 | more checks for xml | George Hazan | |
2019-02-20 | Jabber: | George Hazan | |
- fixes #1859 (Jabber: channels list is empty); - code cleaning | |||
2019-02-20 | fix for some formatting issues | George Hazan | |
2019-02-20 | and one more fix for #1854 | George Hazan | |
2019-02-20 | one more fix for #1854 | George Hazan | |
2019-02-20 | Jabber: | 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-19 | TranslateU applied to Jabber | George Hazan | |
2019-02-19 | fix for chinese in Registration dialog | George Hazan | |
2019-02-19 | fix for status messages retrieving | George Hazan | |
2019-02-19 | dialog code cleaning | George Hazan | |
2019-02-19 | removed WM_JABBER_REFRESH handler restored | George Hazan | |
2019-02-19 | compilation fix | George Hazan | |
2019-02-19 | compilation fix | George Hazan | |
2019-02-19 | all !!! fixed | George Hazan | |
2019-02-19 | XmlGetChildByTag should search through all children of the same key | George Hazan | |
2019-02-19 | code cleaning | George Hazan | |
2019-02-19 | Jabber: | George Hazan | |
- XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful | |||
2019-02-19 | more checks for GetText() | George Hazan | |
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |