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
/
php
/
weechat-php_arginfo.h
Age
Commit message (
Collapse
)
Author
2024-03-12
api: add function "hdata_longlong" (issue #2081)
Sébastien Helleu
2024-03-05
api: add functions config_{boolean|integer|string|color|enum}_inherited in ↵
Sébastien Helleu
scripting API
2024-03-05
api: add functions config_option_get_string and config_option_get_pointer in ↵
Sébastien Helleu
scripting API
2023-12-26
core: store microseconds in buffer lines (closes #649)
Sébastien Helleu
2023-09-16
scripts: add function hook_url in scripting API
Sébastien Helleu
2023-09-09
scripts: add functions config_enum and config_enum_default in scripting API ↵
Sébastien Helleu
(issue #1973)
2023-03-16
core: add configuration version, add API function config_set_version
Sébastien Helleu
2022-09-27
api: add function string_parse_size
Sébastien Helleu
2022-06-30
php: Add stubs and generate arginfo for PHP API
Adam Saponara
This was preventing the PHP plugin from working if PHP was compiled with `--enable-debug`. With this patch, `--enable-debug` builds of PHP should work.
2022-03-13
api: add function buffer_new_props (closes #1759)
Sébastien Helleu
2022-01-30
core: add support of date and tags in messages displayed in buffers with ↵
Sébastien Helleu
free content, add function printf_y_date_tags (closes #1746)
2021-08-08
php: fix PHP 8+ build
Adam Saponara