Age | Commit message (Collapse) | Author | |
---|---|---|---|
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") | |||
2018-04-02 | core: update ChangeLog | Sébastien Helleu | |
2018-04-01 | irc: add option "-server" in command /list (closes #1165) | Sébastien Helleu | |
2018-03-31 | core: update ChangeLog (issue #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-25 | core: add missing issue #1108 in ChangeLog | Sébastien Helleu | |
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: fix memory leak when receiving a message with tags | Sébastien Helleu | |
2018-03-25 | core: update ChangeLog | Sébastien Helleu | |
2018-03-19 | core: update ChangeLog (closes #1159) | Sébastien Helleu | |
2018-03-19 | debian: add package weechat-headless with the headless binary and its man page | Sébastien Helleu | |
2018-03-19 | core: split man pages weechat and weechat-headless | Sébastien Helleu | |
2018-03-18 | core: fix build with CMake and Ninja | Sébastien Helleu | |
2018-03-18 | Version 2.1 | Sébastien Helleu | |
2018-03-11 | core: update ChangeLog | Sébastien Helleu | |
2018-03-11 | core: add binary weechat-headless to run WeeChat without interface (closes ↵ | Sébastien Helleu | |
#1120) The optional command line option "--daemon" runs WeeChat like a daemon (fork, new process group, file descriptors closed). | |||
2018-02-19 | scripts: display the script name in stdout/stderr output from scripts | Sébastien Helleu | |
2018-02-10 | logger: add option logger.file.fsync (closes #1145) | Sébastien Helleu | |
2018-02-08 | script: change default value of option script.look.sort from "p,n" to "i,p,n" | Sébastien Helleu | |
2018-02-05 | irc: allow ${irc_server.xxx} and ${server} in server evaluated options ↵ | Sébastien Helleu | |
(closes #1144) The server option "ssl_fingerprint" is now evaluated when it is used (during SSL connection), instead of when it is set with command /set. | |||
2018-01-29 | core: fix typo: scripts manager -> script manager | Sébastien Helleu | |
2018-01-20 | api: add time in info "date" (WeeChat compilation date/time) (closes #1138) | Sébastien Helleu | |
2018-01-15 | scripts: add configuration file for each script plugin | Sébastien Helleu | |
2018-01-13 | irc: add server option "split_msg_max_length" | Sébastien Helleu | |
2018-01-11 | logger: add option logger.look.backlog_conditions (closes #1132) | Sébastien Helleu | |
2018-01-08 | core: add options "-newbuffer", "-free" and "-switch" in command /print ↵ | Sébastien Helleu | |
(issue #1113) | |||
2018-01-07 | core: fix typo in ChangeLog | Sébastien Helleu | |
2018-01-07 | core: add option "-y" in command /buffer, add support of buffers with free ↵ | Sébastien Helleu | |
content |