Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-13 | useless checks removed | George Hazan | |
2019-07-26 | warning fixes | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-07-24 | unused code removed | George Hazan | |
2019-07-24 | NLHR_PTR - smart pointers make better code | George Hazan | |
2019-07-24 | useless member NETLIBOPENCONNECTION::cbSize removed | George Hazan | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-06-04 | fixes #1963 (unused icons in proto_conn_*.dll) | George Hazan | |
2019-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-04-13 | CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵ | George Hazan | |
HIMAGELIST | |||
2019-04-12 | wiping custom icolib functions: MSN | George Hazan | |
2019-03-28 | MSN: code cleaning | George Hazan | |
2019-03-28 | unused translations removed | 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-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-08 | more slack removed | George Hazan | |
2019-02-07 | MSN: old unused stuff removed + version bump | George Hazan | |
2019-02-07 | unused variable removed | George Hazan | |
2019-02-07 | hopefully last custom UrlDecode implementation removed | George Hazan | |
2019-02-07 | MSN: | George Hazan | |
- fix for a bug in HtmlDecode; - massive code cleaning | |||
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-23 | code cleaning | George Hazan | |
2019-01-18 | code cleaning | George Hazan | |
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning | |||
2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-28 | User added notifications: | George Hazan | |
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed; - appropriate controls removed from auth dialogs and menus; - fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog) | |||
2018-12-24 | minor code cleaning | George Hazan | |
2018-12-24 | mir_urlDecode restored | George Hazan | |
2018-12-23 | in fact, we don't need mir_hmac_sha1 either | George Hazan | |
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-11-26 | Chat_AddGroup - simplified prototype | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-11-07 | some files contains LF and CRLF simultaneously | dartraiden | |
2018-09-21 | old crutch removed: error messages to go in Unicode | George Hazan | |
2018-09-21 | code cleaning | George Hazan | |
2018-09-20 | fix for the proper return type of PROTO<>::RecvMsg | George Hazan | |
2018-09-03 | Popups: | George Hazan | |
- fixes #1564 (Move popups fonts/colors settings into submenu SkypeWeb VKontakte) - more code cleaning | |||
2018-09-03 | popup code cleaning | George Hazan | |
2018-08-31 | Unify fonts/colors settings for popups | dartraiden | |
2018-08-30 | MSN: | George Hazan | |
- fixes #1545 (MSN: Receiving files from Desktop client clipboard don't get received) - code cleaning | |||
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-07-16 | code cleaning related to Nudge plugin | George Hazan | |
2018-07-16 | fixes #1505 (AssocMgr: cannot disable MSN integration) | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-06-01 | fixes #1388 (MSN: crash on "msn_misc.cpp (580): ThreadData::sendPacketPayload") | George Hazan | |
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |