summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05-17fset: ensure option_name is not NULL before comparing itSébastien Helleu
2018-05-03doc: update Japanese auto-generated filesSébastien Helleu
2018-05-03Merge pull request #1185 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2018-04-21core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-04-20doc: update German auto-generated fileSébastien Helleu
2018-04-20core: update German translationsNils Görs
2018-04-17core: fix infinite loop in evaluation of strings (closes #1183)Sébastien Helleu
2018-04-17core: add an eval context structureSébastien Helleu
A pointer to this structure is given as parameter in each eval function called: - eval_replace_vars - eval_expression_condition - eval_replace_regex
2018-04-17tests: add tests on eval_expression() with different prefix/suffixSébastien Helleu
2018-04-16core: do not set terminal title by default (option ↵Sébastien Helleu
weechat.look.window_title) (closes #1182)
2018-04-15doc: update German auto-generated fileSébastien Helleu
2018-04-15core: update German translationsNils Görs
2018-04-15core: add example of secured data in /help evalSébastien Helleu
2018-04-13tests: turn off memory leak detection only when testing javascript APISébastien Helleu
2018-04-13tests: fix typo in language nameSébastien Helleu
2018-04-13scripts: fix memory leak in hook_info callbackSébastien Helleu
2018-04-12tests: add tests on infolistsSébastien Helleu
2018-04-12scripts: fix return value of hook_infolist callback (pointer instead of string)Sébastien Helleu
2018-04-11tests: fix AST return in TCLSébastien Helleu
2018-04-11tests: fix AST return in PHPSébastien Helleu
2018-04-11tests: fix AST return in PerlSébastien Helleu
2018-04-11core: initialize size to 0 when it is not used in the infolist variableSébastien Helleu
2018-04-10scripts: return long integer instead of string in function infolist_timeSébastien Helleu
2018-04-10core: update ChangeLogSé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-10ruby: fix memory leak in 7 functions returning allocated stringsSébastien Helleu
Fixed functions: - list_new - list_add - list_search - list_casesearch - list_get - list_next - list_prev
2018-04-10guile: fix memory leak in 7 functions returning allocated stringsSébastien Helleu
Fixed functions: - list_new - list_add - list_search - list_casesearch - list_get - list_next - list_prev
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-07doc: add version 2.2 in Python example for function string_format_size ↵Sébastien Helleu
(plugin API reference)
2018-04-07api: add function string_format_size in scripting APISébastien Helleu
2018-04-06doc: update German auto-generated fileSébastien Helleu
2018-04-06core: update German translationsNils Görs
2018-04-06irc: replace "server" by "name" in /help serverSébastien Helleu
2018-04-06doc: update German auto-generated fileSébastien Helleu
2018-04-06doc: add a sentence to explain the internal irc server name (quickstart guide)Sébastien Helleu
2018-04-04core: merge improvements into new features in ChangeLogSébastien Helleu
2018-04-02irc: always set nick away status on WHO response (sent manually or ↵Sébastien Helleu
automatically with server option "away_check")
2018-04-02core: update ChangeLogSébastien Helleu
2018-04-02irc: allocate the string "prefix" in nickSébastien Helleu
This fixes a crash when calling the function hdata_string on the "prefix" variable in the nick.
2018-04-01core: update German translationsNils Görs
2018-04-01irc: add missing parameter "-server" in /help list (issue #1165)Sébastien Helleu
2018-04-01irc: add option "-server" in command /list (closes #1165)Sébastien Helleu
2018-04-01irc: replace "server" by "target" in help of commands when the argument is ↵Sébastien Helleu
not an internal WeeChat server (issue #1165)
2018-03-31Add a template for GitHub issuesSébastien Helleu
2018-03-31Merge branch 'master' of https://github.com/weechat/weechatNils Görs