index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
alias
/
alias.c
Age
Commit message (
Expand
)
Author
2023-05-18
alias: use dynamic string to replace alias arguments
Sébastien Helleu
2023-05-18
alias: return empty string instead of NULL in function alias_replace_args
Sébastien Helleu
2023-05-18
alias: return NULL if alias or user arguments are NULL in function alias_repl...
Sébastien Helleu
2023-05-18
alias: add example in comment of function alias_replace_args
Sébastien Helleu
2023-05-18
alias: add "$&" in comment of function alias_replace_args
Sébastien Helleu
2023-05-18
alias: add auto-escaping special variable
nobody
2023-01-28
alias: add option `rename` in command `/alias` (issue #1872)
Sébastien Helleu
2023-01-28
core, plugins: replace calls to strcmp by string_strcmp when difference matte...
Sébastien Helleu
2023-01-28
core, plugins: check that string parameters are not NULL in search functions ...
Sébastien Helleu
2023-01-28
alias: make aliases case sensitive, convert default aliases to lower case (is...
Sébastien Helleu
2023-01-28
plugins: set priority in calls to weechat_config_new (issue #1872)
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-07-04
typing: add typing plugin
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-06-25
fset: shift plugins priority to insert fset plugin between buflist and fifo
Sébastien Helleu
2017-03-25
buflist: load plugin after some other plugins by shifting plugins priority
Sébastien Helleu
2017-03-25
alias: check that alias pointer is not NULL in function "alias_free"
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-05
alias: do not allow slashes and spaces in alias name (closes #646)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-08-06
core: update examples of alias add commands
Simmo Saan
2015-07-20
alias: add options "add", "addcompletion" and "del" in command /alias, remove...
Sébastien Helleu
2015-07-04
api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...
Sébastien Helleu
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-07-04
alias: remove unused function alias_get_final_command()
Sébastien Helleu
2015-01-15
core: add priority in plugins to initialize them in order
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-22
api: return value in function command(), remove WeeChat error after command c...
Sébastien Helleu
2014-04-12
api: allow wildcard "*" inside the mask in function string_match
Sébastien Helleu
2014-02-21
alias: use same return code and message in all commands when arguments are wr...
Sebastien Helleu
2014-01-18
core: reformat hook_command arguments
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-11-09
alias: remove unneeded warning, do not load plugin when options can not be in...
Sebastien Helleu
2013-03-10
alias: mention local variables of buffer in /help alias
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-20
alias: improve completion of command /alias
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-12-02
alias: give higher priority to aliases (2000) so that they take precedence ov...
Sebastien Helleu
2012-08-02
core: update description of plugins and translate them in output of /plugin
Sebastien Helleu
2012-06-04
alias: reallow names beginning with "#" for aliases
Sebastien Helleu
[next]