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
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
2019-07-29
core: add some missing default keys in /help cursor
Sébastien Helleu
2019-06-17
core: add option "close" in command /window (closes #853)
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-03-29
core: don't execute command scheduled by /repeat if the buffer does not exist...
Sébastien Helleu
2019-03-29
core: don't execute command scheduled by /wait if the buffer does not exist a...
Sébastien Helleu
2019-03-29
core: use seconds by default in /repeat interval, allow unit for the interval
Sébastien Helleu
2019-03-29
core: move parsing of /wait delay in a separate function, with unit tests
Sébastien Helleu
2019-03-29
core: allow text in addition to a command in command /repeat
Sébastien Helleu
2019-03-28
api: add option "delay" in hashtable options of function command_options (iss...
Sébastien Helleu
2019-03-28
core: make "input_commands_allowed" work with /wait and /repeat commands (iss...
Sébastien Helleu
2019-03-12
core: set max length to 4096 for /secure passphrase (closes #1323)
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-02-23
core: add /filter addreplace (closes #1055)
Simmo Saan
2019-02-23
core: merge two comments in a single one (issue #1309, issue #1311)
Sébastien Helleu
2019-02-21
gui: fix use after free bug in /filter del (issue #1309)
Simmo Saan
2019-02-21
gui: only refilter affected buffers on filter change (closes #1309)
Simmo Saan
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-12-22
core: add note about option sec.crypt.passphrase_file in /help secure (issue ...
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-04
core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French
Sébastien Helleu
2018-10-27
core: split wee-secure.c into 3 files (secured data functions, buffer and con...
Sébastien Helleu
2018-10-09
core: add repeat of string in evaluation of expressions with "repeat:count,st...
Sébastien Helleu
2018-10-06
core: fix style
Sébastien Helleu
2018-10-06
Merge remote-tracking branch 'origin/pr/1259'
Sébastien Helleu
2018-09-18
core: allow multiple arguments in command /buffer close
Sébastien Helleu
2018-09-09
core: allow specifying buffer number/name for /buffer localvar
Simmo Saan
2018-09-06
core: allow multiple options "-r" ("--run-command") in command line arguments...
Sébastien Helleu
2018-08-17
core: add option "-P" (or "--plugins") to customize the plugins to load at st...
Sébastien Helleu
2018-08-15
core: fix use of NULL pointer in command /buffer when the GUI is not yet init...
Sébastien Helleu
2018-07-27
core: allow partial buffer name in command /buffer close (closes #1226)
Sébastien Helleu
[next]