aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/alias (follow)
Commit message (Expand)AuthorAgeFilesLines
* typing: add typing pluginSébastien Helleu2021-07-041-1/+1
* core: update copyright datesSébastien Helleu2021-01-0212-12/+12
* core: add options "setvar" and "delvar" in command /buffer, rename option "localvar" to "listvar"Sébastien Helleu2020-12-191-1/+1
* irc: allow to send text on buffers with commands /allchan, /allpv and /allservSébastien Helleu2020-07-201-1/+1
* core: rename functions hook_completion_{get_string|list_add} to completion_{get_string|list_add}Sébastien Helleu2020-05-081-7/+7
* core: update copyright datesSébastien Helleu2020-01-0412-12/+12
* core: fix style in CMake filesSébastien Helleu2019-10-011-5/+6
* core: add option "close" in command /window (closes #853)Sébastien Helleu2019-06-171-1/+2
* api: add argument "strip_items" in function string_splitSébastien Helleu2019-06-152-2/+2
* alias: remove default aliases /AME and /AMSGjesopo2019-06-071-2/+0
* cmake: allow custom libdir (fix #1341)Ryan Farley2019-04-251-1/+1
* core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage optionsSébastien Helleu2019-03-241-1/+1
* core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)Sébastien Helleu2019-03-102-2/+10
* core: update copyright datesSébastien Helleu2019-01-0112-12/+12
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-2912-12/+12
* core: reinitialize config file pointer to NULL after an error on section creationSébastien Helleu2018-01-141-0/+2
* core: fix some stylesSébastien Helleu2018-01-071-3/+3
* core: update copyright datesSébastien Helleu2018-01-0512-12/+12
* alias: add infolist "alias_default" (list of default aliases)Sébastien Helleu2017-08-123-49/+107
* core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu2017-08-105-15/+15
* fset: shift plugins priority to insert fset plugin between buflist and fifoSébastien Helleu2017-06-251-1/+1
* alias: fix message in case of error in command /alias addcompletionSébastien Helleu2017-06-121-1/+1
* buflist: load plugin after some other plugins by shifting plugins prioritySébastien Helleu2017-03-251-1/+1
* alias: check that alias pointer is not NULL in function "alias_free"Sébastien Helleu2017-03-251-0/+3
* core, alias: add xgettext comment on some command help stringsSébastien Helleu2017-01-221-0/+1
* core: update copyright datesSébastien Helleu2017-01-0112-12/+12
* core: add optional command prefix in completion templates "commands", "plugins_commands" and ""weechat_commands"Sébastien Helleu2016-11-291-2/+2
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-215-45/+71
* alias: do not allow slashes and spaces in alias name (closes #646)Sébastien Helleu2016-01-051-1/+37
* core: update copyright datesSébastien Helleu2016-01-0112-12/+12
* alias: display completion in /alias list (closes #518)Sébastien Helleu2015-09-121-5/+30
* alias: fix indentation errorSébastien Helleu2015-09-121-1/+1
* core: update examples of alias add commandsSimmo Saan2015-08-061-1/+1
* alias: add options "add", "addcompletion" and "del" in command /alias, remove command /unalias (closes #458)Sébastien Helleu2015-07-207-312/+443
* api: fix type of value returned by functions utf8_prev_char, utf8_next_char and utf8_add_offsetSébastien Helleu2015-07-041-4/+4
* core: add missing comments before functions when the result must be freed after useSébastien Helleu2015-07-041-0/+2
* alias: remove unused function alias_get_final_command()Sébastien Helleu2015-07-041-33/+0
* core: add priority in plugins to initialize them in orderSébastien Helleu2015-01-151-0/+1
* core: update copyright datesSébastien Helleu2015-01-018-8/+8
* alias: rename callback for infolist "alias"Sébastien Helleu2014-11-271-36/+31
* api: return value in function command(), remove WeeChat error after command callback if return code is WEECHAT_RC_ERRORSébastien Helleu2014-11-221-2/+1
* alias: add default alias "msgbuf" (send text to a buffer)Sébastien Helleu2014-05-131-38/+71
* api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu2014-04-122-3/+2
* core: use lower case for CMake keywordsSébastien Helleu2014-04-121-4/+4
* core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu2014-03-193-9/+9
* alias: use same return code and message in all commands when arguments are wrong/missingSebastien Helleu2014-02-211-116/+116
* alias: change default command for alias /beep to "/print -beep"Sebastien Helleu2014-02-201-1/+1
* alias: add default alias /beep => /print -stderr \aSebastien Helleu2014-02-041-0/+1
* core: reformat hook_command argumentsSebastien Helleu2014-01-181-47/+46
* core: update copyright datesSebastien Helleu2014-01-018-9/+9