Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-24 | useless member NETLIBOPENCONNECTION::cbSize removed | George Hazan | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-07-19 | warning fix | George Hazan | |
2019-07-15 | warning fix | George Hazan | |
2019-07-15 | Jabber: no need to pass jid inside SendGetVcard() | George Hazan | |
2019-07-15 | Jabber: | George Hazan | |
- global vcard hash added to the presence; - "AvatarSaved" setting isn't used anymore, because it's crazy; - when vcard reader writes our own avatar, an update is not send back to the server | |||
2019-07-15 | JABBER: support for obsolete XEP-0008 (iq based avatars) removed | George Hazan | |
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-06-04 | fixes #1963 (third portion) | George Hazan | |
2019-06-04 | more fixes for #1963 | George Hazan | |
2019-06-02 | fixes #1974 (Jabber: buttons' icons disappear after clicking Ok) | George Hazan | |
2019-05-29 | all icons with keys replaced with skin password icon SKINICON_OTHER_KEYS | George Hazan | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
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) |