summaryrefslogtreecommitdiff
path: root/plugins/YahooGroups/src/utils.cpp
AgeCommit message (Expand)Author
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-08-13data format fixesKirill Volinsky
2015-08-11'unreferenced formal parameter' warnings fixedGeorge Hazan
2015-08-11code cleaningGeorge Hazan
2015-08-01YahooGroups: common projectKirill Volinsky
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-02-12another bunch of useless conversions diedGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10more HCONTACTGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2013-07-23replace sprintf to mir_snprintf (part 3)Kirill Volinsky
2013-06-23various warning fixesGeorge Hazan
2013-04-09- short function names allows to write database loops in one string;George Hazan
2013-04-09fixed GetStringFromDatabase function (thanks nglekhoi for debugging)Tobias Weimer
2013-04-07end of the old database macrosesGeorge Hazan
2013-04-07project cleanupKirill Volinsky
2013-04-07- YahooGroups added to MSVC 2010 solutions, added precompiled header, overal ...Vadim Dashevskiy