Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-19 | irc: display current nick on connected servers in output of /server ↵ | Sébastien Helleu | |
list|listfull (closes #1193) | |||
2018-05-19 | irc: remove unneeded check on variable pos | Sébastien Helleu | |
2018-05-19 | relay: remove unneeded check on variable irc_argv | Sébastien Helleu | |
The variable "irc_argv" is always set if irc_argc > 0. | |||
2018-05-19 | exec: fix minimal length of unquoted string | Sébastien Helleu | |
2018-05-19 | core: remove unneeded test on variable argv | Sébastien Helleu | |
2018-05-19 | core: remove unused variable | Sébastien Helleu | |
2018-05-18 | script: fix memory leak in case of invalid XML content in list of scripts | 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 ↵ | Sébastien Helleu | |
implemented | |||
2018-05-17 | php: ensure vbuffer is not NULL before using it | Sébastien Helleu | |
2018-05-17 | fset: ensure option_name is not NULL before comparing it | Sébastien Helleu | |
2018-04-17 | core: fix infinite loop in evaluation of strings (closes #1183) | Sébastien Helleu | |
2018-04-17 | core: add an eval context structure | Sé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-16 | core: do not set terminal title by default (option ↵ | Sébastien Helleu | |
weechat.look.window_title) (closes #1182) | |||
2018-04-15 | core: add example of secured data in /help eval | 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-11 | core: initialize size to 0 when it is not used in the infolist variable | 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-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 | api: add function string_format_size in scripting API | Sébastien Helleu | |
2018-04-06 | irc: replace "server" by "name" in /help server | 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 | 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 | 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 | 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 | 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 | 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-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-25 | core: add missing completion with buffer names for command /buffer merge ↵ | Sébastien Helleu | |
(issue #1108, issue #1159) | |||
2018-03-25 | irc: send whole IRC message including IRCv3 tags in the signals irc_in, ↵ | Sébastien Helleu | |
irc_in2, irc_raw_in and irc_raw_in2 (issue #787) | |||
2018-03-25 | irc: update URL with IRCv3.2 message tags specification | Sébastien Helleu | |
2018-03-25 | irc: fix memory leak when receiving a message with tags | Sébastien Helleu | |
2018-03-25 | core: update translations | Sébastien Helleu | |
2018-03-25 | irc: fix help on commands /unban and /unquiet | Sébastien Helleu | |
2018-03-25 | irc: rename functions to search modelist items | Sébastien Helleu | |
2018-03-25 | irc: reorder modelist functions | Sébastien Helleu | |