diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-18 20:06:10 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-18 20:06:10 +0200 |
commit | cddbe6fe33d84f7c8e5e9eec0570acb6daec2377 (patch) | |
tree | 1995a9d9acfa7c679e6ae28d138be12bc3ed91c4 /ChangeLog.asciidoc | |
parent | 3b2ee85b04f8cfabb10b42daf41f91dc95d368eb (diff) | |
download | weechat-cddbe6fe33d84f7c8e5e9eec0570acb6daec2377.zip |
core: replace "closes #" by "issue #" in ChangeLog
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 256 |
1 files changed, 128 insertions, 128 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 62bb574ab..feb7581ce 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -20,11 +20,11 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === New features * core: fix crash if a file descriptor used in hook_fd() is too high - (> 1024 on Linux/BSD) (closes #465) -* core: add option weechat.look.confirm_upgrade (closes #463) + (> 1024 on Linux/BSD) (issue #465) +* core: add option weechat.look.confirm_upgrade (issue #463) * core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup - (closes #452) -* core: allow pointer as list name in evaluation of hdata (closes #450) + (issue #452) +* core: allow pointer as list name in evaluation of hdata (issue #450) * core: add signal "signal_sighup" * api: add support of evaluated sub-strings and current date/time in function string_eval_expression() and command /eval @@ -32,7 +32,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * irc: evaluate content of server option "nicks" * logger: evaluate content of option logger.file.path (issue #388) * relay: display value of HTTP header "X-Real-IP" for websocket connections - (closes #440) + (issue #440) * script: rename option script.scripts.dir to script.scripts.path, evaluate content of option (issue #388) * xfer: fix crash if the DCC file socket number is too high @@ -43,47 +43,47 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === Bugs fixed * core: fix display of invalid UTF-8 chars in bars -* core: fix bar item "scroll" after /buffer clear (closes #448) +* core: fix bar item "scroll" after /buffer clear (issue #448) * core: fix display of time in bare display when option - weechat.look.buffer_time_format is set to empty string (closes #441) + weechat.look.buffer_time_format is set to empty string (issue #441) * api: fix type of value returned by functions strcasestr, utf8_prev_char, utf8_next_char, utf8_add_offset and util_get_time_string * api: fix type of value returned by function strcasestr * fifo: fix send error on Cygwin when something is received in the pipe - (closes #436) -* irc: do not allow command /query with a channel name (closes #459) + (issue #436) +* irc: do not allow command /query with a channel name (issue #459) * irc: decode/encode only text in IRC messages and not the headers - (bug #29886, closes #218, closes #451) + (bug #29886, issue #218, issue #451) * irc: fix crash with commands /allchan, /allpv and /allserv if the executed - command closes buffers (closes #445) + command closes buffers (issue #445) * irc: do not open auto-joined channels buffers when option "-nojoin" is used in command /connect (even if the option irc.look.buffer_open_before_autojoin is on) -* irc: fix errors displayed on WHOX messages received (closes #376) +* irc: fix errors displayed on WHOX messages received (issue #376) * lua: add detection of Lua 5.3 * ruby: add detection of Ruby 2.2 * xfer: fix parsing of DCC chat messages (handle "\r\n" at the end of messages) - (closes #425, closes #426) + (issue #425, issue #426) * doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions - (closes #354) + (issue #354) == Version 1.2 (2015-05-10) === New features -* core: add signals "signal_sigterm" and "signal_sigquit" (closes #114) -* core: use environment variable WEECHAT_HOME on startup (closes #391) -* core: remove WeeChat version from config files (closes #407) +* core: add signals "signal_sigterm" and "signal_sigquit" (issue #114) +* core: use environment variable WEECHAT_HOME on startup (issue #391) +* core: remove WeeChat version from config files (issue #407) * core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} to - customize quoted messages in cursor mode (closes #403) -* core: add a welcome message on first WeeChat run (closes #318) + customize quoted messages in cursor mode (issue #403) +* core: add a welcome message on first WeeChat run (issue #318) * core: add options weechat.look.word_chars_{highlight|input} - (closes #55, task #9459) -* core: display a warning on startup if the locale can not be set (closes #373) + (issue #55, task #9459) +* core: display a warning on startup if the locale can not be set (issue #373) * core: allow "*" as plugin name in command /plugin reload to reload all plugins with options * core: add option "-s" in command /eval to split expression before evaluating - it (no more split by default) (closes #324) + it (no more split by default) (issue #324) * core: add priority in plugins to initialize them in order * api: add support of environment variables in function string_eval_expression() and command /eval @@ -94,12 +94,12 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] "channel" * irc: optimize search of a nick in nicklist (up to 3x faster) * irc: add support of SHA-256 and SHA-512 algorithms in server option - "ssl_fingerprint" (closes #281) -* irc: add option "-noswitch" in command /query (closes #394) -* irc: format message 008 (RPL_SNOMASK) (closes #144) -* irc: add support of "account-notify" capability (closes #11, closes #246) -* irc: remove server "freenode" from default config file (closes #309) -* irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251) + "ssl_fingerprint" (issue #281) +* irc: add option "-noswitch" in command /query (issue #394) +* irc: format message 008 (RPL_SNOMASK) (issue #144) +* irc: add support of "account-notify" capability (issue #11, issue #246) +* irc: remove server "freenode" from default config file (issue #309) +* irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (issue #251) * doc: add Russian man page * javascript: new script plugin for javascript @@ -113,22 +113,22 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * irc: fix color of new nick in nick changes messages when option irc.look.color_nicks_in_server_messages is off * irc: fix crash when setting an invalid regex with "/list -re" during a /list - server response (closes #412) + server response (issue #412) * irc: fix display of PART messages on channels with +a (anonymous flag) - (closes #396) + (issue #396) * irc: remove useless rename of channel buffer on JOIN received with different - case (closes #336) + case (issue #336) * irc: fix completion of commands /allchan and /allpv * lua: fix wrong argument usage in functions nicklist_remove_group, - nicklist_remove_nick and nicklist_remove_all (closes #346) + nicklist_remove_nick and nicklist_remove_all (issue #346) * lua: fix value returned in case of error in functions: config_option_reset, config_string, config_string_default, config_color, config_color_default, config_write, config_read, config_reload, hook_modifier_exec, buffer_string_replace_local_var, nicklist_group_set, nicklist_nick_set, command, upgrade_read, upgrade_close -* relay: fix up/down keys on relay buffer (closes #335) +* relay: fix up/down keys on relay buffer (issue #335) * relay: remove v4-mapped addresses in /help relay.network.allowed_ips - (closes #325) + (issue #325) * perl: fix value returned in case of error in functions: config_option_reset, config_color, config_color_default, config_write, config_read, config_reload, buffer_string_replace_local_var, command @@ -140,7 +140,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * python: fix name of function "bar_update" in case of error * python: fix restore of old interpreter when a function is not found in the script -* ruby: fix crash on /plugin reload (closes #364) +* ruby: fix crash on /plugin reload (issue #364) * ruby: fix value returned in case of error in functions: config_option_reset, config_color, config_color_default, config_write, config_read, config_reload, buffer_string_replace_local_var, command @@ -158,7 +158,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] print_date_tags, buffer_string_replace_local_var, command, infolist_new_item, infolist_new_var_integer, infolist_new_var_string, infolist_new_var_pointer, infolist_new_var_time, upgrade_write_object, upgrade_read, upgrade_close -* trigger: do not hook anything if the trigger is disabled (closes #405) +* trigger: do not hook anything if the trigger is disabled (issue #405) == Version 1.1.1 (2015-01-25) @@ -167,18 +167,18 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: fix random error when creating symbolic link weechat-curses on make install with cmake (bug #40313) * core: fix crash when a root bar has conditions different from - active/inactive/nicklist (closes #317) + active/inactive/nicklist (issue #317) * irc: don't close channel buffer on second /part when option - irc.look.part_closes_buffer is off (closes #313) + irc.look.part_closes_buffer is off (issue #313) * irc: fix /join on a channel buffer opened with autojoin but which failed to join * irc: send QUIT to server and no PART for channels when the server buffer - is closed (closes #294) + is closed (issue #294) * irc: fix order of channel buffers opened when option irc.look.server_buffer is set to "independent", irc.look.buffer_open_before_autojoin to "on" and - irc.look.new_channel_position to "near_server" (closes #303) + irc.look.new_channel_position to "near_server" (issue #303) * irc: fix crash in buffer close when server name is the same as a channel name - (closes #305) + (issue #305) == Version 1.1 (2015-01-11) @@ -188,8 +188,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: fully evaluate commands bound to keys in cursor and mouse contexts * core: add option weechat.completion.command_inline (task #12491) * core: add bar item "mouse_status", new options weechat.look.item_mouse_status - and weechat.color.status_mouse (closes #247) -* core: add signals "mouse_enabled" and "mouse_disabled" (closes #244) + and weechat.color.status_mouse (issue #247) +* core: add signals "mouse_enabled" and "mouse_disabled" (issue #244) * core: add hide of chars in string in evaluation of expressions * core: add arraylists, improve speed of completions (about 50x faster) * core: move bar item "scroll" between buffer name and lag in default bar items @@ -201,103 +201,103 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * api: add regex replace feature in function string_eval_expression() * api: use microseconds instead of milliseconds in functions util_timeval_diff() and util_timeval_add() -* irc: add option "reorder" in command /server (closes #229) +* irc: add option "reorder" in command /server (issue #229) * irc: open channel buffers before the JOIN is received from server (autojoin and manual joins), new options irc.look.buffer_open_before_{autojoin|join} - (closes #216) + (issue #216) * irc: add server option "sasl_fail" (continue/reconnect/disconnect if SASL - fails) (closes #265, task #12204) -* irc: add support for color codes 16-99 in IRC messages (closes #228), add + fails) (issue #265, task #12204) +* irc: add support for color codes 16-99 in IRC messages (issue #228), add infolist "irc_color_weechat" -* irc: disable SSLv3 by default in server option "ssl_priorities" (closes #248) -* irc: add support of "extended-join" capability (closes #143, closes #212) -* irc: automatically add current channel in command /samode (closes #241) -* irc: display own nick changes in server buffer (closes #188) +* irc: disable SSLv3 by default in server option "ssl_priorities" (issue #248) +* irc: add support of "extended-join" capability (issue #143, issue #212) +* irc: automatically add current channel in command /samode (issue #241) +* irc: display own nick changes in server buffer (issue #188) * irc: disable creation of temporary servers by default with command /connect, new option irc.look.temporary_servers * relay: add options "stop" and "restart" in command /relay -* relay: add option relay.network.ssl_priorities (closes #234) +* relay: add option relay.network.ssl_priorities (issue #234) * relay: add host in sender for IRC backlog PRIVMSG messages sent to clients -* script: add option script.scripts.url_force_https (closes #253) +* script: add option script.scripts.url_force_https (issue #253) * trigger: evaluate and replace regex groups at same time, new format for regex - option in triggers (incompatible with version 1.0) (closes #224) + option in triggers (incompatible with version 1.0) (issue #224) * trigger: add `${tg_displayed}` in conditions of default trigger "beep" * trigger: add option "restore" in command /trigger === Bugs fixed -* core: fix compilation of plugins with cmake >= 3.1 (closes #287) +* core: fix compilation of plugins with cmake >= 3.1 (issue #287) * core: fix display bug when scrolling in buffer on a filtered line - (closes #240) + (issue #240) * core: send mouse code only one time to terminal with command /mouse enable|disable|toggle * core: fix buffer property "lines_hidden" when merging buffers or when a line - is removed from a buffer (closes #226) + is removed from a buffer (issue #226) * core: display time in bare display only if option weechat.look.buffer_time_format is not an empty string * core: fix translation of message displayed after /upgrade * doc: fix compilation of man pages with autotools in source directory -* api: fix truncated process output in hook_process() (closes #266) -* api: fix crash when reading config options with NULL value (closes #238) -* tests: fix compilation of tests with clang (closes #275) +* api: fix truncated process output in hook_process() (issue #266) +* api: fix crash when reading config options with NULL value (issue #238) +* tests: fix compilation of tests with clang (issue #275) * irc: defer the auto-connection to servers with a timer - (closes #279, task #13038) + (issue #279, task #13038) * irc: add missing server options "sasl_timeout" and "notify" in output of /server listfull * irc: use option irc.look.nick_mode_empty to display nick prefix in bar item "input_prompt" -* irc: remove IRC color codes from buffer title in channels (closes #237) +* irc: remove IRC color codes from buffer title in channels (issue #237) * irc: add tag "nick_xxx" in invite messages * irc: fix completion of commands /msg, /notice and /query -* irc: fix translation of CTCP PING reply (closes #137) +* irc: fix translation of CTCP PING reply (issue #137) * lua: add detection of Lua 5.2 -* python: fix Python detection with Homebrew (closes #217) +* python: fix Python detection with Homebrew (issue #217) * relay: wait for message CAP END before sending join of channels and backlog - to the client (closes #223) + to the client (issue #223) * relay: send messages "_buffer_localvar_*" and "_buffer_type_changed" with - sync "buffers" (closes #191) -* relay: don't remove relay from config when the binding fails (closes #225) + sync "buffers" (issue #191) +* relay: don't remove relay from config when the binding fails (issue #225) * relay: use comma separator in option relay.irc.backlog_tags, check the value of option when it is changed with /set -* relay: remove "::ffff:" from IPv4-mapped IPv6 client address (closes #111) +* relay: remove "::ffff:" from IPv4-mapped IPv6 client address (issue #111) * trigger: fix memory leak when allocating a new trigger with several regex -* xfer: fix freeze when accepting DCC (closes #160, closes #174) -* xfer: bind to wildcard address when sending (closes #173) +* xfer: fix freeze when accepting DCC (issue #160, issue #174) +* xfer: bind to wildcard address when sending (issue #173) == Version 1.0.1 (2014-09-28) === Bugs fixed * core: fix crash on buffer close when option weechat.look.hotlist_remove is - set to "merged" (closes #199) + set to "merged" (issue #199) * core: fix highlight of IRC action messages when option irc.look.nick_mode is - set to "action" or "both" (closes #206) + set to "action" or "both" (issue #206) * core: fix compilation of plugin API functions (macros) when compiler - optimizations are enabled (closes #200) + optimizations are enabled (issue #200) * core: fix window/buffer pointers used in command /eval * core: fix modifier "weechat_print": discard only one line when several lines - are displayed in same message (closes #171) + are displayed in same message (issue #171) * api: fix bug in function hdata_move() when absolute value of count is greater than 1 * tests: fix build of tests when the build directory is outside source tree - (closes #178) + (issue #178) * tests: fix memory leak in tests launcher -* aspell: fix compilation with Enchant < 1.6.0 (closes #192) +* aspell: fix compilation with Enchant < 1.6.0 (issue #192) * aspell: fix crash with command "/aspell addword" if no word is given - (closes #164, closes #165) + (issue #164, issue #165) * irc: fix display of channel exception list (348) with 6 arguments (date missing) * irc: fix type of value stored in hashtable when joining a channel - (closes #211) -* guile: fix compilation with Guile < 2.0.4 (closes #198) + (issue #211) +* guile: fix compilation with Guile < 2.0.4 (issue #198) * perl: fix detection of Perl >= 5.20 with autotools -* relay: fix send of signals "relay_client_xxx" (closes #214) +* relay: fix send of signals "relay_client_xxx" (issue #214) * script: fix crash on "/script update" if a script detail is displayed in - buffer (closes #177) + buffer (issue #177) * trigger: do not allow any changes on a trigger when it is currently running - (closes #189) + (issue #189) * trigger: fix regex used in default triggers to hide passwords ("\S" is not - supported on *BSD) (closes #172) + supported on *BSD) (issue #172) == Version 1.0 (2014-08-15) @@ -306,23 +306,23 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: add terabyte unit for size displayed * core: display a warning on startup if $TERM does not start with "screen" under screen/tmux -* core: add option weechat.color.status_nicklist_count (closes #109, - closes #110) +* core: add option weechat.color.status_nicklist_count (issue #109, + issue #110) * core: add option "env" in command /set (manage environment variables) * core: add bar item "buffer_short_name" (task #10882) * core: add option "send" in command /input (send text to a buffer) * core: add support of negated tags in filters (with "!") - (closes #72, closes #74) + (issue #72, issue #74) * core: add hidden buffers, add options hide/unhide in command /buffer * core: add default key key[alt--] (toggle filters in current buffer) - (closes #17) + (issue #17) * core: add non-active merged buffers with activity in hotlist (if another merged buffer is zoomed) (task #12845) * core: add text search in buffers with free content (task #13051) * core: add buffer property "clear" * core: add option weechat.look.hotlist_add_conditions, remove option weechat.look.hotlist_add_buffer_if_away -* core: add option weechat.look.hotlist_remove (closes #99) +* core: add option weechat.look.hotlist_remove (issue #99) * core: add options "-beep" and "-current" in command /print * core: add bare display mode (for easy text selection and click on URLs), new key: key[alt-l], new option "bare" in command /window, new options: @@ -344,7 +344,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * api: add option "signal" in function hook_set() to send a signal to the child process * api: add support of nested variables in function string_eval_expression() and - command /eval (closes #35) + command /eval (issue #35) * api: add support of escaped strings with format `${esc:xxx}` or `${\xxx}` in function string_eval_expression() and command /eval * api: add functions hashtable_dup(), string_replace_regex(), @@ -353,29 +353,29 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * alias: add default alias "msgbuf" (send text to a buffer) * exec: add exec plugin: new command /exec and file exec.conf * irc: display locally away status changes in private buffers (in addition to - channels) (closes #117) + channels) (issue #117) * irc: add value "+" for option irc.look.smart_filter_mode to use modes from - server prefixes (this is now the default value) (closes #90) -* irc: add bar item "irc_nick_modes" (closes #71) + server prefixes (this is now the default value) (issue #90) +* irc: add bar item "irc_nick_modes" (issue #71) * irc: add support of message 324 (channel modes) in option - irc.look.display_join_message (closes #75) -* irc: add option irc.look.join_auto_add_chantype (closes #65) + irc.look.display_join_message (issue #75) +* irc: add option irc.look.join_auto_add_chantype (issue #65) * irc: add tag with host ("host_xxx") in IRC messages displayed (task #12018) -* irc: allow many fingerprints in server option ssl_fingerprint (closes #49) +* irc: allow many fingerprints in server option ssl_fingerprint (issue #49) * irc: rename option irc.look.item_channel_modes_hide_key to irc.look.item_channel_modes_hide_args, value is now a string - (task #12070, task #12163, closes #48) -* irc: add option irc.color.item_nick_modes (closes #47) -* irc: allow "$ident" in option irc.network.ban_mask_default (closes #18) -* irc: add support of "away-notify" capability (closes #12) -* irc: add command /remove (closes #91) -* irc: add command /unquiet (closes #36) + (task #12070, task #12163, issue #48) +* irc: add option irc.color.item_nick_modes (issue #47) +* irc: allow "$ident" in option irc.network.ban_mask_default (issue #18) +* irc: add support of "away-notify" capability (issue #12) +* irc: add command /remove (issue #91) +* irc: add command /unquiet (issue #36) * irc: add command /allpv (task #13111) * irc: evaluate content of server options "username" and "realname" * relay: add messages "_buffer_cleared", "_buffer_hidden" and "_buffer_unhidden" * relay: add info "relay_client_count" with optional status name as argument -* relay: add signals "relay_client_xxx" for client status changes (closes #2) +* relay: add signals "relay_client_xxx" for client status changes (issue #2) * relay: add option relay.network.clients_purge_delay * rmodifier: remove plugin (replaced by trigger) * trigger: add trigger plugin: new command /trigger and file trigger.conf @@ -389,39 +389,39 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: fix memory leak when removing script files * core: fix result of hash function (in hashtables) on 32-bit systems * core: fix insert of mouse code in input line after a partial key combo - (closes #130) -* core: check code point value in UTF-8 check function (closes #108) -* core: add option "-mask" in command /unset (closes #112) -* core: fix socks5 proxy for curl downloads (closes #119) + (issue #130) +* core: check code point value in UTF-8 check function (issue #108) +* core: add option "-mask" in command /unset (issue #112) +* core: fix socks5 proxy for curl downloads (issue #119) * core: display curl error after a failed download * core: do not display content of passphrase on /secure buffer * core: fix potential memory leak with infolists not freed in plugins (debian #751108) -* core: fix color display of last terminal color number + 1 (closes #101) -* core: add option "-buffer" in command /command (closes #67) +* core: fix color display of last terminal color number + 1 (issue #101) +* core: add option "-buffer" in command /command (issue #67) * core: fix restoration of core buffer properties after /upgrade * core: fix "/buffer clear" with a name (don't clear all merged buffers with same number) * core: fix evaluation of expression with regex: when a comparison char is in - the regex and don't evaluate the regex itself (closes #63) + the regex and don't evaluate the regex itself (issue #63) * core: close .upgrade files before deleting them after /upgrade * core: fix refresh of bar item "buffer_zoom" on buffer switch -* core: fix reset of attributes in bars when "resetcolor" is used (closes #41) +* core: fix reset of attributes in bars when "resetcolor" is used (issue #41) * core: fix alignment of lines in merged buffers when options weechat.look.prefix_align and weechat.look.prefix_buffer_align are set to - "none" (closes #43) + "none" (issue #43) * core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup" * core: fix add of filter on OS X when regex for message is empty (filter regex ending with "\t") * core: check validity of buffer pointer when data is sent to a buffer (command/text from user and API function command()) * core: fix crash when buffer is closed during execution of multiple commands - (closes #27) -* core: fix compilation on SmartOS (bug #40981, closes #23) + (issue #27) +* core: fix compilation on SmartOS (bug #40981, issue #23) * core: add missing \0 at the end of stderr buffer in function hook_process() * core: fix highlight problem with "(?-i)" and upper case letters in option - weechat.look.highlight (closes #24) -* core: use glibtoolize on Mac OS X (autotools) (closes #22) + weechat.look.highlight (issue #24) +* core: use glibtoolize on Mac OS X (autotools) (issue #22) * core: fix detection of terminated process in function hook_process() * core: set option weechat.look.buffer_search_where to prefix_message by default @@ -452,16 +452,16 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * alias: change default command for alias /beep to "/print -beep" * guile: fix module used after unload of a script * irc: fix memory leak in CTCP answer -* irc: fix duplicate sender name in display of wallops (closes #142, - closes #145) +* irc: fix duplicate sender name in display of wallops (issue #142, + issue #145) * irc: fix extract of channel in parser for JOIN/PART messages when there is a - colon before the channel name (closes #83) -* irc: fix duplicate sender name in display of notice (closes #87) + colon before the channel name (issue #83) +* irc: fix duplicate sender name in display of notice (issue #87) * irc: fix refresh of buffer name in bar items after join/part/kick/kill - (closes #86) + (issue #86) * irc: display message 936 (censored word) on channel instead of server buffer * irc: make reason optional in command /kill -* irc: add alias "whois" for target buffer of messages 401/402 (closes #54) +* irc: add alias "whois" for target buffer of messages 401/402 (issue #54) * irc: fix truncated read on socket with SSL (bug #41558) * irc: display output of CAP LIST in server buffer * irc: fix colors in message with CTCP reply sent to another user @@ -474,19 +474,19 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * lua: fix interpreter used after unload of a script * perl: fix context used after unload of a script * python: fix read of return value for callbacks returning an integer - in Python 2.x (closes #125) + in Python 2.x (issue #125) * python: fix interpreter used after unload of a script * relay: fix memory leak during handshake on websocket * relay: fix memory leak when receiving commands from client (weechat protocol) * relay: fix crash when an IRC "MODE" command is received from client without arguments * relay: fix number of bytes sent/received on 32-bit systems -* relay: fix crash when closing relay buffers (closes #57, closes #78) +* relay: fix crash when closing relay buffers (issue #57, issue #78) * relay: check pointers received in hdata command to prevent crashes with bad pointers (WeeChat protocol) * relay: remove warning on /reload of relay.conf when ports are defined * relay: fix client disconnection on empty websocket frames received (PONG) -* relay: add support of Internet Explorer websocket (closes #73) +* relay: add support of Internet Explorer websocket (issue #73) * relay: fix crash on /upgrade received from a client (weechat protocol) * relay: fix freeze after /upgrade when many disconnected clients still exist * relay: fix NULL pointer when reading buffer lines for irc backlog @@ -495,14 +495,14 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * script: fix display of curl errors * script: set option script.scripts.cache_expire to 1440 by default * script: fix scroll on script buffer in the detailed view of script - (closes #6) + (issue #6) * scripts: fix crash when a signal is received with type "int" and NULL pointer in signal_data * xfer: fix problem with option xfer.file.auto_accept_nicks when the server name contains dots -* xfer: fix freeze/problems when sending empty files with DCC (closes #53) -* xfer: fix connection to remote host in DCC receive on Mac OS X (closes #25) -* xfer: remove bind on xfer.network.own_ip (closes #5) +* xfer: fix freeze/problems when sending empty files with DCC (issue #53) +* xfer: fix connection to remote host in DCC receive on Mac OS X (issue #25) +* xfer: remove bind on xfer.network.own_ip (issue #5) == Version 0.4.3 (2014-02-09) |