summaryrefslogtreecommitdiff
path: root/plugins/CmdLine
AgeCommit message (Expand)Author
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-09MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode()George Hazan
2017-10-08CmdLine: minor fixdartraiden
2017-10-05proper capitalizationdartraiden
2017-09-29CmdLine: MirLua supportaunsane
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-09-13mode old database junk to dieGeorge Hazan
2016-09-06minus MS_CLIST_RETRIEVE_INTERFACEGeorge Hazan
2016-07-31CmdLine: - Fixed unicode conversionTobias Weimer
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-21improperly named helper renamedGeorge Hazan
2016-05-18these tons of code aren't needed anymore...George Hazan
2016-04-26R.I.P m_clui.h, you helped us alotGeorge Hazan
2016-01-02Copyrights update part 3 (final)Dart Raiden
2015-08-29MimCmd: Fix getting contacts by "online" status; version bumpRobert Pösel
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-08-27fix for 64-bit issues & warningsGeorge Hazan
2015-08-16name conflicts solvedGeorge Hazan
2015-08-13data format fixesKirill Volinsky
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-25MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & p...George Hazan
2015-06-21bumpVadim Dashevskiy
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19timezone api migrated to mir_coreGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-06-16bumpVadim Dashevskiy
2015-06-16fix for mimcmd vs2010 projectGeorge Hazan
2015-06-16bumpVadim Dashevskiy
2015-06-15MimCmd to set path to libs tooGeorge Hazan
2015-06-07- common.props divided into app.props & plugin.props;George Hazan
2015-06-01- ProtoCallService() function considered too dangerous and therefore isn't ex...George Hazan
2015-05-31fixes for PS_SETAWAYMSG callsGeorge Hazan
2015-05-28unsafe strncat removedGeorge Hazan
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace strncat to mir_strncatKirill 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 strcmp to mir_strcmpKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky