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
Age
Commit message (
Expand
)
Author
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-05-17
php: add comments about C compiler happiness
Sébastien Helleu
2018-05-17
scripts: remove double return in info eval callback functions not yet impleme...
Sébastien Helleu
2018-05-17
php: ensure vbuffer is not NULL before using it
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 option "eval_keep_context" in script plugins
Sébastien Helleu
2018-01-15
scripts: add configuration file for each script plugin
Sébastien Helleu
2018-01-14
scripts: add missing initialization of plugin pointer to NULL
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-06
core: update translations (issue #128)
Sébastien Helleu
2018-01-06
php: fix compiler warning (issue #128)
Sébastien Helleu
2018-01-06
scripts: add "eval" option in script commands and info "xxx_eval" (issue #128)
Sébastien Helleu
2017-12-23
scripts: add option "version" in script commands (closes #1075)
Sébastien Helleu
2017-10-14
build: fix PHP library used to compile PHP plugin (closes #1078)
Sébastien Helleu
2017-10-03
php: add comments
Sébastien Helleu
2017-10-03
php: add messages during script loading/unloading
Sébastien Helleu
2017-10-03
php: set php_quiet to 1 during plugin end
Sébastien Helleu
2017-10-03
php: set php_quiet to 1 during plugin initialization
Sébastien Helleu
2017-10-03
php: set php_quiet to 1 when loading/reloading/unloading a script with option...
Sébastien Helleu
2017-09-28
php: use PHP_VERSION_ID instead of PHP_MAJOR_VERSION and PHP_MINOR_VERSION
Sébastien Helleu
2017-09-28
php: add comments with PHP version
Sébastien Helleu
2017-09-28
php: fix condition on PHP version to support future PHP versions (>= 8.0)
Sébastien Helleu
2017-09-28
Merge pull request #1069 from adsr/master
Sébastien Helleu
2017-09-21
php: fix crash in API function string_eval_path_home
Sébastien Helleu
2017-09-17
php: fix compiler warning for PHP >=7.1
Adam Saponara
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: remove empty line
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: add "PLUGIN" in headers
Sébastien Helleu
2017-09-03
php: new php plugin
Adam Saponara
[prev]