summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Collapse)Author
2018-06-02core: add reverse of string in evaluation of expressions with "rev:" (closes ↵Sébastien Helleu
#1200)
2018-06-02core: count number of chars instead of bytes for suffix in function string_cutSébastien Helleu
2018-05-31trigger: hide password in command "/msg nickserv set password"Sébastien Helleu
2018-05-31core: 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-22core: fix delete of previous/next word (keys Ctrl+w and Alt+d) (closes #1195)Sébastien Helleu
2018-05-21core: add issue #219 in ChangeLogSébastien Helleu
2018-05-21core: update ChangeLogSébastien Helleu
2018-05-21core: update ChangeLogSébastien Helleu
2018-05-20core: update ChangeLogSébastien Helleu
2018-05-20core: update ChangeLogSébastien Helleu
2018-05-19irc: display current nick on connected servers in output of /server ↵Sébastien Helleu
list|listfull (closes #1193)
2018-05-18script: fix memory leak in case of invalid XML content in list of scriptsSébastien Helleu
2018-04-17core: fix infinite loop in evaluation of strings (closes #1183)Sébastien Helleu
2018-04-16core: do not set terminal title by default (option ↵Sébastien Helleu
weechat.look.window_title) (closes #1182)
2018-04-13scripts: fix memory leak in hook_info callbackSébastien Helleu
2018-04-12tests: add tests on infolistsSébastien Helleu
2018-04-12scripts: fix return value of hook_infolist callback (pointer instead of string)Sébastien Helleu
2018-04-10scripts: return long integer instead of string in function infolist_timeSébastien Helleu
2018-04-10core: update ChangeLogSébastien Helleu
2018-04-07php: fix memory leak in 72 functions returning allocated stringsSé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-07api: add function string_format_size in scripting APISébastien Helleu
2018-04-04core: merge improvements into new features in ChangeLogSébastien Helleu
2018-04-02irc: always set nick away status on WHO response (sent manually or ↵Sébastien Helleu
automatically with server option "away_check")
2018-04-02core: update ChangeLogSébastien Helleu
2018-04-01irc: add option "-server" in command /list (closes #1165)Sébastien Helleu
2018-03-31core: update ChangeLog (issue #1171)Sébastien Helleu
2018-03-31irc: fix split of messages when server option "split_msg_max_length" is set ↵Sébastien Helleu
to 0 (no split) (closes #1173)
2018-03-25core: add missing issue #1108 in ChangeLogSébastien Helleu
2018-03-25irc: 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-25irc: fix memory leak when receiving a message with tagsSébastien Helleu
2018-03-25core: update ChangeLogSébastien Helleu
2018-03-19core: update ChangeLog (closes #1159)Sébastien Helleu
2018-03-19debian: add package weechat-headless with the headless binary and its man pageSébastien Helleu
2018-03-19core: split man pages weechat and weechat-headlessSébastien Helleu
2018-03-18core: fix build with CMake and NinjaSébastien Helleu
2018-03-18Version 2.1Sébastien Helleu
2018-03-11core: update ChangeLogSébastien Helleu
2018-03-11core: 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-19scripts: display the script name in stdout/stderr output from scriptsSébastien Helleu
2018-02-10logger: add option logger.file.fsync (closes #1145)Sébastien Helleu
2018-02-08script: change default value of option script.look.sort from "p,n" to "i,p,n"Sébastien Helleu
2018-02-05irc: 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-29core: fix typo: scripts manager -> script managerSébastien Helleu
2018-01-20api: add time in info "date" (WeeChat compilation date/time) (closes #1138)Sébastien Helleu
2018-01-15scripts: add configuration file for each script pluginSébastien Helleu
2018-01-13irc: add server option "split_msg_max_length"Sébastien Helleu
2018-01-11logger: add option logger.look.backlog_conditions (closes #1132)Sébastien Helleu
2018-01-08core: add options "-newbuffer", "-free" and "-switch" in command /print ↵Sébastien Helleu
(issue #1113)
2018-01-07core: fix typo in ChangeLogSébastien Helleu
2018-01-07core: add option "-y" in command /buffer, add support of buffers with free ↵Sébastien Helleu
content