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-api.c
Age
Commit message (
Expand
)
Author
2021-08-08
php: fix PHP 8+ build
Adam Saponara
2021-08-08
php: add detection of PHP 8.0, fix compilation errors
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-08-22
api: add function string_color_code_size (issue #1547)
Sébastien Helleu
2020-06-21
core: add bar option "color_bg_inactive" (issue #732)
Sébastien Helleu
2020-05-08
core: rename functions hook_completion_{get_string|list_add} to completion_{g...
Sébastien Helleu
2020-04-28
api: return integer in function gui_completion_search (issue #1484)
Sébastien Helleu
2020-04-27
api: add functions completion_new, completion_search and completion_free (iss...
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-02-28
api: add function command_options (issue #928)
Sébastien Helleu
2019-02-27
php: fix memory leak in functions using hashtable parameters
Sébastien Helleu
2019-02-27
api: add function string_match_list
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-09-01
core: fix copyright dates
Sébastien Helleu
2018-08-12
api: add function hook_line
Sébastien Helleu
2018-04-13
scripts: fix memory leak in hook_info callback
Sébastien Helleu
2018-04-12
scripts: fix return value of hook_infolist callback (pointer instead of string)
Sébastien Helleu
2018-04-10
scripts: return long integer instead of string in function infolist_time
Sébastien Helleu
2018-04-10
php: return long instead of int in function hdata_time
Sébastien Helleu
2018-04-10
php: fix return code of functions config_write_option and config_write_line
Sébastien Helleu
2018-04-10
scripts: do not allocate memory when converting pointers to strings
Sébastien Helleu
2018-04-07
php: fix memory leak in 72 functions returning allocated strings
Sébastien Helleu
2018-04-07
api: add function string_format_size in scripting API
Sébastien Helleu
2018-01-25
php: add OpenSSL licensing in copyright
Sébastien Helleu
2018-01-15
scripts: add configuration file for each script plugin
Sébastien Helleu
2017-09-21
php: fix crash in API function string_eval_path_home
Sébastien Helleu
2017-09-17
php: fix crash in API function string_eval_expression
Sébastien Helleu
2017-09-10
php: fix function plugin_get_name
Sébastien Helleu
2017-09-09
php: fix arguments of hook_command callback
Sébastien Helleu
2017-09-07
php: rename print functions
Sébastien Helleu
2017-09-07
php: check that script is registered in API functions, add macros to return v...
Sébastien Helleu
2017-09-06
php: rename API callback functions
Sébastien Helleu
2017-09-06
php: add missing functions current_buffer and current_window
Sébastien Helleu
2017-09-06
php: move macro API_FUNC_INIT, aggregate declaration of variables
Sébastien Helleu
2017-09-04
php: sort functions by topic, remove unused API functions, fix compiler warning
Sébastien Helleu
2017-09-03
php: add comments in code
Sébastien Helleu
2017-09-03
php: add function "hdata_compare"
Sébastien Helleu
2017-09-03
php: new php plugin
Adam Saponara