summaryrefslogtreecommitdiff
path: root/src/plugins/alias/alias.c
AgeCommit message (Collapse)Author
2015-08-06core: update examples of alias add commandsSimmo Saan
2015-07-20alias: add options "add", "addcompletion" and "del" in command /alias, ↵Sébastien Helleu
remove command /unalias (closes #458)
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char ↵Sébastien Helleu
and utf8_add_offset
2015-07-04core: add missing comments before functions when the result must be freed ↵Sébastien Helleu
after use
2015-07-04alias: remove unused function alias_get_final_command()Sébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script.
2015-01-01core: update copyright datesSébastien Helleu
2014-11-22api: return value in function command(), remove WeeChat error after command ↵Sébastien Helleu
callback if return code is WEECHAT_RC_ERROR
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-02-21alias: use same return code and message in all commands when arguments are ↵Sebastien Helleu
wrong/missing
2014-01-18core: reformat hook_command argumentsSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-09alias: remove unneeded warning, do not load plugin when options can not be ↵Sebastien Helleu
initialized
2013-03-10alias: mention local variables of buffer in /help aliasSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-20alias: improve completion of command /aliasSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-02alias: give higher priority to aliases (2000) so that they take precedence ↵Sebastien Helleu
over an existing command
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-06-04alias: reallow names beginning with "#" for aliasesSebastien Helleu
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 ↵Sebastien Helleu
error is displayed
2011-02-04Improve arguments displayed in /help of commands, display all commands with ↵Sebastien Helleu
same name (for same command name in many plugins)
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 ↵Sebastien Helleu
string_is_command_char and string_input_for_buffer in plugin and script API
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-08Add new IRC commands /allchan and /allserv with excluding option, commands ↵Sebastien Helleu
/ame and /amsg are now aliases, new aliases /aaway and /anick
2010-01-03Update copyright datesSebastien Helleu
2009-10-14Fix bug with buffer for execution of alias, when called from plugin API with ↵Sebastien Helleu
function "command" (bug #27697)
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 ↵Sebastien Helleu
version any more (API comparison is enough)