summaryrefslogtreecommitdiff
path: root/src/plugins/trigger/trigger-config.c
AgeCommit message (Collapse)Author
2014-02-21trigger: fix wrong info in /help trigger.trigger.xxx.regexSebastien Helleu
2014-02-21core: update translationsSebastien Helleu
2014-02-15trigger: update help of options trigger.trigger.xxx.{arguments|command}Sebastien Helleu
2014-02-14trigger: add option trigger.look.enabled (can be changed with /trigger ↵Sebastien Helleu
enable|disable|toggle)
2014-02-10trigger: add option trigger.look.monitor_strip_colorsSebastien Helleu
2014-02-10trigger: add hook configSebastien Helleu
2014-02-09trigger: add options trigger.color.flag_{command|conditions|regex|return_code}Sebastien Helleu
2014-02-09trigger: add default triggersSebastien Helleu
2014-02-09core: improve the string_replace_regex function (add reference char, change ↵Sebastien Helleu
syntax for match refs) The reference char is now an argument for the function. The references are now $0 .. $99 and $+ was added (last match, with highest number). The syntax to replace a match with one char is now: $.cN or $.c+ (for example: "$.*3").
2014-02-09trigger: split trigger command on creation, not when executing the callbackSebastien Helleu
2014-02-09trigger: add options trigger.color.trigger{_disabled}Sebastien Helleu
2014-02-09trigger: add callback for changes on hook option (trigger.trigger.xxx.hook)Sebastien Helleu
2014-02-09trigger: add hook command_runSebastien Helleu
2014-02-09trigger: add support of variable in regex optionSebastien Helleu
Examples with new format: /regex/text/ /regex/text/var /regex1/text1/ /regex2/text2/ /regex1/text1/var /regex2/text2/var
2014-02-09trigger: add more help in trigger optionsSebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu