Age | Commit message (Expand) | Author |
2015-01-15 | core: add priority in plugins to initialize them in order | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-11-22 | api: return value in function command(), remove WeeChat error after command c... | Sébastien Helleu |
2014-04-12 | api: allow wildcard "*" inside the mask in function string_match | Sébastien Helleu |
2014-02-21 | alias: use same return code and message in all commands when arguments are wr... | Sebastien Helleu |
2014-01-18 | core: reformat hook_command arguments | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-11-09 | alias: remove unneeded warning, do not load plugin when options can not be in... | Sebastien Helleu |
2013-03-10 | alias: mention local variables of buffer in /help alias | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-20 | alias: improve completion of command /alias | Sebastien Helleu |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-12-02 | alias: give higher priority to aliases (2000) so that they take precedence ov... | Sebastien Helleu |
2012-08-02 | core: update description of plugins and translate them in output of /plugin | Sebastien Helleu |
2012-06-04 | alias: reallow names beginning with "#" for aliases | Sebastien Helleu |
2012-06-04 | alias: prohibit names beginning with "#" for aliases (bug #36584) | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-12-17 | alias: add help about syntax %%command for completion of alias in /alias | Sebastien Helleu |
2011-10-27 | alias: improve /help alias: display many <command> in command synopsis | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu |
2011-04-16 | core: return WEECHAT_RC_OK instead of WEECHAT_RC_ERROR in commands when error... | Sebastien Helleu |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with s... | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-11-09 | Complete with alias value for second argument of command /alias | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-09 | Define WeeChat license as macro for C compiler, used in plugins to set license | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-23 | Add note about /unalias in /help alias | Sebastien Helleu |
2010-03-21 | Fix typo in /help alias | Sebastien Helleu |
2010-03-21 | Add custom completion for aliases (task #9479) | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-03-02 | Add new option weechat.look.command_chars, add functions string_is_command_ch... | Sebastien Helleu |
2010-01-24 | Remove evil tabs in sources | Sebastien Helleu |
2010-01-08 | Add new IRC commands /allchan and /allserv with excluding option, commands /a... | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-10-14 | Fix bug with buffer for execution of alias, when called from plugin API with ... | Sebastien Helleu |
2009-10-02 | New expansions for alias arguments ($n, $-m, $n-, $n-m, $*, $~) (patch #6917) | Sebastien Helleu |
2009-09-30 | Allow /unalias to remove multiple aliases (patch #6926) | Sebastien Helleu |
2009-09-30 | Allow use of wildcards for /alias list (patch #6925) | Sebastien Helleu |
2009-09-30 | Display alias command in /help alias_name (patch #6924) | Sebastien Helleu |
2009-09-16 | Fix bug with arguments in alias (bug #27440) | Sebastien Helleu |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ve... | Sebastien Helleu |
2009-05-08 | Improve completion: allow a command to use completion of another command (use... | Sebastien Helleu |
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-04-02 | Fix bug in alias: use current buffer to run commands (bug #22876) | Sebastien Helleu |
2009-03-22 | Add default alias /v to "/command core version" | Sebastien Helleu |