summaryrefslogtreecommitdiff
path: root/src/plugins/php
AgeCommit message (Collapse)Author
2018-09-01core: fix copyright datesSébastien Helleu
2018-08-12api: add function hook_lineSébastien Helleu
2018-05-17php: add comments about C compiler happinessSébastien Helleu
2018-05-17scripts: remove double return in info eval callback functions not yet ↵Sébastien Helleu
implemented
2018-05-17php: ensure vbuffer is not NULL before using itSébastien Helleu
2018-04-13scripts: fix memory leak in hook_info callbackSébastien Helleu
2018-04-12scripts: fix return value of hook_infolist callback (pointer instead of string)Sébastien Helleu
2018-04-10scripts: return long integer instead of string in function infolist_timeSébastien Helleu
2018-04-10php: return long instead of int in function hdata_timeSébastien Helleu
2018-04-10php: fix return code of functions config_write_option and config_write_lineSébastien Helleu
2018-04-10scripts: do not allocate memory when converting pointers to stringsSébastien Helleu
2018-04-07php: fix memory leak in 72 functions returning allocated stringsSébastien Helleu
Fixed functions: - iconv_to_internal - iconv_from_internal - string_mask_to_regex - string_format_size - string_remove_color - string_eval_expression - string_eval_path_home - list_new - list_add - list_search - list_casesearch - list_get - list_next - list_prev - config_new - config_new_section - config_search_section - config_new_option - config_search_option - config_get - hook_command - hook_completion - hook_command_run - hook_timer - hook_fd - hook_process - hook_process_hashtable - hook_connect - hook_print - hook_signal - hook_hsignal - hook_config - hook_modifier - hook_modifier_exec - hook_info - hook_info_hashtable - hook_infolist - hook_focus - buffer_new - buffer_search - buffer_search_main - current_buffer - buffer_get_pointer - buffer_string_replace_local_var - current_window - window_search_with_buffer - window_get_pointer - nicklist_add_group - nicklist_search_group - nicklist_add_nick - nicklist_search_nick - nicklist_group_get_pointer - nicklist_nick_get_pointer - bar_item_search - bar_item_new - bar_search - bar_new - infolist_new - infolist_new_item - infolist_new_var_integer - infolist_new_var_string - infolist_new_var_pointer - infolist_new_var_time - infolist_search_var - infolist_get - infolist_pointer - hdata_get - hdata_get_list - hdata_move - hdata_search - hdata_pointer - upgrade_new
2018-04-07api: add function string_format_size in scripting APISébastien Helleu
2018-01-25php: add OpenSSL licensing in copyrightSébastien Helleu
2018-01-15scripts: add option "eval_keep_context" in script pluginsSébastien Helleu
2018-01-15scripts: add configuration file for each script pluginSébastien Helleu
2018-01-14scripts: add missing initialization of plugin pointer to NULLSébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-06core: update translations (issue #128)Sébastien Helleu
2018-01-06php: fix compiler warning (issue #128)Sébastien Helleu
2018-01-06scripts: add "eval" option in script commands and info "xxx_eval" (issue #128)Sébastien Helleu
For now this works only in python, perl, ruby and guile.
2017-12-23scripts: add option "version" in script commands (closes #1075)Sébastien Helleu
2017-10-14build: fix PHP library used to compile PHP plugin (closes #1078)Sébastien Helleu
This was causing a dependency missing in debian packaging.
2017-10-03php: add commentsSébastien Helleu
2017-10-03php: add messages during script loading/unloadingSébastien Helleu
2017-10-03php: set php_quiet to 1 during plugin endSébastien Helleu
2017-10-03php: set php_quiet to 1 during plugin initializationSébastien Helleu
2017-10-03php: set php_quiet to 1 when loading/reloading/unloading a script with ↵Sébastien Helleu
option "-q"
2017-09-28php: use PHP_VERSION_ID instead of PHP_MAJOR_VERSION and PHP_MINOR_VERSIONSébastien Helleu
2017-09-28php: add comments with PHP versionSébastien Helleu
2017-09-28php: fix condition on PHP version to support future PHP versions (>= 8.0)Sébastien Helleu
2017-09-28Merge pull request #1069 from adsr/masterSébastien Helleu
php: use find_library to find libphp7.so
2017-09-21php: fix crash in API function string_eval_path_homeSébastien Helleu
2017-09-17php: fix compiler warning for PHP >=7.1Adam Saponara
2017-09-17php: fix crash in API function string_eval_expressionSébastien Helleu
2017-09-10php: fix function plugin_get_nameSébastien Helleu
2017-09-09php: fix arguments of hook_command callbackSébastien Helleu
2017-09-07php: rename print functionsSébastien Helleu
Rename: - printf to print - printf_date_tags to print_date_tags - printf_y to print_y - log_printf to log_print
2017-09-07php: check that script is registered in API functions, add macros to return ↵Sébastien Helleu
values
2017-09-06php: rename API callback functionsSébastien Helleu
2017-09-06php: add missing functions current_buffer and current_windowSébastien Helleu
2017-09-06php: move macro API_FUNC_INIT, aggregate declaration of variablesSébastien Helleu
2017-09-04php: remove empty lineSébastien Helleu
2017-09-04php: sort functions by topic, remove unused API functions, fix compiler warningSébastien Helleu
Functions removed (not in scripting API): - weechat_string_replace - weechat_hdata_get_var - weechat_hdata_get_var_type
2017-09-03php: add comments in codeSébastien Helleu
2017-09-03php: add function "hdata_compare"Sébastien Helleu
2017-09-03php: add "PLUGIN" in headersSébastien Helleu
2017-09-03php: new php pluginAdam Saponara
This plugin requires PHP >= 7.0.