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
Age
Commit message (
Expand
)
Author
2024-03-07
exec: add missing exec tags in lines of buffers with free content (closes #2086)
Sébastien Helleu
2024-03-06
core: check if malloc.h is present, independently of function malloc_trim
Sébastien Helleu
2024-03-06
irc: add option `-all` in command `/allchan`, do not execute command on parte...
Sébastien Helleu
2024-03-06
core: include header malloc.h only if function malloc_trim is available
Sébastien Helleu
2024-03-06
core: check that function `malloc_trim` is available, display an error if not...
Sébastien Helleu
2024-03-06
core: add option `malloc_trim` in command `/sys`
Sébastien Helleu
2024-03-06
irc: use API config functions to get inherited value (server options)
Sébastien Helleu
2024-03-06
core: add support of SGR mouse events, remove option weechat.look.mouse_timer...
Sébastien Helleu
2024-03-05
doc/scripting: auto-generate list of scripting functions and constants from P...
Sébastien Helleu
2024-03-05
python: add infolists "python_function" and "python_constant"
Sébastien Helleu
2024-03-05
plugins: move scripting API constants to plugin-script.c
Sébastien Helleu
2024-03-05
doc: move script doc/python_stub.py to tools/generate_python_stub.py
Sébastien Helleu
2024-03-05
api: add functions config_{boolean|integer|string|color|enum}_inherited in sc...
Sébastien Helleu
2024-03-05
core: refactor functions that read values of config options
Sébastien Helleu
2024-03-05
api: add functions config_option_get_string and config_option_get_pointer in ...
Sébastien Helleu
2024-03-05
tcl: simplify return macros
DasBrain
2024-03-05
tcl: refactor creation of constants
DasBrain
2024-02-26
relay/api: rename "salt" to "timestamp"
Sébastien Helleu
2024-02-25
doc/api: fix string format in calls to weechat.prnt (examples in Python)
Sébastien Helleu
2024-02-25
python: fix truncation of unsigned long long integer returned by function str...
Sébastien Helleu
2024-02-25
php: remove constants that must not be visible in scripts
Sébastien Helleu
2024-02-25
tcl: fix truncation of long integer returned by function hdata_long
Sébastien Helleu
2024-02-24
core: add missing mouse event "alt-ctrl-button3"
Sébastien Helleu
2024-02-24
core: fix typo in comment
Sébastien Helleu
2024-02-24
core: add missing mouse event "alt-ctrl-button2"
Sébastien Helleu
2024-02-23
docs: fix some typos in documentation and comments
Trygve Aaberge
2024-02-22
tcl: make plugin compatible with Tcl 9.0
Johannes Kuhn
2024-02-21
fset: allow filename starting with "~" in command `/fset -export`
Sébastien Helleu
2024-02-21
script: always display list of scripts when searching scripts with `/script s...
Sébastien Helleu
2024-02-21
script: fix default mouse keys (closes #2076)
Sébastien Helleu
2024-02-19
script: add info "script_loaded"
Sébastien Helleu
2024-02-19
api: add info "plugin_loaded"
Sébastien Helleu
2024-02-18
relay: move functions to get URL parameters from api to relay-http.c, add tests
Sébastien Helleu
2024-02-18
relay/api: fix comment of function relay_api_protocol_get_param_boolean
Sébastien Helleu
2024-02-18
relay/api: add key "visible" with boolean value in nick and group objects
Sébastien Helleu
2024-02-18
relay/api: rename key "index" to "y" in line object
Sébastien Helleu
2024-02-17
core: display the 3 variants for "${split}" and "${split_shell}" in /help eval
Sébastien Helleu
2024-02-17
core: add "${hl:string}" and "${raw_hl:string}" in /eval completions
Sébastien Helleu
2024-02-17
core: add the different variants for "chars" in /eval completions
Sébastien Helleu
2024-02-17
core: add the different bases in /eval completions for "base_decode" and "bas...
Sébastien Helleu
2024-02-17
core: replace "xxx" by "string" and "number" by "N" in /eval completions
Sébastien Helleu
2024-02-17
core: list operators by order of priority in `/help eval` (issue #2005)
Sébastien Helleu
2024-02-17
core: reintroduce help on the operators in `/help eval` (issue #2005)
Sébastien Helleu
2024-02-17
core: reintroduce help on the variables in `/help eval` (issue #2005)
Sébastien Helleu
2024-02-16
irc: add missing tags on self action messages when capability echo-message is...
Sébastien Helleu
2024-02-16
irc: don't strip monospace color code 0x11 from incoming messages (closes #2073)
Sébastien Helleu
2024-02-11
core: add option `-s` in command `/command` to execute multiple commands sepa...
Sébastien Helleu
2024-02-11
irc: add server option "autojoin_delay" (closes #862)
Sébastien Helleu
2024-02-11
relay: change message displayed when there is not enough memory for websocket...
Sébastien Helleu
2024-02-11
relay: add WeeChat version in config update callback
Sébastien Helleu
[prev]
[next]