summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-21trigger: fix wrong info in /help trigger.trigger.xxx.regexSebastien Helleu
2014-02-21core: update ChangeLogSebastien Helleu
2014-02-21core: update translationsSebastien Helleu
2014-02-21Merge branch 'trigger'Sebastien Helleu
2014-02-21trigger: return WEECHAT_RC_ERROR in command /trigger if arguments are wrong/m...Sebastien Helleu
2014-02-21core: update ChangeLogSebastien Helleu
2014-02-21core: update translationsSebastien Helleu
2014-02-21rmodifier: return WEECHAT_RC_ERROR in command /rmodifier if arguments are wro...Sebastien Helleu
2014-02-21relay: return WEECHAT_RC_ERROR in command /relay if arguments are wrong/missingSebastien Helleu
2014-02-21script: return WEECHAT_RC_ERROR in command /script if arguments are wrong/mis...Sebastien Helleu
2014-02-21guile: return WEECHAT_RC_ERROR in command /guile if arguments are wrong/missingSebastien Helleu
2014-02-21tcl: return WEECHAT_RC_ERROR in command /tcl if arguments are wrong/missingSebastien Helleu
2014-02-21lua: return WEECHAT_RC_ERROR in command /lua if arguments are wrong/missingSebastien Helleu
2014-02-21ruby: return WEECHAT_RC_ERROR in command /ruby if arguments are wrong/missingSebastien Helleu
2014-02-21perl: return WEECHAT_RC_ERROR in command /perl if arguments are wrong/missingSebastien Helleu
2014-02-21python: return WEECHAT_RC_ERROR in command /python if arguments are wrong/mis...Sebastien Helleu
2014-02-21logger: return WEECHAT_RC_ERROR in command /logger if arguments are wrong/mis...Sebastien Helleu
2014-02-21irc: use same return code and message in all commands when arguments are wron...Sebastien Helleu
2014-02-21charset: remove unneeded test in command /charsetSebastien Helleu
2014-02-21alias: use same return code and message in all commands when arguments are wr...Sebastien Helleu
2014-02-21core: use same return code and message in all commands when arguments are wro...Sebastien Helleu
2014-02-20irc: add note about option irc.network.whois_double_nick in /help whoisSebastien Helleu
2014-02-20irc: set option irc.network.whois_double_nick to "off" by defaultSebastien Helleu
2014-02-20trigger: add option "addreplace" in command /trigger (used by /trigger recreate)Sebastien Helleu
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