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-eval.c
Age
Commit message (
Expand
)
Author
2021-09-20
core: add creation of user variables in evaluated expressions with ${define:n...
Sébastien Helleu
2021-09-06
api: add split of string and shell arguments in evaluation of expressions
Sébastien Helleu
2021-08-29
api: add "${re:repl_index}" to get the index of replacement in function strin...
Sébastien Helleu
2021-08-03
api: add random integer number in evaluation of expressions with "random:min,...
Sébastien Helleu
2021-05-29
core, irc, script: fix typos
Sébastien Helleu
2021-05-25
core, buflist, irc, relay: replace freenode by libera in comments
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-04-04
core: evaluate left/right part of comparison after split on the comparison op...
Sébastien Helleu
2021-03-18
core: add pointer name in description of function eval_replace_vars_cb
Sébastien Helleu
2021-03-17
api: add support of pointer names in function string_eval_expression (direct ...
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-02
core: move debug_id assignation in macro EVAL_DEBUG_MSG
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-11-14
core: add evaluation of conditions in evaluation of expressions with "eval_co...
Sébastien Helleu
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-05-21
core: add base 16/32/64 encoding/decoding in evaluation of expressions
Sébastien Helleu
2020-05-20
core: split function eval_replace_vars_cb into multiple functions
Sébastien Helleu
2020-05-05
core: add include comparison operators in evaluation of expressions
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-12-18
core: fix evaluation of condition with nested "if" (closes #1434)
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-21
core: ignore color codes in ${length:xxx} and ${lengthscr:xxx}
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-04-13
api: return allocated string in hook_info callback and function info_get
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-10-09
core: add repeat of string in evaluation of expressions with "repeat:count,st...
Sébastien Helleu
2018-10-08
core: fix evaluation of nested ternary operators (closes #1263)
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-08-18
core: fix evaluation of condition when the left operand is an empty string
Sébastien Helleu
2018-08-16
core: fix string evaluation with regex replacement when the string is empty
Sébastien Helleu
2018-06-11
fset: fix crash when applying filters after closing the fset buffer (closes #...
Sébastien Helleu
2018-06-02
core: add reverse of string in evaluation of expressions with "rev:" (closes ...
Sébastien Helleu
2018-04-17
core: fix infinite loop in evaluation of strings (closes #1183)
Sébastien Helleu
2018-04-17
core: add an eval context structure
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-10-17
core: allow floating point and hexadecimal numbers in comparison of evaluated...
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-05-28
core: remove unused variable "index" in function eval_hdata_get_value
Sébastien Helleu
2017-05-20
core: allow index for hdata arrays in evaluation of expressions
Sébastien Helleu
2017-04-29
core: add wildcard matching operators to eval (closes #608)
Simmo Saan
2017-04-25
core: fix check of condition in ${if:...} (evaluated strings)
Sébastien Helleu
2017-04-25
core: add new cut formats in function comment
Sébastien Helleu
2017-04-24
core: add a way to count the suffix length in max chars displayed in cut of s...
Sébastien Helleu
[next]