Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-13 | CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProc | George Hazan | |
2019-05-04 | fixes #1940 (Jabber: crash on starting Miranda-NG after last update) | George Hazan | |
2019-04-16 | duplicate wildcmp parser removed | George Hazan | |
2019-04-14 | Netlib_AddressToString expects input in network byte order (fixes issue #1764) | obs | |
2019-04-13 | Jabber: | 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-13 | CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵ | George Hazan | |
HIMAGELIST | |||
2019-04-12 | wiping custom icolib functions: Jabber | George Hazan | |
2019-04-11 | fixes #1917 (Jabber p2p file transfer not working anymore) | George Hazan | |
2019-04-11 | Jabber code optimization | George Hazan | |
2019-04-08 | Jabber: fix for Instruction field in forms | George Hazan | |
2019-04-08 | fixes #1910 (Jabber: Service Discovery doesn't work on OpenFire) | George Hazan | |
2019-04-05 | *sigh* rollback of setting new nick | George Hazan | |
2019-04-05 | fixes #1911 (chinese in Jabber extended search) | George Hazan | |
2019-04-05 | Jabber: final fix for Chinese in nick change dialog | George Hazan | |
2019-04-04 | warning fix | George Hazan | |
2019-04-04 | unused code removed | George Hazan | |
2019-04-04 | the stronger type check the better, also some large static arrays considered ↵ | George Hazan | |
useless | |||
2019-04-04 | fixes #1912 (Jabber: Unicode doesn't work correctly in nickname changing form) | George Hazan | |
2019-04-01 | translation fix | George Hazan | |
2019-03-29 | code cleaning | George Hazan | |
2019-03-29 | Jabber: code optimization | George Hazan | |
2019-03-29 | Jabber: fix for ad-hoc form behavior | George Hazan | |
2019-03-28 | Jabber: incorrect translation of utf8 into CMStringW | George Hazan | |
2019-03-28 | Menu_ModifyItem to receive icolib handle, not HICON | George Hazan | |
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
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 | |