summaryrefslogtreecommitdiff
path: root/src/plugins/alias
AgeCommit message (Expand)Author
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-10-31Remove dead assignmentsSebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-18Replace "joker" by "wildcard"Sebastien 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-04-08Define list of default aliases as an arraySebastien Helleu
2010-03-26Fix bug with writing of configuration files when disk is full (bug #29331)Sebastien 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-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien 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-20Fix cmake directories: let user customize lib, share, locale and include dire...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-24Add filter with third argument of infolist_get for some infolists (bars, bar ...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-28Add cmake files in package built by autotoolsSebastien 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-26Fix Makefile for alias pluginSebastien 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 description for info and infolist hooksSebastien 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