summaryrefslogtreecommitdiff
path: root/src/plugins/alias/alias.c
AgeCommit message (Expand)Author
2012-06-04alias: prohibit names beginning with "#" for aliases (bug #36584)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-17alias: add help about syntax %%command for completion of alias in /aliasSebastien Helleu
2011-10-27alias: improve /help alias: display many <command> in command synopsisSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-04-16core: return WEECHAT_RC_OK instead of WEECHAT_RC_ERROR in commands when error...Sebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-09Complete with alias value for second argument of command /aliasSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-23Add note about /unalias in /help aliasSebastien Helleu
2010-03-21Fix typo in /help aliasSebastien Helleu
2010-03-21Add custom completion for aliases (task #9479)Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-08Add new IRC commands /allchan and /allserv with excluding option, commands /a...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-10-14Fix bug with buffer for execution of alias, when called from plugin API with ...Sebastien Helleu
2009-10-02New expansions for alias arguments ($n, $-m, $n-, $n-m, $*, $~) (patch #6917)Sebastien Helleu
2009-09-30Allow /unalias to remove multiple aliases (patch #6926)Sebastien Helleu
2009-09-30Allow use of wildcards for /alias list (patch #6925)Sebastien Helleu
2009-09-30Display alias command in /help alias_name (patch #6924)Sebastien Helleu
2009-09-16Fix bug with arguments in alias (bug #27440)Sebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...Sebastien Helleu
2009-05-08Improve completion: allow a command to use completion of another command (use...Sebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-02Fix bug in alias: use current buffer to run commands (bug #22876)Sebastien Helleu
2009-03-22Add default alias /v to "/command core version"Sebastien Helleu
2009-02-08Add help about alias list for /alias command (task #9087)Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC s...Sebastien Helleu
2008-11-14Fix bug with argument replacement in alias ($1,..,$9 and $*) when no argument...Sebastien Helleu
2008-11-03Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix comple...Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-24Add local variables for buffers, fix alias creation, use of local variables $...Sebastien Helleu
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-02Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_b...Sebastien Helleu
2008-07-03Fix bug with alias arguments ($1,$2,..) and add new default alias /wii (whois...Sebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words f...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-02Add constants for config file read/write/set/unset callbacksSebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option fo...Sebastien Helleu
2008-04-18Fixed /redraw aliasSebastien Helleu