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
/
core
/
wee-command.c
Age
Commit message (
Expand
)
Author
2021-10-01
core: add command /toggle
Sébastien Helleu
2021-09-20
core: add creation of user variables in evaluated expressions with ${define:n...
Sébastien Helleu
2021-09-10
core: remove empty line displayed in output of /plugin list <name>
Sébastien Helleu
2021-09-09
core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"
Sébastien Helleu
2021-09-06
core: fix indentation in examples of /help eval
Sébastien Helleu
2021-09-06
api: add split of string and shell arguments in evaluation of expressions
Sébastien Helleu
2021-08-31
core: add options in command /input and new keys to remove/restore buffers in...
Sébastien Helleu
2021-08-03
api: add random integer number in evaluation of expressions with "random:min,...
Sébastien Helleu
2021-06-27
core: add note about buffers that are not opened in /help layout
Sébastien Helleu
2021-06-17
core: add option "certs" in command /debug
Sébastien Helleu
2021-05-25
core: replace freenode by libera in command examples
Sébastien Helleu
2021-05-22
core: split startup command before evaluating it (issue #1643)
Sébastien Helleu
2021-05-16
api: add translated string in evaluation of expressions with "translate:xxx" ...
Sébastien Helleu
2021-05-11
core: split WeeChat home in 4 directories, use XDG directories by default (is...
Sébastien Helleu
2021-05-11
core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285)
Sébastien Helleu
2021-04-13
Revert "core: add option "-save" in command /upgrade (closes #1630)"
Sébastien Helleu
2021-04-12
core: add option "-save" in command /upgrade (closes #1630)
Sébastien Helleu
2021-03-17
api: add support of pointer names in function string_eval_expression (direct ...
Sébastien Helleu
2021-03-16
core: add options to customize commands on system signals, quit by default on...
Sébastien Helleu
2021-03-14
doc: use full path /usr/bin/pass in example for option sec.crypt.passphrase_c...
Sébastien Helleu
2021-02-06
core: replace option sec.crypt.passphrase_file by sec.crypt.passphrase_comman...
Sébastien Helleu
2021-02-05
core: add raw string in evaluation of expressions with "raw:xxx" (closes #1611)
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2021-01-01
core: add indentation and colors in /eval debug output
Sébastien Helleu
2020-12-31
core: display more verbose debug with two "-d" in command /eval
Sébastien Helleu
2020-12-30
core: fix typo in comment
Sébastien Helleu
2020-12-25
core: do not remove quotes in arguments of command /eval (closes #1601)
Sébastien Helleu
2020-12-19
core: add options "setvar" and "delvar" in command /buffer, rename option "lo...
Sébastien Helleu
2020-12-18
core: remove unneeded return of WEECHAT_RC_OK in filter command
Sébastien Helleu
2020-12-18
core: add option "recreate" in command /filter
Sébastien Helleu
2020-11-21
core: increase command buffer size in /color command
Sébastien Helleu
2020-11-17
core: fix and normalize error messages
Sébastien Helleu
2020-11-17
core: display an error when the buffer is not found with command /command -bu...
Sébastien Helleu
2020-11-14
core: add evaluation of conditions in evaluation of expressions with "eval_co...
Sébastien Helleu
2020-06-21
core: add bar option "color_bg_inactive" (issue #732)
Sébastien Helleu
2020-05-21
core: add base 16/32/64 encoding/decoding in evaluation of expressions
Sébastien Helleu
2020-05-16
core: add color in /buffer output for notification level, update translations...
Sébastien Helleu
2020-05-16
core: Allow displaying notify level with /buffer notify
Trygve Aaberge
2020-05-05
core: add include comparison operators in evaluation of expressions
Sébastien Helleu
2020-04-21
core: restore signal "signal_sighup", and if eaten do not reload configuration
Sébastien Helleu
2020-04-22
core: reload config on SIGHUP
Tom Fitzhenry
2020-02-02
core: rename function util_get_uptime to util_get_time_diff
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-12-18
core: add debug option "-d" in command /eval (issue #1434)
Sébastien Helleu
2019-10-12
core: add reverse of string for screen in evaluation of expressions with "rev...
Sébastien Helleu
2019-10-06
core: add support of modifiers in evaluation of expressions with "modifier:na...
Sébastien Helleu
2019-09-24
core: add power operator "**" in calc expressions (issue #997)
Sébastien Helleu
2019-09-21
core: add "length:xxx" and "lengthscr:xxx" in evaluation of expressions
Sébastien Helleu
2019-09-20
core: add calculation of expression in evaluation of expressions with "calc:....
Sébastien Helleu
2019-09-19
core: remove extra spaces in arguments of /help uptime and /help version
Sébastien Helleu
[next]