Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | ruby: fix memory leak in 7 functions returning allocated strings | Sébastien Helleu | |
Fixed functions: - list_new - list_add - list_search - list_casesearch - list_get - list_next - list_prev | |||
2018-04-10 | guile: fix memory leak in 7 functions returning allocated strings | Sébastien Helleu | |
Fixed functions: - list_new - list_add - list_search - list_casesearch - list_get - list_next - list_prev | |||
2018-04-07 | php: fix memory leak in 72 functions returning allocated strings | Sé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-07 | doc: add version 2.2 in Python example for function string_format_size ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2018-04-07 | api: add function string_format_size in scripting API | Sébastien Helleu | |
2018-04-06 | doc: update German auto-generated file | Sébastien Helleu | |
2018-04-06 | core: update German translations | Nils Görs | |
2018-04-06 | irc: replace "server" by "name" in /help server | Sébastien Helleu | |
2018-04-06 | doc: update German auto-generated file | Sébastien Helleu | |
2018-04-06 | doc: add a sentence to explain the internal irc server name (quickstart guide) | Sébastien Helleu | |
2018-04-04 | core: merge improvements into new features in ChangeLog | Sébastien Helleu | |
2018-04-02 | irc: always set nick away status on WHO response (sent manually or ↵ | Sébastien Helleu | |
automatically with server option "away_check") | |||
2018-04-02 | core: update ChangeLog | Sébastien Helleu | |
2018-04-02 | irc: allocate the string "prefix" in nick | Sébastien Helleu | |
This fixes a crash when calling the function hdata_string on the "prefix" variable in the nick. | |||
2018-04-01 | core: update German translations | Nils Görs | |
2018-04-01 | irc: add missing parameter "-server" in /help list (issue #1165) | Sébastien Helleu | |
2018-04-01 | irc: add option "-server" in command /list (closes #1165) | Sébastien Helleu | |
2018-04-01 | irc: replace "server" by "target" in help of commands when the argument is ↵ | Sébastien Helleu | |
not an internal WeeChat server (issue #1165) | |||
2018-03-31 | Add a template for GitHub issues | Sébastien Helleu | |
2018-03-31 | Merge branch 'master' of https://github.com/weechat/weechat | Nils Görs | |
2018-03-31 | doc: update German documentation | Nils Görs | |
2018-03-31 | doc: update German auto-generated file | Sébastien Helleu | |
2018-03-31 | core: update German translations | Nils Görs | |
2018-03-31 | core: fix help on option weechat.look.hotlist_count_max | Sébastien Helleu | |
2018-03-31 | core: improve help on option weechat.look.hotlist_count_max | Sébastien Helleu | |
2018-03-31 | doc: update German auto-generated file | Sébastien Helleu | |
2018-03-31 | core: update German translations | Nils Görs | |
2018-03-31 | core: add contributor in AUTHORS.adoc (issue #1171) | Sébastien Helleu | |
2018-03-31 | core: update ChangeLog (issue #1171) | Sébastien Helleu | |
2018-03-31 | core: update translations (issue #1171) | Sébastien Helleu | |
2018-03-31 | xfer: improve help on option xfer.network.send_ack (issue #1171) | Sébastien Helleu | |
2018-03-31 | xfer: fix code style and comments (issue #1171) | Sébastien Helleu | |
2018-03-31 | xfer: move option "send_ack" (sort options by name) (issue #1171) | Sébastien Helleu | |
2018-03-31 | Merge remote-tracking branch 'origin/pr/1171' | Sébastien Helleu | |
2018-03-31 | core: add contributor in AUTHORS.adoc | Sébastien Helleu | |
2018-03-31 | Merge pull request #1164 from wking/openssl-ecparam-out | Sébastien Helleu | |
doc: use '-out' instead of shell redirection for openssl ecparam | |||
2018-03-31 | core: fix release dates in weechat.spec (issue #1169) | Sébastien Helleu | |
2018-03-31 | irc: fix split of messages when server option "split_msg_max_length" is set ↵ | Sébastien Helleu | |
to 0 (no split) (closes #1173) | |||
2018-03-31 | doc: add note about /fset completion in quickstart guide | Sébastien Helleu | |
2018-03-31 | doc: add fset plugin in quickstart guide | Sébastien Helleu | |
2018-03-31 | doc: add keys F1/F2 to scroll buflist bar in quickstart guide | Sébastien Helleu | |
2018-03-31 | doc: remove sentences about /help in quickstart guide | Sébastien Helleu | |
2018-03-31 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2018-03-31 | Merge pull request #1172 from l/master/translation/ja_JP | Sébastien Helleu | |
core: update Japanese translations | |||
2018-03-30 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-03-28 | xfer: add xfer.network.send_ack option | Dominique 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-28 | xfer: set TCP_NODELAY on recv side | Dominique 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-27 | doc: update German auto-generated files | Sébastien Helleu | |