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
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
2018-06-14
core: add key alt+"-" in /help filter
Sébastien Helleu
2018-06-02
core: add reverse of string in evaluation of expressions with "rev:" (closes ...
Sébastien Helleu
2018-04-15
core: add example of secured data in /help eval
Sébastien Helleu
2018-03-25
core: add missing completion with buffer names for command /buffer merge (iss...
Sébastien Helleu
2018-03-19
core: merge buffer by name
Ruslan Bekenev
2018-02-19
core: fix description of command in /help upgrade
Sébastien Helleu
2018-01-08
core: add options "-newbuffer", "-free" and "-switch" in command /print (issu...
Sébastien Helleu
2018-01-07
core: set input callback on user buffers after /upgrade
Sébastien Helleu
2018-01-07
core: add option "-y" in command /buffer, add support of buffers with free co...
Sébastien Helleu
2018-01-07
core: remove invalid completion "-prefix" in command /print
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-06
core: add option "add" in command /buffer (issue #1113)
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-10-29
core: fix typo in /help key
Sébastien Helleu
2017-10-21
core: set value as optional in help of /buffer set
Sébastien Helleu
2017-10-20
core: allow /buffer set without value with empty default (closes #746)
Simmo Saan
2017-10-17
core: allow floating point and hexadecimal numbers in comparison of evaluated...
Sébastien Helleu
2017-09-01
core: add note about wildcard in /help set
Sébastien Helleu
2017-08-18
core: add signals "buffer_filters_enabled" and "buffer_filters_disabled"
Sébastien Helleu
2017-07-08
core: call the config hook when options are removed
Sébastien Helleu
2017-07-05
core: search WEECHAT_EXTRA_LIBDIR for plugins (closes #971, issue #979)
Linus Heckemann
2017-07-04
core: add arguments in function plugin_auto_load to load plugins only from cu...
Sébastien Helleu
2017-06-07
core: remove unused function command_secure_display_data (issue #1012)
Sébastien Helleu
[next]