summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-03-31doc: update German documentationNils Görs
2018-03-31doc: update German auto-generated fileSébastien Helleu
2018-03-31core: update German translationsNils Görs
2018-03-31core: fix help on option weechat.look.hotlist_count_maxSébastien Helleu
2018-03-31core: improve help on option weechat.look.hotlist_count_maxSébastien Helleu
2018-03-31doc: update German auto-generated fileSébastien Helleu
2018-03-31core: update German translationsNils Görs
2018-03-31core: add contributor in AUTHORS.adoc (issue #1171)Sébastien Helleu
2018-03-31core: update ChangeLog (issue #1171)Sébastien Helleu
2018-03-31core: update translations (issue #1171)Sébastien Helleu
2018-03-31xfer: improve help on option xfer.network.send_ack (issue #1171)Sébastien Helleu
2018-03-31xfer: fix code style and comments (issue #1171)Sébastien Helleu
2018-03-31xfer: move option "send_ack" (sort options by name) (issue #1171)Sébastien Helleu
2018-03-31Merge remote-tracking branch 'origin/pr/1171'Sébastien Helleu
2018-03-31core: add contributor in AUTHORS.adocSébastien Helleu
2018-03-31Merge pull request #1164 from wking/openssl-ecparam-outSébastien Helleu
doc: use '-out' instead of shell redirection for openssl ecparam
2018-03-31core: fix release dates in weechat.spec (issue #1169)Sébastien Helleu
2018-03-31irc: fix split of messages when server option "split_msg_max_length" is set ↵Sébastien Helleu
to 0 (no split) (closes #1173)
2018-03-31doc: add note about /fset completion in quickstart guideSébastien Helleu
2018-03-31doc: add fset plugin in quickstart guideSébastien Helleu
2018-03-31doc: add keys F1/F2 to scroll buflist bar in quickstart guideSébastien Helleu
2018-03-31doc: remove sentences about /help in quickstart guideSébastien Helleu
2018-03-31doc: update Japanese auto-generated filesSébastien Helleu
2018-03-31Merge pull request #1172 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2018-03-30core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-03-28xfer: add xfer.network.send_ack optionDominique Martinet
This option disables sending acks during transfer, leaving only the final ack, as would naturally happen if sending ack ever returns EWOULDBLOCK.
2018-03-28xfer: set TCP_NODELAY on recv sideDominique Martinet
This works around hangs where only a couple of bytes could be sent to the socket and retrying to send the last bytes of the ack never seem to work. Closes #1167.
2018-03-27doc: update German auto-generated filesSébastien Helleu