aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/trigger (follow)
Commit message (Expand)AuthorAgeFilesLines
* typing: add typing pluginSébastien Helleu2021-07-041-1/+1
* trigger: remove useless testSébastien Helleu2021-04-101-2/+0
* trigger: check that option is not NULL in function trigger_search_with_optionSébastien Helleu2021-04-091-0/+3
* trigger: fix description of function trigger_name_validSébastien Helleu2021-04-081-2/+3
* trigger: check that trigger is not NULL in functions trigger_rename and trigger_copySébastien Helleu2021-04-081-2/+2
* trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command trigger evaluated strings (closes #1624)Sébastien Helleu2021-04-061-4/+20
* core: update copyright datesSébastien Helleu2021-01-0214-14/+14
* trigger: add variable "${tg_trigger_name}" in command trigger evaluated strings (closes #1580)Sébastien Helleu2020-11-142-5/+18
* trigger: add variable "tg_argc" in data set by command trigger (closes #1576)Sébastien Helleu2020-10-211-1/+3
* trigger: add a function to set variables common to all triggers (issue #1567)Sébastien Helleu2020-10-101-12/+27
* trigger: add tg_trigger_name variable to all triggers (closes #1567)Simmo Saan2020-10-101-1/+13
* trigger: fix recursive calls to triggers using regex (closes #1546)Sébastien Helleu2020-07-311-13/+11
* trigger: check that tag "notify_none" is not present in message to run command of default trigger beep (issue #1529)Sébastien Helleu2020-07-201-1/+4
* trigger: add (void) before calls to trigger_callback_execute when the returned value is ignoredSébastien Helleu2020-05-171-7/+9
* trigger: only return trigger's return code when condition evaluates to trueSimmo Saan2020-05-171-8/+23
* api: use buffer pointer in argument "modifier_data" sent to weechat_print modifier callback (closes #42)Sébastien Helleu2020-05-091-33/+25
* core: rename functions hook_completion_{get_string|list_add} to completion_{get_string|list_add}Sébastien Helleu2020-05-081-45/+41
* trigger: fix truncated trigger command with commands /trigger input|output|recreateSébastien Helleu2020-05-071-33/+55
* trigger: do not hide values of options with /set command in cmd_pass triggerSébastien Helleu2020-04-181-2/+0
* trigger: evaluate arguments of command when the trigger is created (closes #1472)Sébastien Helleu2020-04-122-5/+23
* core: update copyright datesSébastien Helleu2020-01-0414-14/+14
* core: fix style in CMake filesSébastien Helleu2019-10-011-6/+7
* core: auto disable upgrade process (command line option "--upgrade") if the file weechat.upgrade is not foundSébastien Helleu2019-06-241-12/+4
* api: add argument "strip_items" in function string_splitSébastien Helleu2019-06-155-6/+17
* cmake: allow custom libdir (fix #1341)Ryan Farley2019-04-251-1/+1
* trigger: add hook "info_hashtable"Sébastien Helleu2019-04-135-8/+88
* trigger: add hook "info"Sébastien Helleu2019-04-135-7/+63
* core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage optionsSébastien Helleu2019-03-241-1/+1
* core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)Sébastien Helleu2019-03-105-14/+56
* core: add value -1 for keep_eol in function string_strip (issue #1322)Sébastien Helleu2019-03-091-1/+1
* doc: fix regex examples to be compatible with FreeBSDSébastien Helleu2019-01-261-3/+3
* core: update copyright datesSébastien Helleu2019-01-0114-14/+14
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-2914-14/+14
* core: replace "long unsigned int" by "unsigned long"Sébastien Helleu2018-10-011-3/+3
* trigger: add variables "tg_prefix_nocolor" and "tg_message_nocolor" in line triggerSébastien Helleu2018-08-171-1/+15
* trigger: rename variable "tg_tags" to "tags" in line triggerSébastien Helleu2018-08-171-8/+5
* trigger: allow creation of temporary variables with the regexSébastien Helleu2018-08-161-2/+3
* trigger: fix /help triggerSébastien Helleu2018-08-151-1/+2
* trigger: add missing initialization of variable "tags" in hook line callbackSébastien Helleu2018-08-151-0/+1
* trigger: fix memory leak in hook_line trigger callbackSébastien Helleu2018-08-151-0/+3
* trigger: add missing values for line triggerSébastien Helleu2018-08-151-5/+5
* api: add function hook_lineSébastien Helleu2018-08-125-18/+185
* trigger: hide password in display of command "/msg nickserv set password", support the option "-server xxx"Sébastien Helleu2018-05-311-3/+3
* trigger: hide password in command "/msg nickserv set password"Sébastien Helleu2018-05-311-1/+1
* core: reinitialize config file pointer to NULL after an error on section creationSébastien Helleu2018-01-141-0/+3
* core: update copyright datesSébastien Helleu2018-01-0514-14/+14
* trigger: fix typo in /help triggerSébastien Helleu2017-11-151-1/+1
* core, plugins: check return code of strftime functionSébastien Helleu2017-09-231-2/+6
* core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu2017-08-106-18/+18
* fset: shift plugins priority to insert fset plugin between buflist and fifoSébastien Helleu2017-06-251-1/+1