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
/
plugins
Age
Commit message (
Expand
)
Author
2024-04-06
irc: display CTCP reply to a nick in server buffer instead of channel
Sébastien Helleu
2024-04-01
core: fix print of pointer values
Sébastien Helleu
2024-03-29
relay: rename function relay_api_search_buffer_id_name to relay_api_protocol_...
Sébastien Helleu
2024-03-26
relay: move assignment after comment with important note
Sébastien Helleu
2024-03-26
relay: fix typo in comment
Sébastien Helleu
2024-03-26
relay: fix typo in comment
Sébastien Helleu
2024-03-26
irc: fix error displayed on connection in case of insufficient memory
Sébastien Helleu
2024-03-26
relay: add size for array `relay_auth_password_hash_algo_name`
Sébastien Helleu
2024-03-26
fset: fix typo in /help fset
Sébastien Helleu
2024-03-26
relay: set the last IRC client disconnection time only after a successful con...
Sébastien Helleu
2024-03-26
fset: display number of commands executed in imported file, improve errors di...
Sébastien Helleu
2024-03-25
fset: add option `-import` in command `/fset`
Sébastien Helleu
2024-03-19
script: add option `enable` in command `/script`, improve error displayed whe...
Sébastien Helleu
2024-03-17
relay/api: add GET /api/hotlist
Sébastien Helleu
2024-03-16
buflist: fix help on option buflist.look.sort (issue #2097)
Sébastien Helleu
2024-03-15
core: add macro to define hdata variable with different field and name
Sébastien Helleu
2024-03-13
lua: fix code style
wfrsk
2024-03-13
lua: do not depend on an init script + rework `weechat_lua_output`
wfrsk
2024-03-13
lua: do not load the `debug` library
wfrsk
2024-03-13
lua: do not depend on `luaL_openlibs`
wfrsk
2024-03-13
fset: replace call to chmod() by fchmod() in the export function
Mario Campos
2024-03-12
core: remove "wee-" prefix from source files in src/core and src/core/hook
Sébastien Helleu
2024-03-12
relay/api: replace "context" by "buffer_id" (issue #2081)
Sébastien Helleu
2024-03-12
relay/api: add support of buffer id in POST /api/input (issue #2081)
Sébastien Helleu
2024-03-12
relay/api: add support of buffer id in GET /api/buffers (issue #2081)
Sébastien Helleu
2024-03-12
relay: add a fake send function in client
Sébastien Helleu
2024-03-12
relay/api: add a global variable to customize the command delay in POST /api/...
Sébastien Helleu
2024-03-12
relay/api: check that "request" field is a string in JSON received (websocket...
Sébastien Helleu
2024-03-12
relay/api: allow POST /api/handshake without a body
Sébastien Helleu
2024-03-12
relay/api: fix error displayed when buffer is not found in POST /api/input
Sébastien Helleu
2024-03-12
relay/weechat: add buffer id in signals sent to clients (issue #2081)
Sébastien Helleu
2024-03-12
relay/api: add buffer is in response to GET /api/buffers (issue #2081)
Sébastien Helleu
2024-03-12
core: rename function gui_buffer_search_by_name to gui_buffer_search (issue #...
Sébastien Helleu
2024-03-12
api: add function "hdata_longlong" (issue #2081)
Sébastien Helleu
2024-03-10
api: add modifier "color_decode" to decode WeeChat colors with a replacement ...
Sébastien Helleu
2024-03-10
core: use whole replacement string instead of first char in function gui_colo...
Sébastien Helleu
2024-03-08
exec: remove trailing space on buffers with free content when line numbers ar...
Sébastien Helleu
2024-03-07
exec: add missing exec tags in lines of buffers with free content (closes #2086)
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
irc: use API config functions to get inherited value (server options)
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
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
[next]