summaryrefslogtreecommitdiff
path: root/src/plugins/alias/alias.c
AgeCommit message (Expand)Author
2008-04-15Fixed bug with alias, use current buffer to run commands (bug #22876)Sebastien Helleu
2008-04-15New format for [bar] section in weechat.conf file, bar options can be set wit...Sebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-03-25New alias by default: /redraw (same action as Ctrl-L to redraw screen) (task ...Sebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-01-27Added config file functions in plugins API, improved /reload and /save comman...Sebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal...Sebastien Helleu
2008-01-15Fixed default alias "c" and "cl", now pointing to "/buffer clear"Sebastien Helleu
2008-01-11New arguments for function "register" in scripts (author, license), with opti...Sebastien Helleu
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-06Added hotlist option for buffer in plugins API, improved buffer refreshsSebastien Helleu
2008-01-04Added macros for name/description/author/version/license of pluginsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-13Renamed hook "event" to "signal"Sebastien Helleu
2007-12-11Many changes in IRC plugin, added IRC specific completionsSebastien Helleu
2007-12-10Renamed constants for return codes in pluginsSebastien Helleu
2007-12-10Many changes in IRC pluginSebastien Helleu
2007-12-09Changes in IRC plugin to use new APISebastien Helleu
2007-12-08Added gettext for some plugins messagesSebastien Helleu
2007-12-07Added completion hook, to let plugins add custom completions for commandsSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-04Added "config_reload" event, fixed some bugs in hook executionSebastien Helleu
2007-12-04Removed WeeChat "command" structure, now all internal commands are hooked whe...Sebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu