Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-17 | core: add option "-P" (or "--plugins") to customize the plugins to load at ↵ | Sébastien Helleu | |
startup If given, the option replaces the option weechat.plugin.autoload. | |||
2018-08-17 | core: add "line" trigger in ChangeLog | Sébastien Helleu | |
2018-08-16 | trigger: allow creation of temporary variables with the regex | Sébastien Helleu | |
2018-08-16 | core: fix string evaluation with regex replacement when the string is empty | Sébastien Helleu | |
2018-08-16 | tests: add tests on modifier hook | Sébastien Helleu | |
2018-08-15 | api: fix memory leak in function string_split | Sébastien Helleu | |
2018-08-12 | api: add function hook_line | Sébastien Helleu | |
2018-08-12 | core: fix check of tags in lines | Sébastien Helleu | |
All changes: - fix check of tags in lines: check lines without tags, fix check of tags with negation ("!tag") - add string functions string_split_tags and string_free_split_tags - add tests on function gui_line_match_tags | |||
2018-07-27 | core: update ChangeLog (issue #1162) | Sébastien Helleu | |
2018-07-27 | core: allow partial buffer name in command /buffer close (closes #1226) | 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-15 | core: send signal "key_pressed" for mouse code only if the string is UTF-8 ↵ | Sébastien Helleu | |
valid (closes #1220) | |||
2018-07-14 | Version 2.2 | Sébastien Helleu | |
2018-07-13 | lua: fix macros used to return values | Sébastien Helleu | |
2018-07-12 | python: fix crash when loading a script with Python >= 3.7 (closes #1219) | Sébastien Helleu | |
2018-07-12 | python: add detection of Python 3.7 | 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-23 | irc: display message 354 (WHOX) received with missing parameters (closes #1212) | Sébastien Helleu | |
2018-06-17 | core: update ChangeLog (issue #1208) | Sébastien Helleu | |
2018-06-14 | core: change default value of option weechat.look.hotlist_add_conditions ↵ | Sébastien Helleu | |
(closes #1206) Now if there are at least one relay client connected via weechat protocol, the buffer is always added to the hotlist. | |||
2018-06-14 | relay: add filtering on protocol in info "relay_client_count" (issue #1206) | Sébastien Helleu | |
2018-06-13 | core: update ChangeLog | Sébastien Helleu | |
2018-06-11 | fset: fix crash when applying filters after closing the fset buffer (closes ↵ | Sébastien Helleu | |
#1204) | |||
2018-06-02 | core: add reverse of string in evaluation of expressions with "rev:" (closes ↵ | Sébastien Helleu | |
#1200) | |||
2018-06-02 | core: count number of chars instead of bytes for suffix in function string_cut | Sébastien Helleu | |
2018-05-31 | trigger: hide password in command "/msg nickserv set password" | Sébastien Helleu | |
2018-05-31 | core: send buffer pointer (when possible) in signal "hotlist_changed" ↵ | Sébastien Helleu | |
(closes #1133) When a buffer is added or updated in the hotlist, the buffer pointer is sent. When the hotlist is cleared or resorted, the buffer pointer is NULL. | |||
2018-05-22 | core: fix delete of previous/next word (keys Ctrl+w and Alt+d) (closes #1195) | Sébastien Helleu | |
2018-05-21 | core: add issue #219 in ChangeLog | Sébastien Helleu | |
2018-05-21 | core: update ChangeLog | Sébastien Helleu | |
2018-05-21 | core: update ChangeLog | Sébastien Helleu | |
2018-05-20 | core: update ChangeLog | Sébastien Helleu | |
2018-05-20 | core: update ChangeLog | Sébastien Helleu | |
2018-05-19 | irc: display current nick on connected servers in output of /server ↵ | Sébastien Helleu | |
list|listfull (closes #1193) | |||
2018-05-18 | script: fix memory leak in case of invalid XML content in list of scripts | Sébastien Helleu | |
2018-04-17 | core: fix infinite loop in evaluation of strings (closes #1183) | Sébastien Helleu | |
2018-04-16 | core: do not set terminal title by default (option ↵ | Sébastien Helleu | |
weechat.look.window_title) (closes #1182) | |||
2018-04-13 | scripts: fix memory leak in hook_info callback | Sébastien Helleu | |
2018-04-12 | tests: add tests on infolists | 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 | core: update ChangeLog | Sébastien Helleu | |
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-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") |