Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-12 | api: add function hook_line | Sébastien Helleu | |
2018-07-25 | scripts: fix duplicated lines in output of script eval (python, perl, ruby, ↵ | Sébastien Helleu | |
lua and guile) When there was a call to a hook callback during the eval, the output buffer was cleared too late, and displayed multiple times in the buffer. This commit clears the buffer even before we display it (this display can trigger a hook callback). | |||
2018-07-13 | lua: fix macros used to return values | Sébastien Helleu | |
2018-07-13 | relay: fix compiler warnings on calls to snprintf | Sébastien Helleu | |
2018-07-12 | python: fix crash when loading a script with Python >= 3.7 (closes #1219) | Sébastien Helleu | |
2018-07-11 | irc: add nick, host and log tags in message displayed in private buffer when ↵ | Sébastien Helleu | |
the nick comes back on the server (closes #1221) | |||
2018-07-10 | buflist: fix crash when setting the option buflist.look.signals_refresh with ↵ | Sébastien Helleu | |
a list of signals | |||
2018-07-08 | fset: fix memory leak when switching the format with ctrl-X | Sébastien Helleu | |
2018-07-08 | fset: fix truncation of option values when the length is greater than 4096 ↵ | Sébastien Helleu | |
(closes #1218) | |||
2018-07-01 | relay: fix socket creation for relay server on OpenBSD (closes #1213) | Sébastien Helleu | |
The socket option IPV6_V6ONLY is not needed on OpenBSD and must not be set (it is read-only). | |||
2018-06-24 | irc: add channel color in message 354 with missing parameters (issue #1212) | Sébastien Helleu | |
2018-06-24 | irc: do not display message 354 with missing parameters if there's an ↵ | Sébastien Helleu | |
automatic check of WHOX on the channel (issue #1212) | |||
2018-06-23 | irc: display message 354 (WHOX) received with missing parameters (closes #1212) | Sébastien Helleu | |
2018-06-14 | relay: add filtering on protocol in info "relay_client_count" (issue #1206) | Sébastien Helleu | |
2018-05-31 | trigger: hide password in display of command "/msg nickserv set password", ↵ | Sébastien Helleu | |
support the option "-server xxx" | |||
2018-05-31 | trigger: hide password in command "/msg nickserv set password" | Sébastien Helleu | |
2018-05-21 | irc: update ircv3 URLs in comments | Sébastien Helleu | |
2018-05-21 | irc: display an error if memory can not be allocated in chghost callback | Sébastien Helleu | |
2018-05-21 | Merge remote-tracking branch 'origin/pr/640' | Sébastien Helleu | |
2018-05-20 | irc: add space before capability only if the string is not empty | Sébastien Helleu | |
2018-05-20 | irc: add missing space between capabilities in display of supported/enabled ↵ | Sébastien Helleu | |
capabilities | |||
2018-05-20 | Merge remote-tracking branch 'origin/pr/639' | Sébastien Helleu | |
2018-05-20 | irc: replace calls to sprintf by snprintf | Sébastien Helleu | |
2018-05-20 | irc: use dynamic string functions to display supported/enabled capabilities | Sébastien Helleu | |
2018-05-20 | irc: add missing "cap_extended_join" in comment | Sébastien Helleu | |
2018-05-20 | irc: fix code style | Sébastien Helleu | |
2018-05-20 | irc: do a case-sensitive comparison of CAP command | Sébastien Helleu | |
2018-05-20 | irc: replace version x.y.z by 2.2 in comment | Sébastien Helleu | |
2018-05-20 | Merge remote-tracking branch 'origin/pr/623' into irc-3.2-cap | Sébastien Helleu | |
2018-05-19 | buflist: add example of format for two bar items using a ternary operator in ↵ | Sébastien Helleu | |
/help buflist.format.buffer | |||
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-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-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-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 | |