summaryrefslogtreecommitdiff
path: root/protocols/MSN
AgeCommit message (Collapse)Author
2019-08-13useless checks removedGeorge Hazan
2019-07-26warning fixesGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-24unused code removedGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-07-24useless member NETLIBOPENCONNECTION::cbSize removedGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-06-04fixes #1963 (unused icons in proto_conn_*.dll)George Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-04-13CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵George Hazan
HIMAGELIST
2019-04-12wiping custom icolib functions: MSNGeorge Hazan
2019-03-28MSN: code cleaningGeorge Hazan
2019-03-28unused translations removedGeorge 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-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-08more slack removedGeorge Hazan
2019-02-07MSN: old unused stuff removed + version bumpGeorge Hazan
2019-02-07unused variable removedGeorge Hazan
2019-02-07hopefully last custom UrlDecode implementation removedGeorge Hazan
2019-02-07MSN:George Hazan
- fix for a bug in HtmlDecode; - massive code cleaning
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-23code cleaningGeorge Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-08fixes #1715 (by default account's destructor doesn't free network handle)George Hazan
2019-01-04Update copyrightsdartraiden
2018-12-28User 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-24minor code cleaningGeorge Hazan
2018-12-24mir_urlDecode restoredGeorge Hazan
2018-12-23in fact, we don't need mir_hmac_sha1 eitherGeorge Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-07some files contains LF and CRLF simultaneouslydartraiden
2018-09-21old crutch removed: error messages to go in UnicodeGeorge Hazan
2018-09-21code cleaningGeorge Hazan
2018-09-20fix for the proper return type of PROTO<>::RecvMsgGeorge Hazan
2018-09-03Popups:George Hazan
- fixes #1564 (Move popups fonts/colors settings into submenu SkypeWeb VKontakte) - more code cleaning
2018-09-03popup code cleaningGeorge Hazan
2018-08-31Unify fonts/colors settings for popupsdartraiden
2018-08-30MSN:George Hazan
- fixes #1545 (MSN: Receiving files from Desktop client clipboard don't get received) - code cleaning
2018-07-24database: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-16code cleaning related to Nudge pluginGeorge Hazan
2018-07-16fixes #1505 (AssocMgr: cannot disable MSN integration)George Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-06-01fixes #1388 (MSN: crash on "msn_misc.cpp (580): ThreadData::sendPacketPayload")George Hazan
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan