summaryrefslogtreecommitdiff
path: root/protocols/MSN/src/msn_chat.cpp
AgeCommit message (Expand)Author
2018-05-08code cleaning (using new MS coding style)George Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-18PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it in...George Hazan
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-15LIST<> iterators:George Hazan
2018-03-09more loop-related code cleaningGeorge Hazan
2018-02-21MSN: C++'11 iteratorsGeorge Hazan
2018-01-26code optimizationGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-08-15anonymous SRMM services got namesGeorge Hazan
2017-06-05MSNGeorge Hazan
2017-03-24revolution in chat menusGeorge Hazan
2017-03-21more warnings fixedGeorge Hazan
2017-01-23no need to implement the same code in each pluginGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-09-19grrrrm... there's no hLangpack in chat items, therefore strings must be trans...George Hazan
2016-09-19forgotten LPGENW restoredGeorge Hazan
2016-09-19- struct GCSESSION died;George Hazan
2016-09-19Chat_AddGroup - even less structuresGeorge Hazan
2016-09-17chats: more functions, less structuresGeorge Hazan
2016-09-16- chats services replaces with functions;George Hazan
2016-08-31git-svn-id: http://svn.miranda-ng.org/main/trunk@17231 1316c22d-e87f-b044-9b9...George Hazan
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-01-02Copyrights update part 2Dart Raiden
2015-08-27fix for 64-bit issues & warningsGeorge Hazan
2015-08-11code cleaningGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
2015-06-04unified project for MSN George Hazan
2015-06-04Fixed a memleak in groupchatPiotr Piastucki
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
2015-05-22replace stricmp to mir_strcmpiKirill Volinsky
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-19Fixed some memleaks.Piotr Piastucki
2015-05-16- Cache authContactToken after refresh in MSN_GetPassportAuth as this token e...Piotr Piastucki
2015-05-15stupid typoGeorge Hazan