summaryrefslogtreecommitdiff
path: root/src/plugins/trigger
AgeCommit message (Expand)Author
2020-05-17trigger: add (void) before calls to trigger_callback_execute when the returne...Sébastien Helleu
2020-05-17trigger: only return trigger's return code when condition evaluates to trueSimmo Saan
2020-05-09api: use buffer pointer in argument "modifier_data" sent to weechat_print mod...Sébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to completion_{g...Sébastien Helleu
2020-05-07trigger: fix truncated trigger command with commands /trigger input|output|re...Sébastien Helleu
2020-04-18trigger: do not hide values of options with /set command in cmd_pass triggerSébastien Helleu
2020-04-12trigger: evaluate arguments of command when the trigger is created (closes #1...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-01core: fix style in CMake filesSébastien Helleu
2019-06-24core: auto disable upgrade process (command line option "--upgrade") if the f...Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-04-25cmake: allow custom libdir (fix #1341)Ryan Farley
2019-04-13trigger: add hook "info_hashtable"Sébastien Helleu
2019-04-13trigger: add hook "info"Sébastien Helleu
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...Sébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-03-09core: add value -1 for keep_eol in function string_strip (issue #1322)Sébastien Helleu
2019-01-26doc: fix regex examples to be compatible with FreeBSDSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-10-01core: replace "long unsigned int" by "unsigned long"Sébastien Helleu
2018-08-17trigger: add variables "tg_prefix_nocolor" and "tg_message_nocolor" in line t...Sébastien Helleu
2018-08-17trigger: rename variable "tg_tags" to "tags" in line triggerSébastien Helleu
2018-08-16trigger: allow creation of temporary variables with the regexSébastien Helleu
2018-08-15trigger: fix /help triggerSébastien Helleu
2018-08-15trigger: add missing initialization of variable "tags" in hook line callbackSébastien Helleu
2018-08-15trigger: fix memory leak in hook_line trigger callbackSébastien Helleu
2018-08-15trigger: add missing values for line triggerSébastien Helleu
2018-08-12api: add function hook_lineSébastien Helleu
2018-05-31trigger: hide password in display of command "/msg nickserv set password", su...Sébastien Helleu
2018-05-31trigger: hide password in command "/msg nickserv set password"Sébastien Helleu
2018-01-14core: reinitialize config file pointer to NULL after an error on section crea...Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-11-15trigger: fix typo in /help triggerSébastien Helleu
2017-09-23core, plugins: check return code of strftime functionSébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-06-25fset: shift plugins priority to insert fset plugin between buflist and fifoSébastien Helleu
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-06-10trigger: if hashmap creation failed, don't use tagsNeui
2017-06-02trigger: add "irc_server" and "irc_channel" pointers in data for IRC signal/m...Sébastien Helleu
2017-03-25buflist: load plugin after some other plugins by shifting plugins prioritySébastien Helleu
2017-03-25trigger: check that regex pointers are not NULL in function "trigger_regex_free"Sébastien Helleu
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-11-19trigger: add comments above default triggersSébastien Helleu
2016-11-19trigger: do not hide email in command "/msg nickserv register password email"...Sébastien Helleu
2016-08-10trigger: add missing step with post action in /help triggerSébastien Helleu
2016-08-09trigger: add post action in command line built by /trigger input|output|recreateSébastien Helleu
2016-08-09trigger: add quotes around completions of post actionSébastien Helleu
2016-08-09trigger: rename "once action" to "post action"Sébastien Helleu