summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-20alias: change default command for alias /beep to "/print -beep"Sebastien Helleu
2014-02-20core: add option "-beep" in command /printSebastien Helleu
2014-02-20core: add contributor to AUTHORSSebastien Helleu
2014-02-20irc: fix parsing of nick/host when there is nothing after in message (malform...Sebastien Helleu
2014-02-20irc: fix parsing of nick in host when '!' is not found (bug #41640)Felix Eckhofer
2014-02-19core: add missing option "rename" in /help filter and in command completionSebastien Helleu
2014-02-18doc: add chapter about secured data in user's guideSebastien Helleu
2014-02-18doc: fix some title levels in Japanese user's guideSebastien Helleu
2014-02-17guile: fix module used after unload of a scriptSebastien Helleu
2014-02-17lua: fix interpreter used after unload of a scriptSebastien Helleu
2014-02-17perl: fix context used after unload of a scriptSebastien Helleu
2014-02-17python: fix interpreter used after unload of a scriptSebastien Helleu
2014-02-17core: allow empty arguments for command /printSebastien Helleu
2014-02-16trigger: add option "addoff" in command /trigger (add a trigger in disabled s...Sebastien Helleu
2014-02-16core: update ChangeLog (add option "bare" in command /window)Sebastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
2014-02-16core: add missing feature in ChangeLog for v0.4.3 (use one date format when d...Sebastien Helleu
2014-02-15doc: fix typo in prototypes of functions hashtable_map/hashtable_map_string (...Sebastien Helleu
2014-02-15core: move function string_replace before string_replace_regexSebastien Helleu
2014-02-15core: add trigger plugin in Cygwin packagingSebastien Helleu
2014-02-15core: add trigger plugin in debian packaging (in package weechat-plugins)Sebastien Helleu
2014-02-15doc: add trigger plugin in docgen.pySebastien Helleu
2014-02-15trigger: add file trigger.conf in man pageSebastien Helleu
2014-02-15trigger: remove triggers in /help trigger that are already default triggersSebastien Helleu
2014-02-15trigger: update help of options trigger.trigger.xxx.{arguments|command}Sebastien Helleu
2014-02-15trigger: add trigger plugin in developer's guideSebastien Helleu
2014-02-14trigger: update description of command /triggerSebastien Helleu
2014-02-14trigger: remove the return code with /trigger input/output/recreate for modif...Sebastien Helleu
2014-02-14trigger: fix return code of focus callbackSebastien Helleu
2014-02-14trigger: allow restart of trigger only if trigger is enabledSebastien Helleu
2014-02-14trigger: add option trigger.look.enabled (can be changed with /trigger enable...Sebastien Helleu
2014-02-14trigger: add option "recreate" in command /triggerSebastien Helleu
2014-02-14core: add asciidoc attributes in files ChangeLog/NEWSSebastien Helleu
2014-02-14core: fix completion template used in command completion when first argument ...Sebastien Helleu
2014-02-14trigger: add option "copy" in command /triggerSebastien Helleu
2014-02-14trigger: add options "input" and "output" in command /triggerSebastien Helleu
2014-02-14doc: add function string_convert_escaped_chars in plugin API referenceSebastien Helleu
2014-02-14doc: add function string_split_shell in plugin API referenceSebastien Helleu
2014-02-14doc: add function string_replace_regex in plugin API referenceSebastien Helleu
2014-02-14core: change text in comment of function string_replace_regexSebastien Helleu
2014-02-14doc: add function hashtable_dup in plugin API referenceSebastien Helleu
2014-02-13core: use item "buffer_last_number" instead of "buffer_count" by default in s...Sebastien Helleu
2014-02-13core: sync debian files with debian git repositorySebastien Helleu
2014-02-13trigger: add strings without colors in hashtable for modifier "weechat_print"...Sebastien Helleu
2014-02-13trigger: add "tg_prefix" and "tg_message" in hashtable for modifier "weechat_...Sebastien Helleu
2014-02-13trigger: escape chars in regex replacement (when trigger is created)Sebastien Helleu
2014-02-13api: add function string_convert_escaped_charsSebastien Helleu
2014-02-13trigger: display arguments of triggers on monitor bufferSebastien Helleu
2014-02-13trigger: evaluate regex replacement on execution of trigger (and not when cre...Sebastien Helleu
2014-02-13trigger: fix call of IRC message parser on non-IRC messages in modifier callbackSebastien Helleu