summaryrefslogtreecommitdiff
path: root/plugins/CmdLine/src/mimcmd_handlers.cpp
AgeCommit message (Expand)Author
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge 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-13additional fix for #1143 (message with non-latin chars is stored as garbage b...George Hazan
2018-02-16fixes #1143 (CmdLine Plugin error when using Diacritics in message)George 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-10-09MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode()George Hazan
2017-09-29CmdLine: MirLua supportaunsane
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-09-13mode old database junk to dieGeorge Hazan
2016-07-29no more TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-21improperly named helper renamedGeorge Hazan
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-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-19timezone api migrated to mir_coreGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George 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-23replace strncat to mir_strncatKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-16fix for strncat useKirill Volinsky
2015-05-11minus CreateThreadKirill Volinsky
2015-02-06compilation fixVadim Dashevskiy
2015-02-05Various:Tobias Weimer
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2015-01-12"acknowledgement" = en-gb, "acknowledgment" = en-usDart Raiden
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-11-11fixed vi info in command lineKirill Volinsky
2014-07-06- CmdLine: typo (langpacks updated)RMN
2014-07-04CommandLine:Tobias Weimer