]> jfr.im git - irc/weechat/weechat.git/blob - ChangeLog.adoc
Version 3.6
[irc/weechat/weechat.git] / ChangeLog.adoc
1 = WeeChat ChangeLog
2 :author: Sébastien Helleu
3 :email: flashcode@flashtux.org
4 :lang: en
5 :toc: left
6 :docinfo1:
7
8
9 This document lists all changes for each version
10 (the latest formatted version of this document can be found
11 https://weechat.org/files/changelog/ChangeLog-devel.html[here]).
12
13 For a list of important changes that require manual action, please look at
14 https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
15 (file _ReleaseNotes.adoc_ in sources).
16
17
18 [[v3.6]]
19 == Version 3.6 (2022-07-10)
20
21 New features::
22
23 * core: add command `/item` to create custom bar items (issue #808)
24 * core: add bar item "spacer" (issue #1700)
25 * core: add case conversion in evaluation of expressions with `lower:string` and `upper:string` (issue #1778)
26 * core: move detailed list of hooks from command `/plugin listfull` to `/debug hooks <plugin>`
27 * core: allow to remove multiple filters at once with command `/filter del`
28 * api: allow to catch multiple signals in functions hook_signal and hook_hsignal (issue #1780)
29 * irc: rename option `save` to `apply` in command `/autojoin`
30 * irc: add support of RPL_HELPSTART, RPL_HELPTXT and RPL_ENDOFHELP (messages 524, 704, 705, 706) (issue #1772)
31 * php: add support of PHP 8.2 (issue #1787)
32
33 Bug fixes::
34
35 * core: fix bad window size on startup with some terminals like https://github.com/kovidgoyal/kitty[kitty] (issue #1769)
36 * api: run hook_print callback also on empty messages
37 * buflist: fix memory leak when reading config and changing option buflist.look.sort
38 * irc: remove channel from autojoin option when manually closing a buffer with `/buffer close` or `/close`
39 * irc: fix add of channel to autojoin option when joining a channel with a buffer still opened
40 * relay: fix save of channels in autojoin option when JOIN and PART commands are received from an IRC relay client (issue #1771)
41 * trigger: add `${buffer.notify} > 0` in conditions of default trigger "beep"
42 * trigger: fix completion of command `/trigger add` when there are spaces in the following arguments
43 * trigger: fix memory leak in command `/trigger addinput`
44
45 [[v3.5]]
46 == Version 3.5 (2022-03-27)
47
48 New features::
49
50 * core: search in message tags when tags are displayed with `/debug tags`
51 * core: add support of date and tags in messages displayed in buffers with free content, add function printf_y_date_tags (issue #1746)
52 * irc: add command `/autojoin`, add server option "autojoin_dynamic"
53 * irc: add IRC message tags in messages displayed (issue #1680)
54 * relay: add `zstd` (https://facebook.github.io/zstd/[Zstandard]) compression in weechat protocol, remove option `compression` from `init` command, rename option relay.network.compression_level to relay.network.compression
55 * trigger: add variables `${tg_tag_irc_xxx}` containing IRC message tags (issue #1680)
56
57 Bug fixes::
58
59 * core: fix memory leak when removing a line on a buffer with free content
60 * core: remove obsolete option weechat.plugin.debug (issue #1744)
61 * core: fix search of commands with UTF-8 chars in name when option weechat.look.command_incomplete is on (issue #1739)
62 * core: fix display of hotlist in buflist after changing value of option weechat.look.hotlist_sort (issue #1733)
63 * api: add function buffer_new_props (issue #1759)
64 * api: fix add of infolist items in hashtable when prefix contains UTF-8 chars in function hashtable_add_from_infolist (issue #1739)
65 * guile: remove disabling of guile gmp allocator with Guile ≥ 3.0.8
66 * irc: fix completion of channel topic with UTF-8 chars (issue #1739)
67 * irc: fix parsing of messages 311, 312, 327 (whois) and 314 (whowas) in case of missing parameters
68 * irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (issue #1751)
69 * irc: fix parsing of message 338 (whois, host) sent by Rizon server (issue #1737)
70 * irc: fix display of message 344 received as whois geo info (issue #1736)
71 * irc: fix display of message 901 (you are now logged out) (issue #1758)
72 * irc: fix display of IRC numeric messages with no parameters
73 * python: fix crash in hook callbacks after script loading failure (issue #1740)
74 * scripts: allow NULL in parameters "default_value" and "value" of function config_new_option (issue #1761)
75 * scripts: auto-load scripts with supported extensions only (issue #1698)
76 * tcl: add constant `$::weechat::WEECHAT_NULL` (issue #1761)
77 * trigger: fix search of triggers with UTF-8 chars in name (issue #1739)
78 * xfer: fix auto-accept of server/nick when the server name contains UTF-8 chars (issue #1739)
79
80 Tests::
81
82 * core: add tests on GUI chat functions
83 * core: add build of Debian packages in CI
84
85 Build::
86
87 * debian: change dependency libargon2-0-dev to libargon2-dev (debian #1005703)
88 * ruby: add detection of Ruby 3.1
89
90 [[v3.4.1]]
91 == Version 3.4.1 (2022-03-13)
92
93 Bug fixes::
94
95 * core: set again TLS verification functions after options weechat.network.gnutls_ca_system and weechat.network.gnutls_ca_user are changed (issue #1763, CVE-2022-28352)
96
97 [[v3.4]]
98 == Version 3.4 (2021-12-18)
99
100 New features::
101
102 * core: add support of static arrays in hdata
103 * core: add command `/toggle`
104 * api: add parameters pointers, extra_vars and options in function hdata_search
105 * api: add user variables in evaluation of expressions with `define:name,value`
106 * api: add IRC message parameters `param1` to `paramN` and `num_params` in output of irc_message_parse
107 * irc: allow quotes around IRC message in command `/server fakerecv`
108 * trigger: hide key and password in command `/msg nickserv setpass nick key password`
109 * trigger: add support of option `-server` when hiding passwords in command `/msg nickserv register`
110
111 Bug fixes::
112
113 * core: fix memory leak in evaluated expression `split:number,seps,flags,xxx` when multiple "strip_items" are given
114 * core: fix random integer number with large range in evaluation of expressions on GNU/Hurd
115 * core: fix access to integer/long/time arrays in hdata
116 * api: fix search of option when the section is not given in functions config_search_option and config_search_section_option
117 * irc: fix join of channels with long name (issue #1717)
118 * irc: fix parsing of parameters in all IRC messages (issue #1666)
119 * irc: fix parsing of CAP message when there is no prefix (issue #1707)
120 * irc: fix parsing of TAGMSG message when there is a colon before the channel
121
122 Documentation::
123
124 * doc: remove tester's guide
125 * doc: add dark theme (automatic, following browser/desktop settings)
126 * doc: make build reproducible
127 * doc: disable web fonts
128 * doc: switch from prettify to pygments for syntax highlighting
129
130 Tests::
131
132 * core: add build with CMake and Ninja in CI
133 * core: add build on macOS 11 in CI
134
135 Build::
136
137 * ruby: add detection of Ruby 3.0 (issue #1721, issue #1605)
138 * core: add targets "changelog" and "rn" to build HTML version of ChangeLog and release notes (CMake build only)
139
140 [[v3.3]]
141 == Version 3.3 (2021-09-19)
142
143 New features::
144
145 * core: change key kbd:[Alt+h] to kbd:[Alt+h], kbd:[Alt+c] (clear hotlist)
146 * core: add options `hotlist_remove_buffer`, `hotlist_restore_buffer` and `hotlist_restore_all` in command `/input`, add default keys kbd:[Alt+h], kbd:[Alt+m] (remove buffer), kbd:[Alt+h], kbd:[Alt+r] (restore hotlist in current buffer) and kbd:[Alt+h], kbd:[Alt+Shift+R] (restore hotlist in all buffers)
147 * core: add option `certs` in command `/debug`
148 * core: add options `-o`, `-ol`, `-i` and `-il` in command `/plugin list`
149 * api: add split of string and shell arguments in evaluation of expressions with `split:number,seps,flags,xxx` and `split_shell:number,xxx`
150 * api: add `${re:repl_index}` to get the index of replacement in function string_eval_expression (issue #1689)
151 * api: add random integer number in evaluation of expressions with `random:min,max`
152 * api: add function string_cut
153 * api: add function file_copy (issue #1667)
154 * api: remember insertion order in hashtables
155 * api: add keys/values with tags in output of irc_message_parse_to_hashtable (issue #1654)
156 * irc: add option `-parted` in command `/allchan` (issue #1685)
157 * irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657)
158 * irc: implement IRCv3.2 SASL authentication, add command `/auth`, reconnect by default to the server in case of SASL authentication failure (issue #413)
159 * irc: add support of capability "message-tags" and TAGMSG messages (issue #1654)
160 * irc: enable all capabilities by default (if supported by server and WeeChat), change default value of option irc.server_default.capabilities to `*` (issue #320)
161 * irc: add options irc.look.display_account_message and irc.look.display_extended_join (issue #320)
162 * irc: add command `/setname`, add support of message and capability "setname" (issue #1653)
163 * irc: always set realname in nicks even when extended-join capability is not enabled (issue #1653)
164 * irc: add support of FAIL/WARN/NOTE messages (issue #1653)
165 * irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (issue #175)
166 * typing: new plugin "typing": display users currently writing messages on IRC channel/private buffers
167
168 Bug fixes::
169
170 * core: fix decoding of attributes in basic ANSI colors (issue #1678)
171 * api: fix function string_match with joker in the string if multiple words matched in input string
172 * irc: fix send of empty JOIN when connecting to a server with only parted channels (issue #1638)
173 * irc: fix SASL authentication when AUTHENTICATE message is received with a server name (issue #1679)
174 * irc: remove unneeded message about Diffie-Hellman shared secret exchange during SSL connection to server (issue #857)
175 * irc: escape/unescape IRC message tags values (issue #1654)
176 * irc: set notify level to "private" for received WALLOPS
177 * script: fix move of installed script on another filesystem (issue #1667)
178
179 Documentation::
180
181 * add Spanish FAQ (issue #1656)
182 * add Serbian translations (issue #1655)
183
184 Tests::
185
186 * core: switch to PHP 8.0 in CI
187 * core: add build on macOS in CI
188
189 Build::
190
191 * core: fix build on macOS (issue #1662)
192 * lua: add detection of Lua 5.4
193 * php: add support of PHP 8.0 and 8.1 (issue #1599, issue #1668)
194
195 [[v3.2.1]]
196 == Version 3.2.1 (2021-09-04)
197
198 Bug fixes::
199
200 * relay: fix crash when decoding a malformed websocket frame (CVE-2021-40516)
201
202 [[v3.2]]
203 == Version 3.2 (2021-06-13)
204
205 New features::
206
207 * core: use XDG directories by default (config, data, cache, runtime) (issue #1285)
208 * core: add option weechat.network.gnutls_ca_system, rename option weechat.network.gnutls_ca_file to weechat.network.gnutls_ca_user (now evaluated), delete and reload certificates when options are changed (issue #972)
209 * core: evaluate option weechat.plugin.path, change default value to `${weechat_data_dir}/plugins`
210 * core: add options to customize commands executed on system signals received (SIGHUP, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2) (issue #1595)
211 * core: quit WeeChat by default when signal SIGHUP is received in normal run, reload configuration in weechat-headless (issue #1595)
212 * core: add signals "cursor_start" and "cursor_end"
213 * api: add function crypto_hmac (issue #1628)
214 * api: add translated string in evaluation of expressions with `translate:xxx`
215 * api: add evaluation of WeeChat directories with `${weechat_xxx_dir}` in evaluated strings
216 * api: add optional key "directory" in hashtable options of function/modifier string_eval_path_home
217 * api: add supported prefixes `${weechat_xxx_dir}` in function mkdir_home
218 * api: add infos "weechat_config_dir", "weechat_data_dir", "weechat_cache_dir" and "weechat_runtime_dir"
219 * api: add support of pointer names in function string_eval_expression (direct and in hdata)
220 * api: add info "weechat_daemon"
221 * buflist: add option buflist.format.tls_version
222 * fifo: change default value of option fifo.file.path to `${weechat_runtime_dir}/weechat_fifo_${info:pid}`
223 * irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512 (issue #1628)
224 * irc: add variable `${target}` (target nick) in commands `/kick` and `/kickban`
225 * irc: add bar item "tls_version", add options irc.color.item_tls_version_ok, irc.color.item_tls_version_deprecated and irc.color.item_tls_version_insecure (issue #1622)
226 * irc: evaluate server options "sasl_key" and "ssl_cert"
227 * logger: change default value of option logger.file.path to `${weechat_data_dir}/logs`
228 * python: add stub for WeeChat API (issue #1377)
229 * relay: evaluate option relay.network.ssl_cert_key, change default value to `${weechat_config_dir}/ssl/relay.pem`
230 * script: change default value of option script.scripts.path to `${weechat_cache_dir}/script`
231 * trigger: add variables `${tg_shell_argc}` and `${tg_shell_argvN}` in command trigger evaluated strings (issue #1624)
232 * xfer: change default value of option xfer.file.download_path to `${weechat_data_dir}/xfer`
233
234 Bug fixes::
235
236 * core: split startup commands before evaluating them (issue #1643)
237 * core: set server name when connecting to server with TLS (SNI extension) only if it's not an IPV4/IPv6 (issue #1635)
238 * core: use function mallinfo2 instead of mallinfo when available (issue #1636)
239 * core: display a warning when the file with certificate authorities is not found (option weechat.network.gnutls_ca_file)
240 * core: evaluate left/right part of comparison after split on the comparison operator in ${if:xxx} (issue #1627)
241 * core: prevent switching to start of visited buffers when jumping to next (issue #1591, issue #1592)
242 * core: recreate buflist and fset bars on `/reload` when WeeChat is started without configuration files (issue #1618)
243 * buflist: fix comparison of hotlists in option buflist.look.sort (issue #1621)
244 * irc: split server command before evaluating it (issue #1643)
245 * xfer: make file transfer fail when option xfer.file.auto_rename is off and file already exists (issue #1633)
246
247 Tests::
248
249 * core: switch from Ubuntu 18.04 to 20.04 in CI
250 * trigger: add tests on main trigger functions
251
252 Build::
253
254 * core: remove build option CA_FILE
255 * core: set WeeChat home to empty string by default in CMake and autotools
256
257 [[v3.1]]
258 == Version 3.1 (2021-03-07)
259
260 New features::
261
262 * core: add options weechat.look.hotlist_update_on_buffer_switch and weechat.look.read_marker_update_on_buffer_switch (issue #992, issue #993)
263 * core: add option sec.crypt.passphrase_command to read passphrase from an external program on startup, remove option sec.crypt.passphrase_file (issue #141)
264 * core: improve debug in command `/eval`: display more verbose debug with two `-d`, add indentation and colors
265 * core: add options `setvar` and `delvar` in command `/buffer`, rename option `localvar` to `listvar`
266 * core: add buffer local variable "completion_default_template" (evaluated) to override the value of option "weechat.completion.default_template" (issue #1600)
267 * core: add option `recreate` in command `/filter`
268 * core: add raw string in evaluation of expressions with `raw:xxx` (issue #1611)
269 * core: add evaluation of conditions in evaluation of expressions with `eval_cond:xxx` (issue #1582)
270 * api: add info_hashtable "secured_data"
271 * irc: add info "irc_is_message_ignored"
272 * irc: add server option "default_chantypes", used when the server does not send them in message 005 (issue #1610)
273 * trigger: add variable `${tg_trigger_name}` in command trigger evaluated strings (issue #1580)
274
275 Bug fixes::
276
277 * core: fix quoted line in cursor mode (issue #1602)
278 * core: fix wrong size of the new window after vertical split (issue #1612)
279 * core: do not remove quotes in arguments of command `/eval` as they can be part of the evaluated expression/condition (issue #1601)
280 * core: display an error when the buffer is not found with command `/command -buffer`
281 * buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613)
282 * irc: add bar item "irc_nick_prefix"
283 * irc: fix separator between nick and host in bar item "irc_nick_host"
284 * irc: fix completion of commands `/halfop` and `/dehalfop`
285
286 Documentation::
287
288 * do not build weechat-headless man page if headless binary is disabled (issue #1607)
289
290 [[v3.0.1]]
291 == Version 3.0.1 (2021-01-31)
292
293 Bug fixes::
294
295 * exec: fix search of command by identifier
296 * spell: fix refresh of bar item "spell_suggest" when the input becomes empty (issue #1586)
297 * spell: fix crash with IRC color codes in command line (issue #1589)
298
299 [[v3.0]]
300 == Version 3.0 (2020-11-11)
301
302 New features::
303
304 * api: add optional list of colors in infos "nick_color" and "nick_color_name" (issue #1565)
305 * api: add argument "bytes" in function string_dyn_concat
306 * api: add function string_color_code_size (issue #1547)
307 * exec: add option `-oerr` to send stderr to buffer (now disabled by default) (issue #1566)
308 * fset: add option fset.look.auto_refresh (issue #1553)
309 * irc: add pointer to irc_nick in focus of bar item "buffer_nicklist" (issue #1535, issue #1538)
310 * irc: allow to send text on buffers with commands `/allchan`, `/allpv` and `/allserv`
311 * irc: evaluate command executed by commands `/allchan`, `/allpv` and `/allserv` (issue #1536)
312 * script: add option script.scripts.download_enabled (issue #1548)
313 * trigger: add variable "tg_argc" in data set by command trigger (issue #1576)
314 * trigger: add variable "tg_trigger_name" in data set by all triggers (issue #1567, issue #1568)
315
316 Bug fixes::
317
318 * core: set "notify_level" to 3 if there is a highlight in the line (issue #1529)
319 * core: do not add line with highlight and tag "notify_none" to hotlist (issue #1529)
320 * irc: remove SASL timeout message displayed by error after successful SASL authentication (issue #1515)
321 * irc: send all channels in a single JOIN command when reconnecting to the server (issue #1551)
322 * script: do not automatically download list of scripts on startup if the file is too old (issue #1548)
323 * spell: properly skip WeeChat and IRC color codes when checking words in input (issue #1547)
324 * trigger: fix recursive calls to triggers using regex (issue #1546)
325 * trigger: add `${tg_tags} !!- ,notify_none,` in conditions of default trigger "beep" (issue #1529)
326
327 Tests::
328
329 * core: add tests on GUI line functions
330
331 Build::
332
333 * core: disable debug by default in autotools build
334 * tests: fix compilation with CppUTest ≥ 4.0
335
336 [[v2.9]]
337 == Version 2.9 (2020-07-18)
338
339 New features::
340
341 * core: add bar option "color_bg_inactive": color for window bars in inactive window (issue #732)
342 * core: add Alacritty title escape sequence support (issue #1517)
343 * core: display notify level for current buffer with command `/buffer notify` (issue #1505)
344 * core: count only visible nicks in bar item "buffer_nicklist_count", add bar items "buffer_nicklist_count_groups" and "buffer_nicklist_count_all" (issue #1506)
345 * core: set default size for input bar to 0 (automatic) (issue #1498)
346 * core: add default key kbd:[Alt+Enter] to insert a newline (issue #1498)
347 * core: add flag "input_multiline" in buffer (issue #984, issue #1063)
348 * core: add a scalable WeeChat logo (SVG) (issue #1454, issue #1456)
349 * core: add base 16/32/64 encoding/decoding in evaluation of expressions with `base_encode:base,xxx` and `base_decode:base,xxx`
350 * core: add case sensitive wildcard matching comparison operator (`+==*+` and `+!!*+`) and case sensitive/insensitive include comparison operators (`+==-+`, `+!!-+`, `+=-+`, `+!-+`) in evaluation of expressions
351 * core: add default key kbd:[Alt+Shift+N] to toggle nicklist bar
352 * core: add command line option `--stdout` in weechat-headless binary to log to stdout rather than ~/.weechat/weechat.log (issue #1475, issue #1477)
353 * core: reload configuration files on SIGHUP (issue #1476)
354 * api: add pointer "_bar_window" in hashtable sent to hook focus callback (issue #1450)
355 * api: add info_hashtable "focus_info" (issue #1245, issue #1257)
356 * api: rename function hook_completion_get_string to completion_get_string and hook_completion_list_add to completion_list_add
357 * api: add functions completion_new, completion_search and completion_free
358 * api: add hdata "completion_word"
359 * buflist: add default key kbd:[Alt+Shift+B] to toggle buflist
360 * buflist: add options enable/disable/toggle in command `/buflist`
361 * buflist: evaluate option buflist.look.sort so that sort can be customized for each of the three buflist bar items (issue #1465)
362 * irc: add support of UTF8MAPPING (issue #1528)
363 * irc: display account messages in buffers (issue #1250)
364 * python: add WeeChat sharedir python directory to PYTHONPATH (issue #1537)
365 * relay: increase default limits for IRC backlog options
366 * relay: add command "handshake" in weechat relay protocol and nonce to prevent replay attacks, add options relay.network.password_hash_algo, relay.network.password_hash_iterations, relay.network.nonce_size (issue #1474)
367 * relay: add command "completion" in weechat relay protocol to perform a completion on a string at a given position (issue #1484)
368 * relay: add option relay.network.auth_timeout
369 * relay: update default colors for client status
370 * relay: add status "waiting_auth" in irc and weechat protocols (issue #1358)
371 * trigger: evaluate arguments of command when the trigger is created (issue #1472)
372
373 Bug fixes::
374
375 * core: fix command `/window scroll_beyond_end` when buffer has fewer lines than chat height (issue #1509)
376 * core: force buffer property "time_for_each_line" to 0 for buffers with free content (issue #1485)
377 * core: don't collapse consecutive newlines in lines displayed before the first buffer is created
378 * core: don't remove consecutive newlines when pasting text (issue #1500)
379 * core: don't collapse consecutive newlines in bar content (issue #1500)
380 * core: fix WEECHAT_SHAREDIR with CMake build (issue #1461)
381 * core: fix memory leak in calculation of expression on FreeBSD (issue #1469)
382 * core: fix resize of a bar when its size is 0 (automatic) (issue #1470)
383 * api: fix use of pointer after free in function key_unbind
384 * api: replace plugin and buffer name by buffer pointer in argument "modifier_data" sent to weechat_print modifier callback (issue #42)
385 * buflist: add "window" pointer in bar item evaluation only if it's not NULL (if bar type is "window")
386 * exec: fix use of same task id for different tasks (issue #1491)
387 * fifo: fix errors when writing in the FIFO pipe (issue #713)
388 * guile: enable again `/guile` eval (issue #1514)
389 * irc: use new default chantypes "#&" when the server does not send it
390 * irc: add support of optional server in info "irc_is_nick", fix check of nick using UTF8MAPPING isupport value (issue #1528)
391 * irc: fix add of ignore with flags in regex, display full ignore mask in list of ignores (issue #1518)
392 * irc: do not remove spaces at the end of users messages received (issue #1513)
393 * irc: fix realname delimiter color in WHO/WHOX response (issue #1497)
394 * irc: reuse a buffer with wrong type "channel" when a private message is received (issue #869)
395 * python: fix crash when invalid UTF-8 string is in a WeeChat hashtable converted to a Python dict (issue #1463)
396 * relay: add missing field "notify_level" in message "_buffer_line_added" (issue #1529)
397 * relay: fix slow send of data to clients when SSL is enabled
398 * trigger: only return trigger's return code when condition evaluates to true (issue #592)
399 * trigger: fix truncated trigger command with commands `/trigger` input|output|recreate
400 * trigger: do not hide values of options with `/set` command in cmd_pass trigger
401
402 Documentation::
403
404 * add includes directory
405 * merge 53 auto-generated files into 11 files
406 * fix broken literal blocks in Japanese docs with Firefox (issue #1466)
407
408 Tests::
409
410 * core: add CI with GitHub Actions, move codecov.io upload to GitHub Actions
411 * core: switch to Ubuntu Bionic on Travis CI, use pylint3 to lint Python scripts
412 * core: run tests on plugins only if the plugins are enabled and compiled
413 * irc: add tests on IRC color and channel functions
414
415 Build::
416
417 * javascript: disable build by default and remove Debian packaging of JavaScript plugin (issue #360)
418 * core: make GnuTLS a required dependency
419 * core: fix build with CMake 3.17.0
420 * core: fix build with cygport on Cygwin
421
422 [[v2.8]]
423 == Version 2.8 (2020-03-29)
424
425 New features::
426
427 * core: add variable "old_full_name" in buffer, set during buffer renaming (issue #1428)
428 * core: add debug option `-d` in command `/eval` (issue #1434)
429 * api: add functions crypto_hash and crypto_hash_pbkdf2
430 * api: add info "auto_connect" (issue #1453)
431 * api: add info "weechat_headless" (issue #1433)
432 * buflist: add pointer "window" in bar item evaluation
433 * irc: add support of fake servers (no I/O, for testing purposes)
434 * relay: accept hash of password in init command of weechat protocol with option "password_hash" (PBKDF2, SHA256, SHA512)
435 * relay: reject client with weechat protocol if password or TOTP is received in init command but not set in WeeChat (issue #1435)
436
437 Bug fixes::
438
439 * core: fix memory leak in completion
440 * core: flush stdout/stderr before forking in hook_process function (issue #1441)
441 * core: fix evaluation of condition with nested "if" (issue #1434)
442 * irc: split AUTHENTICATE message in 400-byte chunks (issue #1459)
443 * irc: copy temporary server flag in command `/server copy`
444 * irc: add nick changes in the hotlist (except self nick change)
445 * irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue #1439)
446 * irc: fix memory leak when the channel topic is changed
447 * logger: fix crash when logging is disabled on a buffer and the log file was deleted in the meanwhile, when option logger.file.info_lines is on (issue #1444)
448 * php: fix crash when loading script with PHP 7.4 (issue #1452)
449 * relay: update buffers synchronization when buffers are renamed (issue #1428)
450 * script: fix memory leak in read of script repository file if it has invalid content
451 * script: fix unexpected display of scripts list in buffer with command `/script list -i`
452 * xfer: send signal "xfer_ended" after the received file has been renamed (issue #1438)
453
454 Tests::
455
456 * scripts: fix generation of test scripts with Python 3.8
457 * core: add tests on function secure_derive_key
458 * core: add tests on functions util_get_time_diff and util_file_get_content
459 * irc: add tests on IRC protocol functions and callbacks
460
461 Build::
462
463 * core: fix Cygwin build
464 * guile: add detection of Guile 3.0.0 (issue #1442)
465 * irc: fix build with GnuTLS < 3.1.0 (issue #1431)
466 * php: add detection of PHP 7.4
467 * ruby: add detection of Ruby 2.7 (issue #1455)
468
469 [[v2.7.1]]
470 == Version 2.7.1 (2020-02-20)
471
472 Bug fixes::
473
474 * irc: fix crash when a new message 005 is received with longer nick prefixes (CVE-2020-9760)
475 * irc: fix crash when receiving a malformed message 352 (who) (CVE-2020-9759)
476 * irc: fix crash when receiving a malformed message 324 (channel mode) (CVE-2020-8955)
477
478 [[v2.7]]
479 == Version 2.7 (2019-12-08)
480
481 New features::
482
483 * core: add option weechat.look.nick_color_hash_salt to shuffle nick colors (issue #635)
484 * core: add different icons sizes (16x16 to 512x512) (issue #1347)
485 * core: add file weechat.desktop
486 * core: add reverse of string for screen in evaluation of expressions with `revscr:xxx`
487 * core: add length of string (number of chars and on screen) in evaluation of expressions with `length:xxx` and `lengthscr:xxx`
488 * core: add calculation of expression in evaluation of expressions with `calc:xxx` (issue #997)
489 * core: add optional default path (evaluated) in completion "filename"
490 * core: add support of modifiers in evaluation of expressions with `modifier:name,data,string`
491 * api: add modifier "color_encode_ansi" (issue #528)
492 * api: add modifier "eval_path_home"
493 * irc: add filters on raw buffer (issue #1000)
494 * irc: add option irc.look.display_pv_warning_address to display a warning in private buffer if the remote nick address has changed (issue #892)
495 * irc: add server option "ssl_password" (issue #115, issue #1416)
496 * irc: add "user" in output of irc_message_parse (issue #136)
497 * irc: add options irc.color.message_kick and irc.color.reason_kick (issue #683, issue #684)
498 * logger: add option logger.file.color_lines (issue #528, issue #621)
499 * script: add options `-ol` and `-il` in command `/script list` to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded
500 * xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue #1237)
501
502 Bug fixes::
503
504 * core: set buffer name, short name and title only if the value has changed
505 * core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue #899, issue #978)
506 * core: optimize load of configuration files
507 * core: fix window separators not respecting window splits (issue #630)
508 * core: fix cursor mode info when prefix_align is none and with words split across lines (issue #610, issue #617, issue #619)
509 * core: add support of reverse video in ANSI color codes
510 * core: fixed segfault during excessive evaluation in function string_repeat (issue #1400)
511 * buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue #1403)
512 * irc: do not automatically open a channel with name "0" (issue #1429)
513 * irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue #832)
514 * irc: use path from option xfer.file.upload_path to complete filename in command `/dcc send` (issue #60)
515 * logger: fix write in log file if it has been deleted or renamed (issue #123)
516 * python: send "bytes" instead of "str" to callbacks in Python 3 when the string is not UTF-8 valid (issue #1389)
517 * relay: send message "_buffer_title_changed" to clients only when the title is changed
518 * xfer: fix memory leak when a xfer is freed and when the plugin is unloaded
519
520 Tests::
521
522 * core: add tests on GUI color functions
523
524 Build::
525
526 * core: fix build on Haiku (issue #1420)
527 * core: fix build on Alpine
528 * core: remove file FindTCL.cmake
529 * core: display an error on missing dependency in CMake (issue #916, issue #956)
530 * debian: disable Javascript plugin on Debian Sid and Ubuntu Eoan
531 * debian: build with Guile 2.2
532 * guile: add support of Guile 2.2, disable `/guile eval` (issue #1098)
533 * python: add detection of Python 3.8
534
535 [[v2.6]]
536 == Version 2.6 (2019-09-08)
537
538 New features::
539
540 * core: add support of 32767 color pairs (issue #1343, issue #1345)
541 * core: add option `close` in command `/window` (issue #853)
542 * api: add infos "term_colors" and "term_color_pairs"
543 * api: add function list_user_data (issue #666)
544 * api: add argument "strip_items" in function string_split
545 * buflist: add infolist "buflist" with list of buffer pointers (issue #1375)
546 * exec: evaluate option exec.command.shell, change default value to `${env:SHELL}` (issue #1356)
547 * fset: add filters `h=xxx` and `he=xxx` to filter options by description (translated or in English)
548 * irc: make command char optional in server option "command" (issue #615)
549 * irc: add variables "user_max_length" and "host_max_length" in server structure (issue #1387)
550
551 Bug fixes::
552
553 * core: use fixed-width integer for computing nick and hashtable DJB2 key hashes, add values "djb2_32" and "sum_32" for option weechat.look.nick_color_hash (issue #1394)
554 * core: create or update option weechat.notify.xxx when function buffer_set is called with "notify" property (issue #1390)
555 * core: fix memory leak in case of error when building content of bar item for display (issue #1384)
556 * core: send command line parameter to plugins only if the name starts with the plugin name followed by a colon
557 * core: auto disable upgrade process (command line option `--upgrade`) if the file weechat.upgrade is not found
558 * core: replace newlines by spaces in argument "completion" of function hook_command (issue #538)
559 * core: replace char "," by "~" in color codes to separate foreground from background (issue #1264)
560 * alias: remove default aliases `/AME` and `/AMSG` (issue #1355)
561 * buflist: use extra variables in option buflist.look.display_conditions (issue #1393)
562 * irc: fix parsing of messages 346 (invite list), 348 (exception list), 367 (ban list) and 728 (quiet list) when there is a colon before the timestamp (issue #1396)
563 * irc: fix memory leak when removing a server
564 * irc: fix length of user/nick/host in split of messages (issue #1387)
565 * irc: quote NICK command argument sent to the server only if there's a ":" in the nick (issue #1376, issue #1319)
566 * irc: return all arguments in the PONG response to a PING (issue #1369)
567 * irc: disable server reconnection when the server buffer is closed (issue #236)
568 * irc: strip spaces at beginning/end of addresses in server option "addresses" (issue #195)
569 * irc: fix display of enabled/disabled client capabilities received in command CAP ACK (issue #151)
570 * ruby: fix conversion of big integers on 32bit architecture (issue #1395)
571
572 Tests::
573
574 * irc: add tests on IRC ignore, message and nick functions
575
576 Build::
577
578 * core: fix compilation with autotools on FreeBSD 12.0
579 * debian: disable Javascript plugin on Debian Buster/Bullseye (issue #1374)
580 * python: compile with Python 3 by default
581 * python: use pkg-config to detect Python (issue #1382)
582
583 [[v2.5]]
584 == Version 2.5 (2019-06-06)
585
586 New features::
587
588 * core: use getopt to parse command line arguments
589 * core: add option weechat.look.prefix_same_nick_middle (issue #930, issue #931)
590 * core: add option weechat.look.buffer_time_same (issue #1127)
591 * core: use seconds by default in `/repeat` interval, allow unit for the interval
592 * core: allow text in addition to a command in command `/repeat`
593 * core: add option `addreplace` in command `/filter` (issue #1055, issue #1312)
594 * api: return allocated string in hook_info callback and function info_get
595 * api: replace argument "keep_eol" by "flags" in function string_split (issue #1322)
596 * api: add function command_options (issue #928)
597 * api: add function string_match_list
598 * irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"
599 * irc: add variable "host" in server structure
600 * relay: add support of UNIX socket (issue #733, issue #1333)
601 * relay: add option relay.weechat.commands (issue #928)
602 * script: use SHA-512 instead of MD5 for script checksum
603 * spell: rename aspell plugin to spell (issue #1299)
604 * trigger: add hooks "info" and "info_hashtable"
605 * xfer: rename option xfer.network.speed_limit to xfer.network.speed_limit_send, add option xfer.network.speed_limit_recv (issue #269)
606
607 Bug fixes::
608
609 * core: don't execute command scheduled by `/repeat` and `/wait` if the buffer does not exist any more
610 * core: set max length to 4096 for `/secure passphrase` (issue #1323)
611 * core: refilter only affected buffers on filter change (issue #1309, issue #1311)
612 * fset: fix slow refresh of fset buffer during `/reload` (issue #1313)
613 * irc: fix parsing of MODE command when there are colons after the first mode argument (issue #1296)
614 * irc: fix memory leak in infos "irc_server_isupport" and "irc_server_isupport_value"
615 * irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_fingerprint option
616 * irc: display an error with `/allchan -current` or `/allpv -current` if the current buffer is not an irc buffer (issue #1325)
617 * irc: fix update of channels modes with arguments when joining a channel (issue #1324)
618 * irc: quote NICK command argument sent to the server (issue #1319)
619 * php: fix memory leak in functions string_eval_expression, string_eval_path_home, key_bind, hook_process_hashtable, hook_hsignal_send, info_get_hashtable, hdata_update
620 * relay: fix crash when a weechat relay client reloads the relay plugin with `/plugin reload relay` (issue #1327)
621 * spell: fix detection of nick followed by the nick completer (issue #1306, issue #1307)
622 * trigger: fix split of hook arguments (issue #1322)
623
624 Tests::
625
626 * core: add tests on function util_signal_search
627
628 Build::
629
630 * core: fix value of libdir in file weechat.pc (issue #1341, issue #1342)
631 * core: fix generation of man page weechat-headless with autotools
632 * core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage options (CMake ≥ 3.0 is now required)
633 * core: fix compilation on Mac OS (issue #1308)
634 * lua: add detection of Lua 5.3 with autotools
635 * ruby: add detection of Ruby 2.6 (issue #1346)
636 * tests: fix compilation of tests on FreeBSD
637
638 [[v2.4]]
639 == Version 2.4 (2019-02-17)
640
641 New features::
642
643 * core: do not automatically add a space when completing "nick:" at the beginning of command line (the space can be added in option weechat.completion.nick_completer)
644 * core: add default keys kbd:[Ctrl+F11]/kbd:[Ctrl+F12] to scroll up/down one page in nicklist (same action as kbd:[F11]/kbd:[F12])
645 * core: add command line option `-t` (or `--temp-dir`) to create a temporary WeeChat home (deleted on exit)
646 * api: add functions string_base_encode and string_base_decode, remove functions string_encode_base64 and string_decode_base64
647 * api: add support of Time-based One-Time Password (TOTP), add infos "totp_generate" and "totp_validate"
648 * buflist: add default keys kbd:[Ctrl+F1]/kbd:[Ctrl+F2] to scroll up/down one page in buflist (same action as kbd:[F1]/kbd:[F2])
649 * buflist: add variable ${number2}, always set with the indented buffer number
650 * exec: add option exec.command.shell to customize the shell used with `/exec -sh`
651 * relay: add support of close frame in websocket connection (issue #1281)
652 * relay: add support of Time-based One-Time Password (TOTP) as second authentication factor in weechat protocol
653
654 Bug fixes::
655
656 * core: fix compilation of empty regular expression (not allowed on FreeBSD)
657 * core: fix forced highlight on messages sent to other buffers (issue #1277)
658 * aspell: look for suggestions only if the misspelled word has changed (issue #1175)
659 * buflist: add alternate key codes for kbd:[F1]/kbd:[F2] and kbd:[Alt+F1]/kbd:[Alt+F2] (compatibility with terminals)
660 * buflist: fix warning displayed when script buffers.pl is loaded (issue #1274)
661 * irc: fix parsing of whois messages in notify
662 * irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are colons (issue #1296)
663 * irc: return IRC color code instead of WeeChat color code when decoding a too short ANSI color sequence
664 * irc: fix encoding of italic attribute when colors are removed
665 * irc: fix parsing of "time" message tag on FreeBSD (issue #1289)
666 * relay: fix crash on `/upgrade` when the real IP is not set (issue #1294)
667 * relay: fix memory leak in connection of client
668
669 Tests::
670
671 * core: fix UTF-8 and evaluation tests on FreeBSD
672 * irc: add tests on IRC configuration and protocol functions
673
674 Build::
675
676 * core: add C compiler flag "-fsigned--char" to force "char" data type to be always signed (issue #1277)
677
678 [[v2.3]]
679 == Version 2.3 (2018-10-21)
680
681 New features::
682
683 * core: add repeat of string in evaluation of expressions with `repeat:count,string` (issue #958)
684 * core: allow specifying buffer number/name for `/buffer localvar` (issue #1259)
685 * core: allow multiple arguments in command `/buffer close`
686 * core: allow multiple options `-r` (or `--run-command`) in command line arguments (issue #1248)
687 * core: add command line option `-P` (or `--plugins`) to customize the plugins to load at startup
688 * core: allow partial buffer name in command `/buffer close` (issue #1226)
689 * api: add function hook_line (issue #66)
690 * irc: display a warning when the value of option irc.server.xxx.autojoin is set to an invalid value
691 * relay: add real IP in client description (issue #1256)
692 * trigger: allow creation of temporary variables with the regex
693 * trigger: add hook "line"
694
695 Bug fixes::
696
697 * core: fix evaluation of nested ternary operators (issue #1263)
698 * core: fix evaluation of condition when the left operand is an empty string
699 * core: fix string evaluation with regex replacement when the string is empty
700 * core: fix check of tags in lines (command `/filter` and hook_print)
701 * core: fix clear of completion item in case of partial completion (issue #1162)
702 * core: send signal "key_pressed" for mouse code only if the string is UTF-8 valid (issue #1220)
703 * api: fix memory leak in function string_split
704 * lua: fix return code of mkdir functions in case of error (issue #1267)
705 * scripts: fix duplicated lines in output of script eval (python, perl, ruby, lua and guile)
706
707 Tests::
708
709 * core: add tests on line and hook functions
710
711 Build::
712
713 * php: add detection of PHP 7.3
714
715 [[v2.2]]
716 == Version 2.2 (2018-07-14)
717
718 New features::
719
720 * core: change default value of option weechat.look.hotlist_add_conditions to check connected relay clients via weechat protocol (issue #1206)
721 * core: add reverse of string in evaluation of expressions with `rev:xxx` (issue #1200)
722 * core: send buffer pointer (when possible) in signal "hotlist_changed" (issue #1133)
723 * core: add support of list options in curl (issue #826, issue #219)
724 * core: allow merge of buffers by name in command `/buffer` (issue #1108, issue #1159)
725 * api: add function hashtable_add_from_infolist
726 * api: add function string_format_size in scripting API
727 * irc: add nick, host and log tags in message displayed in private buffer when the nick comes back on the server (issue #1221)
728 * irc: add support for IRCv3.2 chghost, add options irc.look.smart_filter_chghost and irc.color.message_chghost (issue #640)
729 * irc: add support for IRCv3.2 invite-notify (issue #639)
730 * irc: add support for IRCv3.2 Client Capability Negotiation (issue #586, issue #623)
731 * irc: display current nick on connected servers in output of `/server list|listfull` (issue #1193)
732 * irc: add option `-server` in command `/list` (issue #1165)
733 * irc: add indexed ban list, add completion for `/unban` and `/unquiet` (issue #597, task #11374, task #10876)
734 * relay: add filtering on protocol in info "relay_client_count"
735 * trigger: hide password in command `/msg nickserv set password`
736 * xfer: add option xfer.network.send_ack (issue #1171)
737
738 Bug fixes::
739
740 * core: fix TLS handshake failure on server connection when there are multiple addresses in the server (issue #1196)
741 * core: count number of chars instead of bytes for suffix in function string_cut
742 * core: fix delete of previous/next word (keys kbd:[Ctrl+w] and kbd:[Alt+d]) (issue #1195)
743 * core: fix infinite loop in evaluation of strings (issue #1183)
744 * core: change default value of option weechat.look.window_title from "WeeChat ${info:version}" to empty string (issue #1182)
745 * buflist: fix crash when setting the option buflist.look.signals_refresh with a list of signals
746 * fset: fix memory leak when switching the format with kbd:[Ctrl+x]
747 * fset: fix truncation of option values when the length is greater than 4096 (issue #1218)
748 * fset: fix crash when applying filters after closing the fset buffer (issue #1204)
749 * irc: display message 354 (WHOX) received with missing parameters (issue #1212)
750 * irc: always set nick away status on WHO response (sent manually or automatically with server option "away_check")
751 * irc: fix a crash when calling the function hdata_string on the "prefix" variable in the nick
752 * irc: fix split of messages when server option "split_msg_max_length" is set to 0 (no split) (issue #1173)
753 * irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_in2, irc_raw_in and irc_raw_in2 (issue #787)
754 * irc: fix memory leak when receiving a message with IRCv3 tags
755 * guile: fix memory leak in 7 functions returning allocated strings
756 * lua: fix macros used to return values
757 * php: fix return code of functions config_write_option and config_write_line
758 * php: fix memory leak in 72 functions returning allocated strings
759 * python: fix crash when loading a script with Python ≥ 3.7 (issue #1219)
760 * relay: fix socket creation for relay server on OpenBSD (issue #1213)
761 * ruby: fix memory leak in 7 functions returning allocated strings
762 * script: fix memory leak in case of invalid XML content in list of scripts
763 * scripts: fix memory leak in hook_info callback
764 * scripts: fix return value of hook_infolist callback (pointer instead of string)
765 * scripts: return long integer instead of string in function infolist_time
766 * xfer: set option TCP_NODELAY on socket when receiving a file via DCC (issue #1171)
767
768 Documentation::
769
770 * core: split man pages weechat and weechat-headless
771
772 Tests::
773
774 * core, scripts: add tests on infolists
775
776 Build::
777
778 * core: fix build with CMake and Ninja
779 * debian: add package weechat-headless with the headless binary and its man page
780 * javascript: fix compilation of javascript plugin with autotools on some Linux distributions (issue #1208)
781 * python: add detection of Python 3.7
782
783 [[v2.1]]
784 == Version 2.1 (2018-03-18)
785
786 New features::
787
788 * core: add binary weechat-headless to run WeeChat without interface, with optional daemon mode (command line option `--daemon`) (issue #1120)
789 * core: add options `-newbuffer`, `-free` and `-switch` in command `/print` (issue #1113)
790 * core: add option `-y` in command `/print`, add support of buffers with free content
791 * core: add option `add` in command `/buffer` (issue #1113)
792 * core: add option weechat.completion.partial_completion_templates to force partial completion on specific templates
793 * api: add hashtable with variables in plugin structure
794 * api: add time in info "date" (WeeChat compilation date/time) (issue #1138)
795 * irc: add server option "split_msg_max_length"
796 * irc: allow ${irc_server.xxx} and ${server} in server evaluated options (issue #1144)
797 * logger: add option logger.file.fsync (issue #1145)
798 * logger: add option logger.look.backlog_conditions (issue #1132)
799 * script: change default value of option script.look.sort from "p,n" to "i,p,n"
800 * scripts: add configuration file for each script plugin (_python.conf_, _perl.conf_, ...)
801 * scripts: add `eval` option in script commands and info "xxx_eval" (python, perl, ruby, lua and guile) (issue #128)
802 * scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins (issue #1075)
803 * scripts: add option `version` in script commands (issue #1075)
804 * scripts: display the script name in stdout/stderr output from scripts
805
806 Bug fixes::
807
808 * core: fix regression on execution of hook_print callbacks (introduced in version 2.0)
809
810 Build::
811
812 * ruby: add detection of Ruby 2.5 (issue #1122)
813
814 [[v2.0.1]]
815 == Version 2.0.1 (2017-12-20)
816
817 Bug fixes::
818
819 * python: fix arguments status/gnutls_rc/sock in hook_connect callback
820 * python: fix argument fd in hook_fd callback
821
822 [[v2.0]]
823 == Version 2.0 (2017-12-03)
824
825 New features::
826
827 * core: add flag "input_get_empty" in buffer
828 * core: add signals "buffer_filters_enabled" and "buffer_filters_disabled"
829 * core: support loading of plugins from path in environment variable "WEECHAT_EXTRA_LIBDIR" (issue #971, issue #979)
830 * core: make value optional in command `/buffer set` (issue #746, issue #1088)
831 * core: allow floating point and hexadecimal numbers in comparison of evaluated values
832 * core: add option weechat.look.save_config_with_fsync (issue #1083)
833 * api: add support of prefix "quiet:" in function key_unbind to quietly remove keys
834 * api: add argument "recurse_subdirs" in function exec_on_files
835 * alias: add infolist "alias_default" (list of default aliases)
836 * buflist: add two new bar items ("buflist2" and "buflist3") using the same format configuration options (issue #990)
837 * buflist: add option buflist.look.add_newline (issue #1027)
838 * fset: new plugin "fset" (fast set of WeeChat and plugins options) (issue #584)
839 * php: new plugin "php" (issue #909)
840 * script: add local variable "filter" in the script buffer (issue #1037)
841
842 Bug fixes::
843
844 * core: do not change the chat prefix size when a filtered line is added (issue #1092)
845 * core: fix display of nicks in nicklist when they are in a group with sub-groups (issue #1079)
846 * core, plugins: check return code of strftime function
847 * core: fix cast of time_t (to "long long" instead of "long") (issue #1051)
848 * core: call the config hook when options are renamed or removed
849 * api: change type of arguments status/gnutls_rc/sock in hook_connect callback from string to integer (in scripts)
850 * api: change type of argument fd in hook_fd callback from string to integer (in scripts)
851 * buflist: remove recursive evaluation of extra variables (issue #1060)
852 * guile: return integer (0/1) instead of boolean in API functions
853 * guile: fix return value of static strings in API functions
854 * irc: do not clear nicklist when joining an already joined channel if the option irc.look.buffer_open_before_join is on (issue #1081)
855 * irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty value
856 * lua: fix boolean return value (as integer) in API functions
857 * relay: fix parsing of CAP command without arguments in irc protocol, send ACK only if all capabilities received are OK and NAK otherwise (issue #1040)
858
859 Tests::
860
861 * core: display an error if the required locale en_US.UTF-8 is not installed
862 * scripts: add scripting API tests (issue #104)
863
864 Build::
865
866 * core: fix build with ncurses and separate tinfo (bug #41245, issue #1090)
867 * javascript: fix detection of libv8 with autotools on Ubuntu Trusty
868
869 [[v1.9.1]]
870 == Version 1.9.1 (2017-09-23)
871
872 Bug fixes::
873
874 * buflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar
875 * logger: call strftime before replacing buffer local variables (CVE-2017-14727)
876 * relay: fix send of "PART" command in backlog (irc protocol)
877
878 [[v1.9]]
879 == Version 1.9 (2017-06-25)
880
881 New features::
882
883 * core: improve speed of nicklist bar item callback
884 * core: allow index for hdata arrays in evaluation of expressions
885 * api: allow update of variables "scroll_x" and "scroll_y" in bar_window with function hdata_update
886 * api: add functions config_option_get_string and hdata_compare
887 * buflist: add option buflist.look.auto_scroll (issue #332)
888 * buflist: add keys kbd:[F1]/kbd:[F2], kbd:[Alt+F1]/kbd:[Alt+F2] to scroll the buflist bar
889 * buflist: display a warning when the script "buffers.pl" is loaded
890 * buflist: add support of char "~" in option buflist.look.sort for case insensitive comparison
891 * buflist: add variable `${format_name}` in bar item evaluation and option buflist.format.name (issue #1020)
892 * buflist: add variables `${current_buffer}` and `${merged}` (booleans "0" / "1") in bar item evaluation
893 * relay: add option `start` in command `/relay`
894 * trigger: add "irc_server" and "irc_channel" pointers in data for IRC signal/modifier hooks
895
896 Bug fixes::
897
898 * core: fix bind of keys with space key, like kbd:[Alt+Space] (bug #32133)
899 * core: fix infinite loop when the terminal is closed on the secure password prompt (issue #1010)
900 * buflist: fix long mouse gestures
901 * buflist: fix slow switch of buffer when there are a lot of buffers opened (issue #998)
902 * buflist: add option `bar` in command `/buflist`, do not automatically add the "buflist" bar when the option buflist.look.enabled is off (issue #994)
903 * buflist: fix crash on drag & drop of buffers
904 * irc: don't reset nick properties (prefixes/away/account/realname) on `/names` when the nick already exists (issue #1019)
905 * irc: fix memory leak in case of error in "ecdsa-nist256p-challenge" SASL mechanism
906 * relay: rebind on address after option relay.network.bind_address is changed
907 * relay: fix parsing of CAP command arguments in irc protocol (issue #995)
908
909 [[v1.8]]
910 == Version 1.8 (2017-05-13)
911
912 New features::
913
914 * core: add option weechat.completion.nick_case_sensitive (issue #981)
915 * core: add wildcard matching operator (`+=*+` and `+!*+`) in evaluation of expressions (issue #611)
916 * core: add cut of string in evaluation of expressions with `cut:xxx` (number of chars) and `cutscr:xxx` (number of chars displayed on screen)
917 * core: add ternary operator (condition) in evaluation of expressions (`${if:condition?value_if_true:value_if_false}`)
918 * core: add resize of window parents with `/window resize [h/v]size` (task #11461, issue #893)
919 * core: add hotlist pointer in buffer structure
920 * core: add last start date in output of command `/version` after at least one `/upgrade` (issue #903)
921 * api: add arraylist functions: arraylist_new, arraylist_size, arraylist_get, arraylist_search, arraylist_insert, arraylist_add, arraylist_remove, arraylist_clear, arraylist_free
922 * api: add dynamic string functions: string_dyn_alloc, string_dyn_copy, string_dyn_concat, string_dyn_free
923 * api: add special key "__quiet" in hashtable for function key_bind
924 * api: add `${re:#}` to get the index of last group captured in function string_eval_expression
925 * aspell: add options to control delimiters in suggestions: aspell.color.suggestion_delimiter_{dict|word} and aspell.look.suggestion_delimiter_{dict|word} (issue #940)
926 * buflist: new plugin "buflist" (bar item with list of buffers)
927 * irc: add option `open` in command `/server` (issue #966)
928 * irc: send signal "irc_server_lag_changed" and store the lag in the server buffer (local variable)
929 * irc: send multiple masks by message in commands `/ban`, `/unban`, `/quiet` and `/unquiet`, use ban mask default for nicks in `/quiet` and `/unquiet`, display an error if `/quiet` and `/unquiet` are not supported by server (issue #579, issue #15, issue #577)
930 * irc: add option `-include` in commands `/allchan`, `/allpv` and `/allserv` (issue #572)
931 * irc: don't smart filter modes given to you (issue #530, issue #897)
932 * script: remove option script.scripts.url_force_https, use HTTPS by default in option script.scripts.url
933
934 Bug fixes::
935
936 * core: fix memory leak in display of mouse event debug info
937 * core: fix command `/cursor stop` (do not toggle cursor mode) (issue #964)
938 * core: fix delayed refresh when the signal SIGWINCH is received (terminal resized), send signal "signal_sigwinch" after refreshes (issue #902)
939 * irc: fix update of server addresses on reconnection when the evaluated content has changed (issue #925)
940 * irc: fix crash in case of invalid server reply during SASL authentication with DH-BLOWFISH or DH-AES mechanism
941 * irc: fix double decoding of IRC colors in messages sent/displayed by commands `/msg` and `/query` (issue #943)
942 * irc: fix parsing of message 324 (modes) when there is a colon before the modes (issue #913)
943 * relay: check buffer pointer received in "sync" and "desync" commands (weechat protocol) (issue #936)
944 * relay: remove buffer from synchronized buffers when it is closed (fix memory leak)
945
946 Build::
947
948 * core: fix compilation on FreeBSD with autotools (issue #276)
949 * python: add detection of Python 3.6
950 * ruby: add detection of Ruby 2.4 (issue #895)
951
952 [[v1.7.1]]
953 == Version 1.7.1 (2017-04-22)
954
955 Bug fixes::
956
957 * irc: fix parsing of DCC filename (CVE-2017-8073)
958
959 [[v1.7]]
960 == Version 1.7 (2017-01-15)
961
962 New features::
963
964 * core: add option weechat.look.align_multiline_words (issue #411, issue #802)
965 * core: add optional command prefix in completion templates "commands", "plugins_commands" and "weechat_commands"
966 * core: add optional arguments in completion template, sent to the callback
967 * core: add option `time` in command `/debug`
968 * core, xfer: display more information on fork errors (issue #573)
969 * core: add a slash before commands completed in arguments of `/command`, `/debug time`, `/key bind`, `/key bindctxt`, `/mute`, `/repeat`, `/wait`
970 * core: add a warning in header of configuration files to not edit by hand (issue #851)
971 * api: add info "uptime" (WeeChat uptime)
972 * api: add info "pid" (WeeChat PID) (issue #850)
973 * alias: add a slash before commands completed in arguments of `/alias`
974 * exec: add option `-oc` in command `/exec` to execute commands in process output, don't execute commands by default with `-o` (issue #877)
975 * fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename (issue #850, issue #122)
976 * irc: add server option "usermode" (issue #377, issue #820)
977 * irc: add tag "self_msg" on self messages (issue #840)
978 * irc: evaluate content of server option "ssl_fingerprint" (issue #858)
979 * irc: change default value of option irc.network.lag_reconnect from 0 to 300 (issue #818)
980 * trigger: do not hide email in command `/msg nickserv register password email` (issue #849)
981
982 Bug fixes::
983
984 * core: fix deadlock when quitting after a signal SIGHUP/SIGQUIT/SIGTERM is received (issue #32)
985 * core: fix display of empty lines in search mode (issue #829)
986 * api: fix crash in function string_expand_home when the HOME environment variable is not set (issue #827)
987 * exec: fix memory leak in display of process output
988 * irc: fix option `-temp` in command `/server` (issue #880)
989 * irc: fix close of server channels which are waiting for the JOIN when the server buffer is closed (issue #873)
990 * irc: fix buffer switching on manual join for forwarded channels (issue #876)
991 * irc: add missing tags on CTCP message sent
992 * lua: fix integers returned in Lua ≥ 5.3 (issue #834)
993 * relay: make HTTP headers case-insensitive for WebSocket connections (issue #888)
994 * relay: set status to "authentication failed" and close immediately connection in case of authentication failure in weechat and irc protocols (issue #825)
995 * script: reload a script after upgrade only if it was loaded, set autoload only if the script was auto-loaded (issue #855)
996
997 Build::
998
999 * core, irc, xfer: fix compilation on macOS (add link with resolv) (issue #276)
1000 * core: add build of xz package with make dist (CMake)
1001 * tests: fix compilation of tests on FreeBSD 11.0
1002
1003 [[v1.6]]
1004 == Version 1.6 (2016-10-02)
1005
1006 New features::
1007
1008 * core: add optional argument `lowest`, `highest` or level mask in command `/input hotlist_clear`
1009 * core: add option `cycle` in command `/buffer`
1010 * core, irc, xfer: display more information on memory allocation errors (issue #573)
1011 * api: add "extra" argument to evaluate extra variables in function string_eval_expression (issue #534)
1012 * api: remove functions printf_date and printf_tags
1013 * irc: rename server options "default_msg_{kick|part|quit}" to "msg_{kick|part|quit}", evaluate them
1014 * relay: add option relay.network.allow_empty_password (issue #735)
1015 * relay: allow escape of comma in command "init" (weechat protocol) (issue #730)
1016 * trigger: add support for one-time triggers (issue #399, issue #509)
1017
1018 Bug fixes::
1019
1020 * core, irc, xfer: refresh domain name and name server addresses before connection to servers (fix connection to servers after suspend mode) (issue #771)
1021 * api: fix return of function string_match when there are multiple masks in the string (issue #812)
1022 * api: fix crash in function network_connect_to if address is NULL
1023 * api: fix connection to servers with hook_connect on Windows 10 with Windows subsystem for Linux (issue #770)
1024 * api: fix crash in function string_split_command when the separator is not a semicolon (issue #731)
1025 * irc: fix socket leak in connection to server (issue #358, issue #801)
1026 * irc: fix display of service notice mask (message 008) (issue #429)
1027 * irc: fix NULL pointer dereference in 734 command callback (issue #738)
1028 * relay: return an empty hdata when the requested hdata or pointer is not found (issue #767)
1029 * xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set (issue #781)
1030
1031 Documentation::
1032
1033 * switch to asciidoctor to build docs and man page (issue #722)
1034
1035 Build::
1036
1037 * python: add detection of Python 3.5
1038
1039 [[v1.5]]
1040 == Version 1.5 (2016-05-01)
1041
1042 New features::
1043
1044 * core: evaluate content of option "weechat.look.item_time_format" (issue #791)
1045 * core: change default value of option weechat.look.nick_color_hash to "djb2"
1046 * core: move nick coloring from irc plugin to core, move options irc.look.nick_color_force, irc.look.nick_color_hash and irc.look.nick_color_stop_chars to core, add info "nick_color" and "nick_color_name", deprecate info "irc_nick_color" and "irc_color_name" (issue #262)
1047 * core: move irc bar item "away" to core, move options irc.look.item_away_message and irc.color.item_away to core (issue #692)
1048 * api: add support of functions in hook_process
1049 * api: add pointer in callbacks used in scripting API (issue #406)
1050 * irc: add option irc.network.sasl_fail_unavailable (issue #600, issue #697)
1051 * irc: add multiple targets and support of `-server` in command `/ctcp` (issue #204, issue #493)
1052 * trigger: add "recover" in default triggers cmd_pass/msg_auth, and "regain" in default trigger "msg_auth" (issue #511)
1053
1054 Internationalization::
1055
1056 * add Portuguese translations
1057
1058 Bug fixes::
1059
1060 * core: fix nick coloring when stop chars and a forced color are used: first remove chars then look for forced color
1061 * core: check that pointers received in arguments are not NULL in buffers and windows functions
1062 * core: fix truncation of buffer names in hotlist (issue #668)
1063 * core: fix update of window title under Tmux (issue #685)
1064 * api: fix number of arguments returned by function string_split when keep_eol is 2 and the string ends with separators
1065 * irc: fix first message displayed in raw buffer when the message is modified by a modifier (issue #719)
1066 * irc: add missing completion "*" for target in command `/msg`
1067 * irc: fix `/msg` command with multiple targets including "*"
1068 * lua: fix crash when a lua function doesn't return a value and a string was expected (issue #718)
1069 * relay: do not execute any command received in a PRIVMSG message from an irc relay client (issue #699)
1070 * relay: fix the max number of clients connected on a port, allow value 0 for "no limit" (issue #669)
1071 * relay: fix decoding of multiple frames in a single websocket message, send PONG on PING received in a websocket frame (issue #675)
1072 * relay: fix command "input" received from clients with only spaces in content of message (weechat protocol) (issue #663)
1073 * script: force refresh of scripts buffer after download of scripts list (issue #693)
1074 * xfer: fix DCC file received when the terminal is resized (issue #677, issue #680)
1075
1076 Build::
1077
1078 * python: fix detection of Python shared libraries (issue #676)
1079 * ruby: add detection of Ruby 2.3 (issue #698)
1080
1081 [[v1.4]]
1082 == Version 1.4 (2016-01-10)
1083
1084 New features::
1085
1086 * core: add a parent name in options, display inherited values if null in `/set` output, add option weechat.color.chat_value_null (issue #629)
1087 * core: add tag "term_warning" in warnings about wrong $TERM on startup
1088 * core: add option weechat.look.paste_auto_add_newline (issue #543)
1089 * core: display a more explicit error when a filter fails to be added (issue #522)
1090 * api: add function string_hex_dump
1091 * api: add argument "length" in function utf8_is_valid
1092 * alias: display completion in `/alias list` (issue #518)
1093 * fifo: add `/fifo` command
1094 * irc: track real names using extended-join and WHO (issue #351)
1095 * irc: add support of SNI (Server Name Indication) in SSL connection to IRC server (issue #620)
1096 * irc: add support of "cap-notify" capability (issue #182, issue #477)
1097 * irc: add command `/cap` (issue #8)
1098 * irc: add hex dump of messages in raw buffer when debug is enabled for irc plugin (level 2 or more)
1099 * irc: evaluate content of server option "addresses"
1100 * irc: move option irc.network.alternate_nick into servers (irc.server.xxx.nicks_alternate) (issue #633)
1101 * irc: use current channel and current server channels first in completions "irc_server_channels" and "irc_channels" (task #12923, issue #260, issue #392)
1102 * logger: display system error when the log file can not be written (issue #541)
1103 * relay: add option relay.irc.backlog_since_last_message (issue #347)
1104 * script: add option script.scripts.download_timeout
1105 * script: add completion with languages and extensions, support search by language/extension in `/script search`
1106
1107 Bug fixes::
1108
1109 * core: fix execution of empty command name ("/" and "/ " are not valid commands)
1110 * core: fix memory leak when using multiple `-d` or `-r` in command line arguments
1111 * core: don't complain any more about "tmux" and "tmux-256color" $TERM values when WeeChat is running under Tmux (issue #519)
1112 * core: fix truncated messages after a word with a length of zero on screen (for example a zero width space: U+200B) (bug #40985, issue #502)
1113 * api: fix handle of invalid escape in function string_convert_escaped_chars
1114 * alias: do not allow slashes and spaces in alias name (issue #646)
1115 * irc: fix channel forwarding when option irc.look.buffer_open_before_{autojoin|join} is on (issue #643)
1116 * irc: add a missing colon before the password in PASS message, if the password has spaces or begins with a colon (issue #602)
1117 * irc: fix charset decoding in incoming private messages (issue #520)
1118 * irc: display the arrow before server name in raw buffer
1119 * irc: fix display of messages sent to server in raw buffer
1120 * irc: fix display of invalid UTF-8 chars in raw buffer
1121 * relay: display the arrow before client id and protocol in raw buffer
1122 * ruby: fix load of scripts requiring "uri" (issue #433)
1123
1124 Documentation::
1125
1126 * add Czech man page and quickstart guide (issue #490)
1127
1128 Tests::
1129
1130 * core: add a test to check if all plugins are loaded
1131 * core: fix locale used to execute tests (issue #631)
1132
1133 Build::
1134
1135 * core: add scripts version.sh and build-debian.sh, separate stable from devel Debian packaging
1136 * ruby: fix Ruby detection when pkg-config is not installed
1137
1138 [[v1.3]]
1139 == Version 1.3 (2015-08-16)
1140
1141 New features::
1142
1143 * core: add completion "colors" (issue #481)
1144 * core: start/stop search in buffer at current scroll position by default, add key kbd:[Ctrl+q] to stop search and reset scroll (issue #76, issue #393)
1145 * core: add option weechat.look.key_grab_delay to set the default delay when grabbing a key with kbd:[Alt+k]
1146 * core: add option weechat.look.confirm_upgrade (issue #463)
1147 * core: add signal "signal_sighup"
1148 * core: allow kbd:[Ctrl+c] to exit WeeChat when the passphrase is asked on startup (issue #452)
1149 * core: allow pointer as list name in evaluation of hdata (issue #450)
1150 * api: add support of evaluated sub-strings and current date/time in function string_eval_expression and command `/eval`
1151 * api: add function string_eval_path_home
1152 * alias: add options `add`, `addcompletion` and `del` in command `/alias`, remove command `/unalias` (issue #458)
1153 * irc: add option irc.network.channel_encode (issue #218, issue #482)
1154 * irc: add option irc.color.topic_current (issue #475)
1155 * irc: evaluate content of server option "nicks"
1156 * logger: evaluate content of option logger.file.path (issue #388)
1157 * script: rename option script.scripts.dir to script.scripts.path, evaluate content of option (issue #388)
1158 * relay: display value of HTTP header "X-Real-IP" for websocket connections (issue #440)
1159 * xfer: evaluate content of options xfer.file.download_path and xfer.file.upload_path (issue #388)
1160
1161 Bug fixes::
1162
1163 * core: flush stdout/stderr after sending text directly on them (fix corrupted data sent to hook_process callback) (issue #442)
1164 * core: allow execution of command `/input return` on a buffer which is not displayed in a window
1165 * core: allow jump from current to previous buffer with default keys kbd:[Alt+j], kbd:[01..99] (issue #466)
1166 * core: fix crash if a file descriptor used in hook_fd is too high (> 1024 on Linux/BSD) (issue #465)
1167 * core: fix display of invalid UTF-8 chars in bars
1168 * core: fix bar item "scroll" after `/buffer clear` (issue #448)
1169 * core: fix display of time in bare display when option weechat.look.buffer_time_format is set to empty string (issue #441)
1170 * api: add missing function infolist_search_var in script API (issue #484)
1171 * api: add missing function hook_completion_get_string in script API (issue #484)
1172 * api: fix type of value returned by functions strcasestr, utf8_prev_char, utf8_next_char, utf8_add_offset and util_get_time_string
1173 * api: fix type of value returned by function strcasestr
1174 * fifo: fix send error on Cygwin when something is received in the pipe (issue #436)
1175 * irc: fix update of lag item when the server lag changes
1176 * irc: do not allow command `/query` with a channel name (issue #459)
1177 * irc: decode/encode only text in IRC messages and not the headers (bug #29886, issue #218, issue #451)
1178 * irc: fix crash with commands `/allchan`, `/allpv` and `/allserv` if the executed command closes buffers (issue #445)
1179 * 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)
1180 * irc: fix errors displayed on WHOX messages received (issue #376)
1181 * xfer: fix crash if the DCC file socket number is too high (> 1024 on Linux/BSD) (issue #465)
1182 * xfer: fix parsing of DCC chat messages (handle "\r\n" at the end of messages) (issue #425, issue #426)
1183
1184 Documentation::
1185
1186 * replace PREFIX with CMAKE_INSTALL_PREFIX in CMake instructions (issue #354)
1187
1188 Build::
1189
1190 * lua: add detection of Lua 5.3
1191 * ruby: add detection of Ruby 2.2
1192
1193 [[v1.2]]
1194 == Version 1.2 (2015-05-10)
1195
1196 New features::
1197
1198 * core: add signals "signal_sigterm" and "signal_sigquit" (issue #114)
1199 * core: use environment variable WEECHAT_HOME on startup (issue #391)
1200 * core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} to customize quoted messages in cursor mode (issue #403)
1201 * core: add a welcome message on first WeeChat run (issue #318)
1202 * core: add options weechat.look.word_chars_{highlight|input} (issue #55, task #9459)
1203 * core: remove WeeChat version from config files (issue #407)
1204 * core: display a warning on startup if the locale can not be set (issue #373)
1205 * core: allow "*" as plugin name in command `/plugin reload` to reload all plugins with options
1206 * core: add option `-s` in command `/eval` to split expression before evaluating it (no more split by default) (issue #324)
1207 * core: add priority in plugins to initialize them in order
1208 * api: add support of environment variables in function string_eval_expression and command `/eval`
1209 * api: add support of full color option name in functions color and string_eval_expression and in command `/eval`
1210 * api: add "_chat_line" (line pointer) in hashtable of hook_focus
1211 * irc: add support of "account-notify" capability (issue #11, issue #246)
1212 * irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (issue #251)
1213 * irc: display a warning when the option irc.look.display_away is set to "channel"
1214 * irc: optimize search of a nick in nicklist (up to 3x faster)
1215 * irc: add support of SHA-256 and SHA-512 algorithms in server option "ssl_fingerprint" (issue #281)
1216 * irc: add option `-noswitch` in command `/query` (issue #394)
1217 * irc: format message 008 (RPL_SNOMASK) (issue #144)
1218 * irc: remove server "freenode" from default config file (issue #309)
1219 * javascript: new script plugin for JavaScript
1220
1221 Bug fixes::
1222
1223 * core: add missing completions in command `/input`
1224 * guile: fix value returned in case of error in functions: config_option_reset, config_color, config_color_default, config_write, config_read, config_reload, hook_command, buffer_string_replace_local_var, command
1225 * irc: fix color of new nick in nick changes messages when option irc.look.color_nicks_in_server_messages is off
1226 * irc: fix crash when setting an invalid regex with `/list -re` during a `/list` server response (issue #412)
1227 * irc: fix display of PART messages on channels with +a (anonymous flag) (issue #396)
1228 * irc: remove useless rename of channel buffer on JOIN received with different case (issue #336)
1229 * irc: fix completion of commands `/allchan` and `/allpv`
1230 * lua: fix wrong argument usage in functions nicklist_remove_group, nicklist_remove_nick and nicklist_remove_all (issue #346)
1231 * 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
1232 * relay: fix up/down keys on relay buffer (issue #335)
1233 * relay: remove v4-mapped addresses in `/help relay.network.allowed_ips` (issue #325)
1234 * 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
1235 * python: fix value returned in case of error in functions: config_option_reset, config_color, config_color_default, config_write, config_read, config_reload, config_is_set_plugin, buffer_get_string, buffer_string_replace_local_var, nicklist_group_get_string, nicklist_nick_get_string, command, hdata_time
1236 * python: fix name of function "bar_update" in case of error
1237 * python: fix restore of old interpreter when a function is not found in the script
1238 * ruby: fix crash on `/plugin reload` (issue #364)
1239 * 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
1240 * script: fix state of script plugins when list of scripts has not been downloaded
1241 * scripts: reset current script pointer when load of script fails in python/perl/ruby/lua/tcl plugins
1242 * scripts: fix return code of function bar_set in python/perl/ruby/lua/tcl/guile plugins
1243 * scripts: fix type of value returned by function hdata_time (from string to long integer) in perl/ruby/lua/tcl/guile plugins
1244 * tcl: fix value returned in case of error in functions: mkdir_home, mkdir, mkdir_parents, config_option_reset, config_color, config_color_default, config_write, config_read, config_reload, 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
1245 * trigger: do not hook anything if the trigger is disabled (issue #405)
1246
1247 Documentation::
1248
1249 * add Russian man page
1250
1251 [[v1.1.1]]
1252 == Version 1.1.1 (2015-01-25)
1253
1254 Bug fixes::
1255
1256 * core: fix crash when a root bar has conditions different from active/inactive/nicklist (issue #317)
1257 * irc: don't close channel buffer on second `/part` when option irc.look.part_closes_buffer is off (issue #313)
1258 * irc: fix `/join` on a channel buffer opened with autojoin but which failed to join
1259 * irc: send QUIT to server and no PART for channels when the server buffer is closed (issue #294)
1260 * 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" (issue #303)
1261 * irc: fix crash in buffer close when server name is the same as a channel name (issue #305)
1262
1263 Build::
1264
1265 * core: fix random error when creating symbolic link weechat-curses on make install with CMake (bug #40313)
1266
1267 [[v1.1]]
1268 == Version 1.1 (2015-01-11)
1269
1270 New features::
1271
1272 * core: add option weechat.completion.command_inline (task #12491)
1273 * core: add bar item "mouse_status", new options weechat.look.item_mouse_status and weechat.color.status_mouse (issue #247)
1274 * core: add signals "mouse_enabled" and "mouse_disabled" (issue #244)
1275 * core: add hide of chars in string in evaluation of expressions
1276 * core: add arraylists, improve speed of completions (about 50x faster)
1277 * core: allow incomplete commands if unambiguous, new option weechat.look.command_incomplete (task #5419)
1278 * core: check bar conditions in root bars and on each update of a bar item
1279 * core: fully evaluate commands bound to keys in cursor and mouse contexts
1280 * core: move bar item "scroll" between buffer name and lag in default bar items of status bar
1281 * api: add regex replace feature in function string_eval_expression
1282 * api: send value returned by command callback in function command, remove WeeChat error after command callback if return code is WEECHAT_RC_ERROR
1283 * api: use microseconds instead of milliseconds in functions util_timeval_diff and util_timeval_add
1284 * irc: add option `reorder` in command `/server` (issue #229)
1285 * irc: open channel buffers before the JOIN is received from server (autojoin and manual joins), new options irc.look.buffer_open_before_{autojoin|join} (issue #216)
1286 * irc: add server option "sasl_fail" (continue/reconnect/disconnect if SASL fails) (issue #265, task #12204)
1287 * irc: add support for color codes 16-99 in IRC messages (issue #228), add infolist "irc_color_weechat"
1288 * irc: add support of "extended-join" capability (issue #143, issue #212)
1289 * irc: display own nick changes in server buffer (issue #188)
1290 * irc: disable creation of temporary servers by default with command `/connect`, new option irc.look.temporary_servers
1291 * irc: disable SSLv3 by default in server option "ssl_priorities" (issue #248)
1292 * irc: automatically add current channel in command `/samode` (issue #241)
1293 * irc: add tag "nick_xxx" in invite messages
1294 * relay: add options `stop` and `restart` in command `/relay`
1295 * relay: add option relay.network.ssl_priorities (issue #234)
1296 * relay: add host in sender for IRC backlog PRIVMSG messages sent to clients
1297 * script: add option script.scripts.url_force_https (issue #253)
1298 * trigger: evaluate and replace regex groups at same time, new format for regex option in triggers (incompatible with version 1.0) (issue #224)
1299 * trigger: add option `restore` in command `/trigger`
1300 * trigger: add `${tg_displayed}` in conditions of default trigger "beep"
1301
1302 Bug fixes::
1303
1304 * core: fix display bug when scrolling in buffer on a filtered line (issue #240)
1305 * core: send mouse code only one time to terminal with command `/mouse enable|disable|toggle`
1306 * core: fix buffer property "lines_hidden" when merging buffers or when a line is removed from a buffer (issue #226)
1307 * core: display time in bare display only if option weechat.look.buffer_time_format is not an empty string
1308 * core: fix translation of message displayed after `/upgrade`
1309 * api: fix truncated process output in hook_process (issue #266)
1310 * api: fix crash when reading config options with NULL value (issue #238)
1311 * irc: defer the auto-connection to servers with a timer (issue #279, task #13038)
1312 * irc: add missing server options "sasl_timeout" and "notify" in output of `/server listfull`
1313 * irc: use option irc.look.nick_mode_empty to display nick prefix in bar item "input_prompt"
1314 * irc: remove IRC color codes from buffer title in channels (issue #237)
1315 * irc: fix completion of commands `/msg`, `/notice` and `/query`
1316 * irc: fix translation of CTCP PING reply (issue #137)
1317 * relay: wait for message CAP END before sending join of channels and backlog to the client (issue #223)
1318 * relay: send messages "_buffer_localvar_*" and "_buffer_type_changed" with sync "buffers" (issue #191)
1319 * relay: don't remove relay from config when the binding fails (issue #225)
1320 * relay: use comma separator in option relay.irc.backlog_tags, check the value of option when it is changed with `/set`
1321 * relay: remove "::ffff:" from IPv4-mapped IPv6 client address (issue #111)
1322 * trigger: fix memory leak when allocating a new trigger with several regex
1323 * xfer: fix freeze when accepting DCC (issue #160, issue #174)
1324 * xfer: bind to wildcard address when sending (issue #173)
1325
1326 Build::
1327
1328 * core: fix compilation of man pages with autotools in source directory
1329 * core: fix compilation of plugins with CMake ≥ 3.1 (issue #287)
1330 * lua: add detection of Lua 5.2
1331 * python: fix Python detection with Homebrew (issue #217)
1332 * tests: fix compilation of tests with clang (issue #275)
1333
1334 [[v1.0.1]]
1335 == Version 1.0.1 (2014-09-28)
1336
1337 Bug fixes::
1338
1339 * core: fix crash on buffer close when option weechat.look.hotlist_remove is set to "merged" (issue #199)
1340 * core: fix highlight of IRC action messages when option irc.look.nick_mode is set to "action" or "both" (issue #206)
1341 * core: fix compilation of plugin API functions (macros) when compiler optimizations are enabled (issue #200)
1342 * core: fix window/buffer pointers used in command `/eval`
1343 * core: fix modifier "weechat_print": discard only one line when several lines are displayed in same message (issue #171)
1344 * api: fix bug in function hdata_move when absolute value of count is greater than 1
1345 * aspell: fix crash with command `/aspell addword` if no word is given (issue #164, issue #165)
1346 * irc: fix display of channel exception list (348) with 6 arguments (date missing)
1347 * irc: fix type of value stored in hashtable when joining a channel (issue #211)
1348 * relay: fix send of signals "relay_client_xxx" (issue #214)
1349 * script: fix crash on `/script update` if a script detail is displayed in buffer (issue #177)
1350 * trigger: do not allow any changes on a trigger when it is currently running (issue #189)
1351 * trigger: fix regex used in default triggers to hide passwords ("\S" is not supported on *BSD) (issue #172)
1352
1353 Tests::
1354
1355 * core: fix memory leak in tests launcher
1356
1357 Build::
1358
1359 * aspell: fix compilation with Enchant < 1.6.0 (issue #192)
1360 * guile: fix compilation with Guile < 2.0.4 (issue #198)
1361 * perl: fix detection of Perl ≥ 5.20 with autotools
1362 * tests: fix build of tests when the build directory is outside source tree (issue #178)
1363
1364 [[v1.0]]
1365 == Version 1.0 (2014-08-15)
1366
1367 New features::
1368
1369 * core: display a warning on startup if $TERM does not start with "screen" under Screen/Tmux
1370 * core: add option weechat.color.status_nicklist_count (issue #109, issue #110)
1371 * core: add option `env` in command `/set` (manage environment variables)
1372 * core: add bar item "buffer_short_name" (task #10882)
1373 * core: add option `send` in command `/input` (send text to a buffer)
1374 * core: add support of negated tags in filters (with "!") (issue #72, issue #74)
1375 * core: add hidden buffers, add options hide/unhide in command `/buffer`
1376 * core: add default key kbd:[Alt+-] (toggle filters in current buffer) (issue #17)
1377 * core: add non-active merged buffers with activity in hotlist (if another merged buffer is zoomed) (task #12845)
1378 * core: add text search in buffers with free content (task #13051)
1379 * core: add buffer property "clear"
1380 * core: add option weechat.look.hotlist_add_conditions, remove option weechat.look.hotlist_add_buffer_if_away
1381 * core: add option weechat.look.hotlist_remove (issue #99)
1382 * core: add options `-beep` and `-current` in command `/print`
1383 * core: add bare display mode for easy text selection and click on URLs, new key: kbd:[Alt+l] (`L`), new option "bare" in command `/window`, new options: weechat.look.bare_display_exit_on_input and weechat.look.bare_display_time_format
1384 * core: add signals "key_combo_{default|search|cursor}"
1385 * core: add terabyte unit for size displayed
1386 * core: display a warning in case of inconsistency between the options weechat.look.save_{config|layout}_on_exit
1387 * core: add option `-mask` in command `/unset` (issue #112)
1388 * core: set option weechat.look.buffer_search_where to prefix_message by default
1389 * core: mute all buffers by default in command `/mute` (replace option -all by -core)
1390 * api: allow value "-1" for property "hotlist" in function buffer_set (to remove a buffer from hotlist)
1391 * api: add option "buffer_flush" in function hook_process_hashtable
1392 * api: add support of case insensitive search and search by buffer full name in function buffer_search (bug #34318)
1393 * api: add option "detached" in function hook_process_hashtable
1394 * api: add option "signal" in function hook_set to send a signal to the child process
1395 * api: add support of nested variables in function string_eval_expression and command `/eval` (issue #35)
1396 * api: add support of escaped strings with format `${esc:xxx}` or `${\xxx}` in function string_eval_expression and command `/eval`
1397 * api: add functions hashtable_dup, string_replace_regex, string_split_shell, string_convert_escaped_chars
1398 * api: add integer return code for functions hook_{signal|hsignal}_send
1399 * api: add argument "flags" in function hdata_new_list
1400 * api: allow wildcard "*" inside the mask in function string_match
1401 * api: allow negative value for y in function printf_y
1402 * alias: add default alias `msgbuf` (send text to a buffer)
1403 * exec: add exec plugin: new command `/exec` and file exec.conf
1404 * irc: add bar item "irc_nick_modes" (issue #71)
1405 * irc: add support of message 324 (channel modes) in option irc.look.display_join_message (issue #75)
1406 * irc: add option irc.look.join_auto_add_chantype (issue #65)
1407 * irc: add tag with host ("host_xxx") in IRC messages displayed (task #12018)
1408 * irc: add option irc.color.item_nick_modes (issue #47)
1409 * irc: add support of "away-notify" capability (issue #12)
1410 * irc: add command `/remove` (issue #91)
1411 * irc: add command `/unquiet` (issue #36)
1412 * irc: add command `/allpv` (task #13111)
1413 * irc: display locally away status changes in private buffers (in addition to channels) (issue #117)
1414 * irc: allow many fingerprints in server option ssl_fingerprint (issue #49)
1415 * 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, issue #48)
1416 * irc: add value "+" for option irc.look.smart_filter_mode to use modes from server prefixes (this is now the default value) (issue #90)
1417 * irc: allow "$ident" in option irc.network.ban_mask_default (issue #18)
1418 * irc: evaluate content of server options "username" and "realname"
1419 * irc: set option irc.network.autoreconnect_delay_max to 600 by default, increase max value to 604800 seconds (7 days)
1420 * irc: set option irc.network.whois_double_nick to "off" by default
1421 * relay: add messages "_buffer_cleared", "_buffer_hidden" and "_buffer_unhidden"
1422 * relay: add info "relay_client_count" with optional status name as argument
1423 * relay: add signals "relay_client_xxx" for client status changes (issue #2)
1424 * relay: add option relay.network.clients_purge_delay
1425 * rmodifier: remove plugin (replaced by trigger)
1426 * script: set option script.scripts.cache_expire to 1440 by default
1427 * trigger: add trigger plugin: new command `/trigger` and file trigger.conf
1428
1429 Bug fixes::
1430
1431 * core: fix zero-length malloc of an hashtable item with type "buffer"
1432 * core: fix memory leak on `/upgrade` when file signature in upgrade file is invalid
1433 * core: fix memory leak in completion of config options values
1434 * core: fix memory leak when removing script files
1435 * core: fix result of hash function (in hashtables) on 32-bit systems
1436 * core: fix insert of mouse code in input line after a partial key combo (issue #130)
1437 * core: check code point value in UTF-8 check function (issue #108)
1438 * core: fix socks5 proxy for curl downloads (issue #119)
1439 * core: display curl error after a failed download
1440 * core: do not display content of passphrase on `/secure` buffer
1441 * core: fix potential memory leak with infolists not freed in plugins (debian #751108)
1442 * core: fix color display of last terminal color number + 1 (issue #101)
1443 * core: add option "-buffer" in command `/command` (issue #67)
1444 * core: fix restoration of core buffer properties after `/upgrade`
1445 * core: fix `/buffer clear` with a name (don't clear all merged buffers with same number)
1446 * core: fix evaluation of expression with regex: when a comparison char is in the regex and don't evaluate the regex itself (issue #63)
1447 * core: close .upgrade files before deleting them after `/upgrade`
1448 * core: fix refresh of bar item "buffer_zoom" on buffer switch
1449 * core: fix reset of attributes in bars when "resetcolor" is used (issue #41)
1450 * core: fix alignment of lines in merged buffers when options weechat.look.prefix_align and weechat.look.prefix_buffer_align are set to "none" (issue #43)
1451 * core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup"
1452 * core: fix add of filter on macOS when regex for message is empty (filter regex ending with "\t")
1453 * core: check validity of buffer pointer when data is sent to a buffer (command/text from user and API function command)
1454 * core: fix crash when buffer is closed during execution of multiple commands (issue #27)
1455 * core: fix compilation on SmartOS (bug #40981, issue #23)
1456 * core: add missing \0 at the end of stderr buffer in function hook_process
1457 * core: fix highlight problem with "(?-i)" and upper case letters in option weechat.look.highlight (issue #24)
1458 * core: fix detection of terminated process in function hook_process
1459 * core: fix `/window scroll -N` on a buffer with free content
1460 * core: fix recursive calls to function eval_expression
1461 * core: save and restore mute state in command `/mute` (bug #41748)
1462 * core: fix memory leak when removing a hdata
1463 * core: fix memory leak in evaluation of sub-conditions
1464 * core: fix memory leak in function gui_key_add_to_infolist (in case of insufficient memory)
1465 * core: fix use of invalid pointer in function gui_bar_window_content_alloc (in case of insufficient memory)
1466 * core: fix uninitialized value in function string_decode_base64
1467 * core: fix memory leak and use of invalid pointer in split of string (in case of insufficient memory)
1468 * core: fix potential NULL pointer in function gui_color_emphasize
1469 * core: use same return code and message in all commands when arguments are wrong/missing
1470 * core: allow empty arguments for command `/print`
1471 * core: fix freeze/crash in GnuTLS (bug #41576)
1472 * api: fix function string_decode_base64
1473 * api: fix function string_format_size on 32-bit systems
1474 * api: change type of arguments displayed/highlight in hook_print callback from string to integer (in scripts)
1475 * alias: change default command for alias `/beep` to `/print -beep`
1476 * guile: fix module used after unload of a script
1477 * irc: fix memory leak in CTCP answer
1478 * irc: fix duplicate sender name in display of wallops (issue #142, issue #145)
1479 * irc: fix extract of channel in parser for JOIN/PART messages when there is a colon before the channel name (issue #83)
1480 * irc: fix duplicate sender name in display of notice (issue #87)
1481 * irc: fix refresh of buffer name in bar items after join/part/kick/kill (issue #86)
1482 * irc: display message 936 (censored word) on channel instead of server buffer
1483 * irc: make reason optional in command `/kill`
1484 * irc: add alias `whois` for target buffer of messages 401/402 (issue #54)
1485 * irc: fix truncated read on socket with SSL (bug #41558)
1486 * irc: display output of CAP LIST in server buffer
1487 * irc: fix colors in message with CTCP reply sent to another user
1488 * irc: fix read of MODES server value when in commands `/op`, `/deop`, `/voice`, `/devoice`, `/halfop`, `/dehalfop`
1489 * irc: fix parsing of nick in host when "!" is not found (bug #41640)
1490 * lua: fix interpreter used after unload of a script
1491 * perl: fix context used after unload of a script
1492 * python: fix read of return value for callbacks returning an integer in Python 2.x (issue #125)
1493 * python: fix interpreter used after unload of a script
1494 * relay: fix memory leak during handshake on websocket
1495 * relay: fix memory leak when receiving commands from client (weechat protocol)
1496 * relay: fix crash when an IRC "MODE" command is received from client without arguments
1497 * relay: fix number of bytes sent/received on 32-bit systems
1498 * relay: fix crash when closing relay buffers (issue #57, issue #78)
1499 * relay: check pointers received in hdata command to prevent crashes with bad pointers (WeeChat protocol)
1500 * relay: remove warning on `/reload` of relay.conf when ports are defined
1501 * relay: fix client disconnection on empty websocket frames received (PONG)
1502 * relay: add support of Internet Explorer websocket (issue #73)
1503 * relay: fix crash on `/upgrade` received from a client (weechat protocol)
1504 * relay: fix freeze after `/upgrade` when many disconnected clients still exist
1505 * relay: fix NULL pointer when reading buffer lines for irc backlog
1506 * ruby: fix crash when trying to load a directory with `/ruby load`
1507 * script: fix display of curl errors
1508 * script: fix scroll on script buffer in the detailed view of script (issue #6)
1509 * scripts: fix crash when a signal is received with type "int" and NULL pointer in signal_data
1510 * xfer: fix problem with option xfer.file.auto_accept_nicks when the server name contains dots
1511 * xfer: fix freeze/problems when sending empty files with DCC (issue #53)
1512 * xfer: fix connection to remote host in DCC receive on macOS (issue #25)
1513 * xfer: remove bind on xfer.network.own_ip (issue #5)
1514
1515 Build::
1516
1517 * core: fix CMake warning CMP0007 on "make uninstall" (bug #41528)
1518 * core: use glibtoolize on macOS (autotools) (issue #22)
1519 * ruby: add detection of Ruby 2.1
1520
1521 Tests::
1522
1523 * core: add unit tests using CppUTest (issue #104)
1524
1525 [[v0.4.3]]
1526 == Version 0.4.3 (2014-02-09)
1527
1528 New features::
1529
1530 * core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)
1531 * core: add command `/print`, add support of more escaped chars in command `/input insert`
1532 * core: add option weechat.look.tab_width
1533 * core: add completion "plugins_installed"
1534 * core: add option weechat.look.window_auto_zoom, disable automatic zoom by default when terminal becomes too small for windows
1535 * core: use "+" separator to make a logical "and" between tags in command `/filter`, option weechat.look.highlight_tags and buffer property "highlight_tags"
1536 * core: add options weechat.look.buffer_auto_renumber and weechat.look.buffer_position, add option `renumber` in command `/buffer`, add bar item "buffer_last_number" (task #12766)
1537 * core: add signal "buffer_cleared"
1538 * core: add buffer property "day_change" to hide messages for the day change in specific buffers
1539 * core: add option "libs" in command `/debug`
1540 * core: add infos "term_width" and "term_height"
1541 * core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" (patch #8204)
1542 * core: add default keys kbd:[Alt+Home] / kbd:[Alt+End] (`meta2-1;3H` / `meta2-1;3F`) and kbd:[Alt+F11] / kbd:[Alt+F12] (`meta2-23;3~` / `meta2-24;3~`) for xterm
1543 * core: add support of italic text (requires ncurses ≥ 5.9 patch 20130831)
1544 * core: add options to customize default text search in buffers: weechat.look.buffer_search_{case_sensitive|force_default|regex|where}
1545 * core: add support of UTF-8 chars in horizontal/vertical separators (options weechat.look.separator_{horizontal|vertical})
1546 * core: add support of logical and/or for argument "tags" in function hook_print
1547 * core: rename buffer property "highlight_tags" to "highlight_tags_restrict", new behavior for buffer property "highlight_tags" (force highlight on tags), rename option irc.look.highlight_tags to irc.look.highlight_tags_restrict
1548 * core: rename options save/reset to store/del in command `/layout`
1549 * core: replace default key kbd:[Ctrl+c], kbd:[r] by kbd:[Ctrl+c], kbd:[v] for reverse video in messages
1550 * core: replace default key kbd:[Ctrl+c], kbd:[u] by kbd:[Ctrl+c], kbd:[_] for underlined text in messages
1551 * core: rename option weechat.look.set_title to weechat.look.window_title, value is now a string (evaluated)
1552 * core: set option weechat.look.paste_bracketed to "on" by default
1553 * core: use one date format when day changes from day to day+1
1554 * api: add function infolist_search_var
1555 * api: add stdin options in functions hook_process_hashtable and hook_set to send data on stdin of child process, add function hook_set in script API (task #10847, task #13031)
1556 * api: add hdata "buffer_visited"
1557 * api: add support of infos with format `${info:name,arguments}` in function string_eval_expression and command `/eval`
1558 * api: add support for C++ plugins
1559 * alias: add default alias `/beep` => `/print -stderr \a`
1560 * irc: add server option "ssl_fingerprint" (task #12724)
1561 * irc: add option irc.look.smart_filter_mode (task #12499)
1562 * irc: add option irc.network.ban_mask_default (bug #26571)
1563 * irc: add option irc.network.lag_max
1564 * irc: add option irc.look.notice_welcome_tags
1565 * irc: add server option "default_msg_kick" to customize default kick/kickban message (task #12777)
1566 * irc: use MONITOR instead of ISON for `/notify` when it is available on server (task #11477)
1567 * relay: send backlog for irc private buffers
1568 * xfer: add support of IPv6 for DCC chat/file (patch #7992)
1569 * xfer: add option xfer.file.auto_check_crc32 (patch #7963)
1570
1571 Bug fixes::
1572
1573 * core: fix hotlist problems after apply of a layout (bug #41481)
1574 * core: fix crash when creating two bars with same name but different case (bug #41418)
1575 * core: fix display of read marker when all buffer lines are unread and that option weechat.look.read_marker_always_show is on
1576 * core: fix memory leak in regex matching when evaluating expression
1577 * core: fix crash in `/eval` when config option has a NULL value
1578 * core: fix crash with hdata_update on shared strings, add hdata type "shared_string" (bug #41104)
1579 * core: fix text emphasis with wide chars on screen like Japanese (patch #8253)
1580 * core: remove option on `/unset` of plugin description option (plugins.desc.xxx) (bug #40768)
1581 * core: fix random crash when closing a buffer
1582 * core: fix crash on `/buffer close core.weechat`
1583 * core: apply color attributes when clearing a window (patch #8236)
1584 * core: fix truncated text when pasting several long lines (bug #40210)
1585 * core: create .conf file with default options only if the file does not exist (and not on read error with existing file)
1586 * core: fix highlight on action messages: skip the nick at beginning to prevent highlight on it (bug #40516)
1587 * core: fix bind of keys in cursor/mouse context when key starts with "@" (remove the warning about unsafe key)
1588 * core: fix truncated prefix when filters are toggled (bug #40204)
1589 * api: fix read of arrays in hdata functions hdata_<type> (bug #40354)
1590 * aspell: fix detection of nicks with non-alphanumeric chars
1591 * guile: disable guile gmp allocator (fix crash on unload of relay plugin) (bug #40628)
1592 * irc: clear the GnuTLS session in all cases after SSL connection error
1593 * irc: do not display names by default when joining a channel (task #13045)
1594 * irc: display PONG answer when resulting from manual `/ping` command
1595 * irc: fix time parsed in tag of messages on Cygwin
1596 * irc: use statusmsg from message 005 to check prefix char in status notices/messages
1597 * irc: remove display of channel in channel notices, display "PvNotice" for channel welcome notices
1598 * irc: fix ignore on a host without nick
1599 * irc: use color code 0x1F (`ctrl-_`) for underlined text in input line (same code as messages) (bug #40756)
1600 * irc: use color code 0x16 (`ctrl-v`) for reverse video in messages
1601 * irc: use option irc.network.colors_send instead of irc.network.colors_receive when displaying messages sent by commands `/away`, `/me`, `/msg`, `/notice`, `/query`
1602 * irc: fix memory leak when checking the value of ssl_priorities option in servers
1603 * irc: fix memory leak when a channel is deleted
1604 * irc: fix groups in channel nicklist when reconnecting to a server that supports more nick prefixes than the previously connected server
1605 * irc: fix auto-switch to channel buffer when doing `/join channel` (without "#")
1606 * logger: fix memory leaks in backlog
1607 * logger: replace backslashs in name by logger replacement char under Cygwin (bug #41207)
1608 * lua: fix crash on calls to callbacks during load of script
1609 * python: fix load of scripts with Python ≥ 3.3
1610 * relay: fix memory leak on unload of relay plugin
1611 * ruby: fix ruby init with Ruby ≥ 2.0 (bug #41115)
1612 * scripts: fix script interpreter used after register during load of script in python/perl/ruby/lua/guile plugins (bug #41345)
1613 * xfer: use same infolist for hook and signals (patch #7974)
1614
1615 Documentation::
1616
1617 * add French developer's guide and relay protocol
1618 * add Japanese plugin API reference and developer's guide
1619 * add Polish man page and user's guide
1620
1621 Build::
1622
1623 * core: fix installation of weechat-plugin.h with autotools (patch #8305)
1624 * core: fix compilation on Android (bug #41420, patch #8301, bug #41434)
1625 * lua: fix detection of Lua 5.2 in autotools (patch #8270)
1626 * ruby: add detection and fix compilation with Ruby 2.0 (patch #8209)
1627
1628 [[v0.4.2]]
1629 == Version 0.4.2 (2013-10-06)
1630
1631 New features::
1632
1633 * core: display day change message dynamically (do not store it as a line in buffer), split option weechat.look.day_change_time_format into two options weechat.look.day_change_message_{1date|2dates}, new option weechat.color.chat_day_change (task #12775)
1634 * core: add syntax "@buffer:item" in bar items to force the buffer used when displaying the bar item (task #12717)
1635 * core: add search of regular expression in buffer, don't reset search type on a new search, select where to search (messages/prefixes), add keys in search context: kbd:[Alt+c] (case (in)sensitive search), kbd:[Tab] (search in messages/prefixes)
1636 * core: add text emphasis in messages when searching text in buffer, new options: weechat.look.emphasized_attributes, weechat.color.emphasized, weechat.color.emphasized_bg
1637 * core: add secured data (encryption of passwords or private data): add new command `/secure` and new file sec.conf (task #7395)
1638 * core: rename binary and man page from "weechat-curses" to "weechat" (task #11027)
1639 * core: add option `-o` in command `/color`
1640 * core: add option `scroll_beyond_end` for command `/window` (task #6745)
1641 * core: add options weechat.look.hotlist_prefix and weechat.look.hotlist_suffix (task #12730)
1642 * core: add option weechat.look.key_bind_safe
1643 * core: add option weechat.network.proxy_curl (task #12651)
1644 * core: add "proxy" infolist and hdata
1645 * core: add infolist "layout" and hdata "layout", "layout_buffer" and "layout_window"
1646 * core: reduce memory used by using shared strings for nicklist and lines in buffers
1647 * core: change color format for options weechat.look.buffer_time_format and weechat.look.prefix_{action|error|join|network|quit} from `${xxx}` to `${color:xxx}`
1648 * core: optimize the removal of lines in buffers (a lot faster to clear/close buffers with lot of lines)
1649 * core: set options weechat.look.color_inactive_{buffer|window} to "on" by default
1650 * api: return hashtable item pointer in functions hashtable_set and hashtable_set_with_size
1651 * api: add "callback_free_key" in hashtable
1652 * api: add support of colors with format `${color:xxx}` in function string_eval_expression and command `/eval`
1653 * api: add argument "options" in function string_eval_expression, add option `-c` in command `/eval` (to evaluate a condition)
1654 * api: add new function strlen_screen
1655 * aspell: rename option aspell.look.color to aspell.color.misspelled, add option aspell.color.suggestions
1656 * aspell: add support of enchant library (patch #6858)
1657 * irc: add option irc.look.notice_welcome_redirect to automatically redirect channel welcome notices to the channel buffer
1658 * irc: add support of wildcards in commands (de)op/halfop/voice, split IRC message sent if number of nicks is greater than server MODES (from message 005) (task #9221)
1659 * irc: add option irc.look.pv_tags
1660 * irc: add support of special variables $nick/$channel/$server in commands `/allchan` and `/allserv`
1661 * irc: add option irc.look.nick_color_hash: hash algorithm to find nick color (patch #8062)
1662 * logger: add option `flush` in command `/logger`
1663 * plugins: remove the demo plugin
1664 * relay: add command "ping" in weechat protocol (task #12689)
1665 * rmodifier: add option "missing" in command `/rmodifier`
1666 * script: add info about things defined by script (like commands, options, ...) in the detailed view of script (`/script show`)
1667 * scripts: add hdata with script callback
1668 * xfer: add option xfer.look.pv_tags
1669
1670 Bug fixes::
1671
1672 * core: clear whole line before displaying content instead of clearing after the end of content (bug #40115)
1673 * core: fix time displayed in status bar (it was one second late) (bug #40097)
1674 * core: fix memory leak on unhook of a print hook (if using tags)
1675 * core: fix computation of columns in output of `/help` (take care about size of time/buffer/prefix)
1676 * core: fix random crash on `/buffer close` with a buffer number (or a range of buffers)
1677 * core: fix priority of logical operators in evaluation of expression (AND takes precedence over the OR) and first evaluate sub-expressions between parentheses
1678 * core: remove gap after read marker line when there is no bar on the right (bug #39548)
1679 * core: use "/dev/null" for stdin in hook_process instead of closing stdin (bug #39538)
1680 * core: fix char displayed at the intersection of three windows (bug #39331)
1681 * core: fix crash in evaluation of expression when reading a string in hdata with a NULL value (bug #39419)
1682 * core: fix display bugs with some UTF-8 chars that truncates messages displayed (for example U+26C4) (bug #39201)
1683 * core: remove extra space after empty prefix (when prefix for action, error, join, network or quit is set to empty string) (bug #39218)
1684 * core: fix random crash on mouse actions (bug #39094)
1685 * core: fix line alignment when option weechat.look.buffer_time_format is set to empty string
1686 * api: change type of hashtable key hash to unsigned long
1687 * api: use pointer for infolist "hook" to return only one hook
1688 * aspell: fix detection of word start/end when there are apostrophes or minus chars before/after word
1689 * irc: fix reconnection to server using IPv6 (bug #38819, bug #40166)
1690 * irc: replace default prefix modes "qaohvu" by the standard ones "ov" when PREFIX is not sent by server (bug #39802)
1691 * irc: use 6697 as default port for SSL servers created with URL "ircs://" (bug #39621)
1692 * irc: display number of ops/halfops/voices on channel join only for supported modes on server (bug #39582)
1693 * irc: fix self nick color in server messages after nick is changed with `/nick` (bug #39415)
1694 * irc: fix error message on `/invite` without arguments (bug #39272)
1695 * irc: fix multiple nicks in command `/query` (separated by commas): open one buffer per nick
1696 * lua: fix interpreter used in API functions (bug #39470)
1697 * relay: fix decoding of websocket frames when there are multiple frames in a single message received (only the first one was decoded)
1698 * relay: fix binding to an IP address (bug #39119)
1699
1700 Documentation::
1701
1702 * update man page and add translations (in French, German, Italian, and Japanese)
1703
1704 Build::
1705
1706 * core: add CA_FILE option in CMake and configure to setup default value of option weechat.network.gnutls_ca_file (default is "/etc/ssl/certs/ca-certificates.crt") (task #12725)
1707 * core: disable build of doc by default, add CMake option ENABLE_MAN to compile man page (off by default)
1708 * xfer: fix compilation on OpenBSD (bug #39071)
1709
1710 [[v0.4.1]]
1711 == Version 0.4.1 (2013-05-20)
1712
1713 New features::
1714
1715 * core: make nick prefix/suffix dynamic (not stored in the line): move options irc.look.nick_{prefix|suffix} to weechat.look.nick_{prefix|suffix} and options irc.color.nick_{prefix|suffix} to weechat.color.chat_nick_{prefix|suffix}, add new options weechat.look.prefix_align_more_after, weechat.look.prefix_buffer_align_more_after, logger.file.nick_{prefix|suffix} (bug #37531)
1716 * core: add support of multiple layouts (task #11274)
1717 * core: add signals nicklist_{group|nick}_removing and hsignals nicklist_{group|nick}_{added|removing|changed}
1718 * core: add count for groups, nicks, and total in nicklist
1719 * core: add option `dirs` in command `/debug`
1720 * core: add signal "window_opened" (task #12464)
1721 * core: allow read of array in hdata without using index
1722 * api: add new function hdata_search
1723 * api: add property "completion_freeze" for function buffer_set: do not stop completion when command line is updated
1724 * aspell: add completion "aspell_dicts" (list of aspell installed dictionaries)
1725 * aspell: add info "aspell_dict" (dictionaries used on a buffer)
1726 * aspell: optimization on spellers to improve speed (save state by buffer)
1727 * irc: add support of DH-AES SASL mechanism (patch #8020)
1728 * irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)
1729 * irc: add tag "irc_nick_back" for messages displayed in private buffer when a nick is back on server (task #12576)
1730 * irc: add option irc.look.display_join_message (task #10895)
1731 * irc: add option irc.look.pv_buffer: automatically merge private buffers (optionally by server) (task #11924)
1732 * irc: hide passwords in commands or messages sent to nickserv (`/msg nickserv`) with new modifiers "irc_command_auth" and "irc_message_auth", remove option irc.look.hide_nickserv_pwd, add option irc.look.nicks_hide_password (bug #38346)
1733 * irc: unmask smart filtered join if nick speaks in channel some minutes after the join, new option irc.look.smart_filter_join_unmask (task #12405)
1734 * irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, value is now a number of seconds
1735 * relay: add message "_nicklist_diff" (differences between old and current nicklist)
1736 * relay: add support of multiple servers on same port for irc protocol (the client must send the server in the "PASS" command)
1737 * relay: add WebSocket server support (RFC 6455) for irc and weechat protocols, new option relay.network.websocket_allowed_origins
1738 * relay: add options "buffers" and "upgrade" in commands sync/desync (weechat protocol)
1739 * rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new modifier "irc_command_auth"), add default rmodifier "message_auth" (modifier "irc_message_auth")
1740 * script: add option script.scripts.autoload, add options "autoload", "noautoload" and "toggleautoload" for command `/script`, add action "A" (kbd:[Alt+a]) on script buffer (toggle autoload) (task #12393)
1741 * xfer: add option xfer.file.auto_accept_nicks (patch #7962)
1742
1743 Bug fixes::
1744
1745 * core: fix display of long lines without time (message beginning with two tabs)
1746 * core: reset scroll in window before zooming on a merged buffer (bug #38207)
1747 * core: fix refresh of item "completion": clear it after any action that is changing content of command line and after switch of buffer (bug #38214)
1748 * core: fix structures before buffer data when a buffer is closed
1749 * core: fix refresh of line after changes with hdata_update (update flag "displayed" according to filters)
1750 * core: fix hidden lines for messages without date when option weechat.history.max_buffer_lines_minutes is set (bug #38197)
1751 * core: use default hash/comparison callback for keys of type integer/pointer/time in hashtable
1752 * api: do not display a warning by default when loading a script with a license different from GPL
1753 * api: fix connection to servers with hook_connect on macOS (bug #38496)
1754 * api: fix bug in function string_match when mask begins and ends with "*"
1755 * api: allow hashtable with keys that are not strings in function hashtable_add_to_infolist
1756 * api: fix function string_mask_to_regex: escape all special chars used in regex (bug #38398)
1757 * guile: fix crash in function hdata_move
1758 * guile: fix arguments given to callbacks (separate arguments instead of one list with arguments inside), Guile ≥ 2.0 is now required (bug #38350)
1759 * guile: fix crash on calls to callbacks during load of script (bug #38343)
1760 * irc: fix name of server buffer after `/server rename` (set name "server.name" instead of "name")
1761 * irc: fix uncontrolled format string when sending unknown irc commands (if option irc.network.send_unknown_commands is on)
1762 * irc: fix uncontrolled format string when sending ison command (for nicks monitored by `/notify`)
1763 * irc: fix refresh of nick in input bar when joining a new channel with op status (bug #38969)
1764 * irc: fix display of CTCP messages that contain bold attribute (bug #38895)
1765 * irc: fix duplicate nick completion when someone rejoins the channel with same nick but a different case (bug #38841)
1766 * irc: fix crash on command `/allchan /close`
1767 * irc: fix default completion (like nicks) in commands `/msg`, `/notice`, `/query` and `/topic`
1768 * irc: fix prefix color for nick when the prefix is not in irc.color.nick_prefixes: use default color (key "*")
1769 * irc: fix display of malformed CTCP (without closing char) (bug #38347)
1770 * irc: fix memory leak in purge of hashtables with joins (it was done only for the first server in the list)
1771 * irc: add color in output of `/names` when result is on server buffer (channel not joined) (bug #38070)
1772 * lua: remove use of functions for API constants
1773 * lua: fix crash on stack overflow: call lua_pop for values returned by lua functions (bug #38510)
1774 * perl: simplify code to load scripts
1775 * python: fix crash when loading scripts with Python 3.x (patch #8044)
1776 * relay: fix uncontrolled format string in redirection of irc commands
1777 * relay: rename compression "gzip" to "zlib" (compression is zlib, not gzip)
1778 * relay: fix commands sync/desync in weechat protocol (bug #38215)
1779 * ruby: fix crash in function hdata_move
1780 * ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of function config_new_option (bug #31050)
1781 * script: create "script" directory on each action, just in case it has been removed (bug #38472)
1782 * scripts: create directories (language and language/autoload) on each action (install/remove/autoload), just in case they have been removed (bug #38473)
1783 * scripts: do not allow empty script name in function register
1784 * xfer: fix freeze of DCC file received: use non-blocking socket after connection to sender and ensure the ACK is properly sent (bug #38340)
1785
1786 Build::
1787
1788 * core: install icon file (patch #7972)
1789 * core: fix detection of iconv with CMake on macOS (bug #38321)
1790 * guile: fix compilation with Guile 2.0
1791 * python: fix detection of Python on Ubuntu Raring
1792 * script: fix compilation on GNU/Hurd (patch #7977)
1793
1794 [[v0.4.0]]
1795 == Version 0.4.0 (2013-01-20)
1796
1797 New features::
1798
1799 * core: add buffer pointer in arguments for signals "input_search", "input_text_changed" and "input_text_cursor_moved"
1800 * core: add option `diff` in command `/set` (list options with changed value)
1801 * core: add color support in options weechat.look.prefix_{action|error|join|network|quit} (task #9555)
1802 * core: display default values for changed config options in output of `/set`
1803 * core: add command `/eval`, use expression in conditions for bars
1804 * core: add option `-quit` in command `/upgrade` (save session and quit without restarting WeeChat, for delayed restoration)
1805 * core: add incomplete mouse events "event-down" and "event-drag" (task #11840)
1806 * api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and hook_hsignal (stop sending the signal immediately)
1807 * api: allow creation of structure with hdata_update (allowed for hdata "history")
1808 * api: use hashtable "options" for command arguments in function hook_process_hashtable (optional, default is a split of string with command)
1809 * api: add new function string_eval_expression
1810 * api: connect with IPv6 by default in hook_connect (with fallback to IPv4), shuffle list of hosts for a same address, add argument "retry" for hook_connect, move "sock" from hook_connect arguments to callback of hook_connect (task #11205)
1811 * aspell: add signal "aspell_suggest" (sent when new suggestions are displayed)
1812 * aspell: add bar items "aspell_dict" (dictionary used on current buffer) and "aspell_suggest" (suggestions for misspelled word at cursor), add option aspell.check.suggestions (task #12061)
1813 * irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for command "NICK"
1814 * irc: return git version in CTCP VERSION and FINGER by default, add "$git" and "$versiongit" in format of CTCP replies
1815 * irc: read local variable "autorejoin" in buffer to override server option "autorejoin" (task #12256)
1816 * irc: add option `-auto` in command `/connect` (task #9340)
1817 * irc: add support of "server-time" capability (task #12255)
1818 * irc: add support of tags in messages
1819 * irc: add command `/quiet`, fix display of messages 728/729 (quiet list, end of quiet list) (task #12278)
1820 * irc: add option irc.network.alternate_nick to disable dynamic nick generation when all nicks are already in use on server (task #12281)
1821 * irc: add option irc.network.whois_double_nick to double nick in command `/whois`
1822 * irc: add option `-noswitch` in command `/join` (task #12275)
1823 * perl: display script filename in error messages
1824 * relay: add backlog and server capability "server-time" for irc protocol, add new options relay.irc.backlog_max_minutes, relay.irc.backlog_max_number, relay.irc.backlog_since_last_disconnect, relay.irc.backlog_tags, relay.irc.backlog_time_format (task #12076)
1825 * relay: add support of IPv6, new option relay.network.ipv6, add support of "ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270)
1826 * xfer: display remote IP address for DCC chat/file (task #12289)
1827
1828 Bug fixes::
1829
1830 * core: fix infinite loop when a regex gives an empty match (bug #38112)
1831 * core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug #38080)
1832 * core: fix line returned when clicking on a bar (according to position and filling) (bug #38069)
1833 * core: fix refresh of bars when applying layout (bug #37944, bug #37952)
1834 * core: fix scroll to bottom of window (default key: kbd:[Alt+End]) when line displayed is bigger than chat area
1835 * core: fix scroll in buffer after enabling/disabling some filters (if scroll is on a hidden line) (bug #37885)
1836 * core: fix memory leak in case of error when building content of bar item for display
1837 * core: fix detection of command in input: a single command char is considered as a command (API function string_input_for_buffer)
1838 * core: search for a fallback template when a no template is matching command arguments
1839 * core: fix refresh of windows after split (fix bug with horizontal separator between windows) (bug #37874)
1840 * core: fix stuck mouse (bug #36533)
1841 * core: fix default mouse buttons actions for script buffer (focus the window before executing action)
1842 * core: fix scroll of one page down when weechat.look.scroll_page_percent is less than 100 (bug #37875)
1843 * core: disable paste detection and confirmation if bar item "input_paste" is not used in a visible bar (task #12327)
1844 * core: use high priority (50000) for commands `/command` and `/input` so that an alias will not take precedence over these commands (bug #36353)
1845 * core: execute command with higher priority when many commands with same name are found with different priorities
1846 * core: fix display of combining chars (bug #37775)
1847 * core: fix display of zoomed/merged buffer (with number ≥ 2) after switching to it (bug #37593)
1848 * core: fix display problem when option weechat.look.prefix_same_nick is set (problem with nick displayed in first line of screen) (bug #37556)
1849 * core: fix wrapping of words with wide chars (the break was made before the correct position)
1850 * api: do not call shell to execute command in hook_process (fix security problem when a plugin/script gives untrusted command) (bug #37764)
1851 * alias: give higher priority to aliases (2000) so that they take precedence over an existing command
1852 * aspell: ignore self and remote nicks in private buffers
1853 * aspell: fix creation of spellers when number of dictionaries is different between two buffers
1854 * guile: fix bad conversion of shared strings (replace calls to scm_i_string_chars by scm_to_locale_string) (bug #38067)
1855 * irc: fix display of actions (`/me`) when they are received from a relay client (in channel and private buffers) (bug #38027)
1856 * irc: fix memory leak when updating modes of channel
1857 * irc: fix crash on `/upgrade` (free channels before server data when a server is destroyed) (bug #37736)
1858 * irc: fix crash when decoding IRC colors in strings (bug #37704)
1859 * irc: fix refresh of bar item "away" after command `/away` or `/disconnect`
1860 * irc: send whois on self nick when `/whois` is done without argument on a channel (task #12273)
1861 * irc: remove local variable "away" in server/channels buffers after server disconnection (bug #37582)
1862 * irc: fix crash when message 352 has too few arguments (bug #37513)
1863 * irc: remove unneeded server disconnect when server buffer is closed and server is already disconnected
1864 * perl: fix calls to callbacks during load of script when multiplicity is disabled (bug #38044)
1865 * relay: fix duplicated messages sent to irc clients (when messages are redirected) (bug #37870)
1866 * relay: fix memory leak when adding hdata to a message (weechat protocol)
1867 * relay: fix crash after `/upgrade` when a client is connected
1868 * relay: add missing "ssl." in output of `/relay listrelay`
1869 * script: fix scroll with mouse when window with script buffer is not the current window (do not force a switch to script buffer in current window)
1870 * xfer: fix memory leak when refreshing xfer buffer
1871 * xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logN
1872 * xfer: limit bytes received to file size (for DCC file received), fix crash when displaying a xfer file with pos greater than size
1873
1874 Build::
1875
1876 * core: add git version in build, display it in `weechat-curses --help` and `/version`
1877 * core: stop CMake if gcrypt lib is not found (bug #37671)
1878 * guile: fix detection of Guile in configure
1879 * script: fix compilation on macOS
1880
1881 [[v0.3.9.2]]
1882 == Version 0.3.9.2 (2012-11-18)
1883
1884 Bug fixes::
1885
1886 * core: do not call shell to execute command in hook_process (fix security problem when a plugin/script gives untrusted command) (bug #37764, CVE-2012-5534)
1887
1888 [[v0.3.9.1]]
1889 == Version 0.3.9.1 (2012-11-09)
1890
1891 Bug fixes::
1892
1893 * irc: fix crash when decoding IRC colors in strings (bug #37704, CVE-2012-5854)
1894
1895 [[v0.3.9]]
1896 == Version 0.3.9 (2012-09-29)
1897
1898 New features::
1899
1900 * core: add signals for plugins loaded/unloaded
1901 * core: add default key kbd:[Alt+x] (zoom on merged buffer) (task #11029)
1902 * core: add mouse bindings kbd:[Ctrl] + wheel up/down to scroll horizontally buffers with free content
1903 * core: add option weechat.startup.sys_rlimit to set system resource limits for WeeChat process
1904 * core: add option `swap` in command `/buffer` (task #11373)
1905 * core: add hdata "hotlist"
1906 * core: add support of arrays in hdata variables
1907 * core: add command line option `-r` (or `--run-command`) to run command(s) after startup of WeeChat
1908 * core: add function hook_set in plugin API, add "subplugin" in hooks (set by script plugins), display subplugin in `/help` on commands (task #12049)
1909 * core: add option weechat.look.jump_smart_back_to_buffer (jump back to initial buffer after reaching end of hotlist, on by default, which is old behavior)
1910 * core: add default key kbd:[Alt+s] (toggle aspell)
1911 * core: add callback "nickcmp" in buffers
1912 * core: add horizontal separator between windows, new options weechat.look.window_separator_{horizontal|vertical}
1913 * core: add options weechat.look.color_nick_offline and weechat.color.chat_nick_offline{_highlight|_highlight_bg} to use different color for offline nicks in prefix (task #11109)
1914 * api: allow update for some variables of hdata, add new functions hdata_update and hdata_set
1915 * api: add info "locale" for info_get (locale used to translate messages)
1916 * api: add new function util_version_number
1917 * aspell: add option aspell.check.enabled, add options enable/disable/toggle for command `/aspell` (rename options enable/disable/dictlist to setdict/deldict/listdict), display aspell status with `/aspell` (task #11988)
1918 * irc: generate alternate nicks dynamically when all nicks are already in use (task #12209)
1919 * irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (task #12022)
1920 * irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME (task #12150)
1921 * irc: move options from core to irc plugin: weechat.look.nickmode to irc.look.nick_mode (new type: integer with values: none/prefix/action/both) and weechat.look.nickmode_empty to irc.look.nick_mode_empty
1922 * logger: add tags in backlog lines displayed when opening buffer
1923 * logger: add messages "Day changed to" in backlog (task #12187)
1924 * relay: add support of SSL (for irc and weechat protocols), new option relay.network.ssl_cert_key (task #12044)
1925 * relay: add option relay.color.client
1926 * relay: add object type "arr" (array) in WeeChat protocol
1927 * script: new plugin "script" (script manager, replacing scripts weeget.py and script.pl)
1928 * scripts: add signals for scripts loaded/unloaded/installed/removed
1929 * scripts: add hdata with list of scripts for each language
1930
1931 Bug fixes::
1932
1933 * core: fix display bug when end of a line is displayed on top of chat (last line truncated and MORE(0) in status bar) (bug #37203)
1934 * core: fix IP address returned by hook_connect (return IP really used, not first IP for hostname)
1935 * core: display spaces at the end of messages in chat area (bug #37024)
1936 * core: fix infinite loop in display when chat area has width of 1 with a bar displayed on the right (nicklist by default) (bug #37089)
1937 * core: fix display of "bar more down" char when text is truncated by size_max in bars with vertical filling (bug #37054)
1938 * core: fix color of long lines (displayed on more than one line on screen) under FreeBSD (bug #36999)
1939 * core: return error string to callback of hook_connect if getaddrinfo fails in child process
1940 * core: scroll to bottom of window after reaching first or last highlight with keys kbd:[Alt+p] / kbd:[Alt+n]
1941 * core: fix refresh of bar items when switching window
1942 * core: fix refresh of bar items "buffer_filter" and "scroll" in root bars (bug #36816)
1943 * core: allow again names beginning with "#" for bars, proxies and filters
1944 * core: escape special chars (`#[\`) in configuration files for name of options (bug #36584)
1945 * aspell: add missing dictionaries (ast/grc/hus/kn/ky)
1946 * charset: do not allow "UTF-8" in charset decoding options (useless because UTF-8 is the internal WeeChat charset)
1947 * fifo: ignore read failing with error EAGAIN (bug #37019)
1948 * guile: fix crash when unloading a script without pointer to interpreter
1949 * irc: fix rejoin of channels with a key, ignore value "*" sent by server for key (bug #24131)
1950 * irc: fix SASL mechanism "external" (bug #37274)
1951 * irc: fix parsing of message 346 when no nick/time are given (bug #37266)
1952 * irc: switch to next address after a timeout when connecting to server (bug #37216)
1953 * irc: fix bug when changing server option "addresses" with less addresses (bug #37215)
1954 * irc: add network prefix in irc (dis)connection messages
1955 * irc: fix split of received IRC message: keep spaces at the end of message
1956 * irc: fix bug with prefix chars which are in chanmodes with a type different from "B" (bug #36996)
1957 * irc: fix format of message "USER" (according to RFC 2812) (bug #36825)
1958 * irc: fix parsing of user modes (ignore everything after first space) (bug #36756, bug #31572)
1959 * irc: fix freeze when reading on socket with SSL enabled (use non-blocking sockets) (bug #35097)
1960 * irc: allow again names beginning with "#" for servers
1961 * lua: fix crash when unloading a script without pointer to interpreter
1962 * python: fix crash when unloading a script without pointer to interpreter
1963 * relay: fix freeze when writing on relay socket (use non-blocking sockets in relay for irc and weechat protocols) (bug #36655)
1964 * scripts: fix deletion of configuration files when script is unloaded (bug #36977)
1965 * scripts: fix function unhook_all: delete only callbacks of hooks and add missing call to unhook
1966 * scripts: ignore call to register (with a warning) if script is already registered
1967 * xfer: fix DCC transfer error (bug #37432)
1968
1969 Documentation::
1970
1971 * add Japanese user's guide (patch #7827), scripting guide and tester's guide
1972
1973 Build::
1974
1975 * core: move the set of CMake policy CMP0003 in directory src (so it applies to all plugins) (bug #37311)
1976 * core: fix names of cache variables in configure.in (bug #36971)
1977 * core: add CMake option "MANDIR" (bug #36776)
1978 * guile: fix path of Guile include dirs in CMake build (patch #7790)
1979 * lua: add support of Lua 5.2
1980 * python: fix detection of Python (first try "python2.x" and then "python") (bug #36835)
1981 * ruby: add detection of Ruby 1.9.3
1982
1983 [[v0.3.8]]
1984 == Version 0.3.8 (2012-06-03)
1985
1986 New features::
1987
1988 * core: add option weechat.look.prefix_same_nick (hide or change prefix on messages whose nick is the same as previous message) (task #11965)
1989 * core: convert tabs to spaces in text pasted (bug #25028)
1990 * core: add a connection timeout for child process in hook_connect (bug #35966)
1991 * core: add support of terminal "bracketed paste mode", new options weechat.look.paste_bracketed and weechat.look.paste_bracketed_timer_delay (task #11316)
1992 * core: support lines of 16 Kb long in configuration files (instead of 1 Kb)
1993 * core: convert options weechat.look.prefix_align_more and weechat.look.prefix_buffer_align_more from boolean to string (task #11197)
1994 * core: follow symbolic links when writing configuration files (.conf) (task #11779)
1995 * api: add list "gui_buffer_last_displayed" in hdata "buffer"
1996 * irc: add option `fakerecv` in command `/server` to simulate a received IRC message (not documented, for debug only)
1997 * irc: add option `-pending` in command `/disconnect` (cancel auto-reconnection on servers currently reconnecting) (task #11985)
1998 * irc: add signals and tags in messages for irc notify (task #11887)
1999 * irc: add support of "external" SASL mechanism (task #11864)
2000 * irc: allow more than one nick in command `/invite`
2001 * logger: add colors for backlog lines and end of backlog, new options: logger.color.backlog_line and logger.color.backlog_end (task #11966)
2002 * relay: add signals "upgrade" and "upgrade_ended" in WeeChat protocol
2003 * relay: add "date_printed" and "highlight" in signal "_buffer_line_added" (WeeChat protocol)
2004 * rmodifier: add default rmodifier "quote_pass" to hide password in command `/quote pass` (bug #36250)
2005 * rmodifier: add default rmodifier "server" to hide passwords in commands `/server` and `/connect` (task #11993)
2006 * rmodifier: add option "release" in default rmodifier "nickserv" (used to hide passwords in command `/msg nickserv`) (bug #35705)
2007
2008 Bug fixes::
2009
2010 * core: fix crash in focus hook for nicklist (bug #36271)
2011 * core: fix truncated configuration files (zero-length) after system crash (bug #36383)
2012 * core: fix display bugs and crashes with small windows (bug #36107)
2013 * core: fix display bug with prefix when length is greater than max and prefix is ending with a wide char (bug #36032)
2014 * core: fix lost scroll when switching to a buffer with a pending search
2015 * core: fix display of wide chars on last column of chat area (patch #7733)
2016 * api: display warning in scripts when invalid pointers (malformed strings) are given to plugin API functions (warning displayed if debug for plugin is ≥ 1)
2017 * scripts: fix type of argument "rc" in callback of hook_process (from string to integer)
2018 * guile: fix crash on ARM when loading guile plugin (bug #36479)
2019 * guile: add missing function hook_process_hashtable in API
2020 * irc: update channel modes by using chanmodes from message 005 (do not send extra command "MODE" to server), fix parsing of modes (bug #36215)
2021 * irc: hide everything after "identify" or "register" in messages to nickserv when option irc.look.hide_nickserv_pwd is on (bug #36362)
2022 * irc: set user modes only if target nick is self nick in message 221 (patch #7754)
2023 * irc: force the clear of nicklist when joining a channel (nicklist was not sync after znc reconnection) (bug #36008)
2024 * irc: do not send command "MODE #channel" on manual `/names` (do it only when names are received on join of channel) (bug #35930)
2025 * irc: do not allow the creation of two servers with same name but different case (fix error when writing file irc.conf) (bug #35840)
2026 * irc: update away flag for nicks on manual `/who`
2027 * irc: display privmsg messages to "@#channel" and "+#channel" in channel buffer (bug #35331)
2028 * irc: fix redirection of message when message is queued for sending on server
2029 * irc: check notify immediately when adding a nick to notify list, improve first notify message for a nick (bug #35731)
2030 * irc: fix display of color in hostname (join/part/quit messages)
2031 * irc: compute hash to find nick color for nick in server message when nick is not in nicklist
2032 * irc: close server buffer when server is deleted
2033 * irc: add search for lower case nicks in option irc.look.nick_color_force
2034 * logger: fix charset of lines displayed in backlog when terminal charset is different from UTF-8 (bug #36379)
2035 * perl: fix crash on quit on macOS
2036 * relay: keep spaces in beginning of "input" received from client (WeeChat protocol)
2037 * relay: fix crash on `/upgrade` when client is connected using WeeChat protocol
2038 * relay: redirect some irc messages from clients to hide output (messages: mode, ison, list, names, topic, who, whois, whowas, time, userhost) (bug #33516)
2039 * tcl: add missing function hdata_char in API
2040 * tcl: fix pointer sent to function hook_signal_send when type of data is a pointer
2041
2042 Documentation::
2043
2044 * add Japanese FAQ (patch #7781)
2045
2046 Build::
2047
2048 * perl: fix compilation on macOS (bug #30701)
2049
2050 [[v0.3.7]]
2051 == Version 0.3.7 (2012-02-26)
2052
2053 New features::
2054
2055 * core: add support of flags in regular expressions and highlight options
2056 * core: add type "hashtable" for hdata
2057 * core: add signals "buffer_line_added" and "window_switch"
2058 * core: add default keys kbd:[Ctrl+Left] / kbd:[Ctrl+Right] (`meta2-1;5D` / `meta2-1;5C`) for gnome-terminal
2059 * core: add option `hooks` in command `/debug`
2060 * core: add option weechat.look.scroll_bottom_after_switch (if enabled, restore old behavior before fix of bug #25555 in version 0.3.5)
2061 * core: add new option weechat.completion.base_word_until_cursor: allow completion in middle of words (enabled by default) (task #9771)
2062 * core: add option `jump_last_buffer_displayed` in command `/input` (key: kbd:[Alt+/]) (task #11553)
2063 * core: add option weechat.history.max_buffer_lines_minutes: maximum number of minutes in history per buffer (task #10900), rename option weechat.history.max_lines to weechat.history.max_buffer_lines_number
2064 * core: add optional arguments for command `/plugin load/reload/autoload`
2065 * core: use extended regex in filters (task #9497, patch #7616)
2066 * api: add modifier "input_text_for_buffer" (bug #35317)
2067 * api: add support of URL in hook_process / hook_process_hashtable (task #10247)
2068 * api: add new functions strcasecmp_range, strncasecmp_range, string_regex_flags, string_regcomp, hashtable_map_string, hook_process_hashtable, hdata_check_pointer, hdata_char, hdata_hashtable and nicklist_get_next_item
2069 * alias: add default alias `/umode` => `/mode $nick`
2070 * irc: add option "capabilities" in servers to enable client capabilities on connection
2071 * irc: add signal "irc_server_opened"
2072 * irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing message before automatic split to fit in 512 bytes)
2073 * irc: add alias "ctcp" for target buffer of CTCP messages
2074 * irc: add options irc.look.highlight_{server|channel|pv} to customize or disable default nick highlight (task #11128)
2075 * irc: use redirection to get channel modes after update of modes on channel, display output of `/mode #channel`, allow `/mode` without argument (display modes of current channel or user modes on server buffer)
2076 * irc: add optional server in info "irc_is_channel" (before channel name) (bug #35124), add optional server in info_hashtable "irc_message_parse"
2077 * irc: add case insensitive string comparison based on casemapping of server (rfc1459, strict-rfc1459, ascii) (bug #34239)
2078 * irc: add option irc.color.mirc_remap to remap mirc colors in messages to WeeChat colors
2079 * irc: allow URL "irc://" in command `/connect`
2080 * irc: use extended regex in commands `/ignore` and `/list`
2081 * guile: new script plugin for scheme (task #7289)
2082 * python: add support of Python 3.x (task #11704)
2083 * relay: add WeeChat protocol for remote GUI
2084 * xfer: display origin of xfer in core and xfer buffers (task #10956)
2085
2086 Internationalization::
2087
2088 * add Japanese translations
2089
2090 Bug fixes::
2091
2092 * core: fix expand of path `~` to home of user in function string_expand_home (`~/xxx` was OK, but not `~`)
2093 * core: fix memory leak when closing buffer
2094 * core: fix memory leak in function util_search_full_lib_name
2095 * core: automatically add newline char after last pasted line (when pasting many lines with confirmation) (task #10703)
2096 * core: fix bug with layout: assign layout number in buffers when doing `/layout save`
2097 * core: do not auto add space after nick completer if option weechat.completion.nick_add_space is off
2098 * core: fix signal "buffer_switch": send it only once when switching buffer (bug #31158)
2099 * core: move option `scroll_unread` from command `/input` to `/window`
2100 * core: save current mouse state in option weechat.look.mouse (set option when mouse state is changed with command `/mouse`)
2101 * core: apply filters after full reload of configuration files (with `/reload`) (bug #31182)
2102 * core: allow list for option weechat.plugin.extension (makes weechat.conf portable across Un*x and Windows) (task #11479)
2103 * core: display error in command `/buffer` if arguments are wrong (bug #34180)
2104 * core: fix help on plugin option when config_set_desc_plugin is called to set help on newly created option
2105 * core: enable background process under Cygwin to connect to servers, fix reconnection problem (bug #34626)
2106 * aspell: fix URL detection (do not check spelling of URLs) (bug #34040)
2107 * irc: fix memory leak in SASL DH-BLOWFISH authentication
2108 * irc: fix memory leak when a server is deleted
2109 * irc: fix self-highlight when using `/me` with an IRC bouncer like znc (bug #35123)
2110 * irc: use low priority for MODE sent automatically by WeeChat (when joining channel)
2111 * irc: do not use option irc.look.nick_color_stop_chars for forced nick colors (bug #33480)
2112 * irc: reset read marker of current buffer on manual `/join`
2113 * irc: fix crash when signon time in message 317 (whois, idle) is invalid (too large) (bug #34905)
2114 * irc: do not delete servers added in irc.conf on `/reload` (bug #34872)
2115 * irc: remove autorejoin on channels when disconnected from server (bug #32207)
2116 * irc: display messages kick/kill/mode/topic even if nick is ignored (bug #34853)
2117 * irc: display channel voice notices received in channel buffer (bug #34762), display channel/op notices sent in channel buffer
2118 * irc: auto-connect to servers created with "irc://" on command line but not other servers if `-a` (`--no-connect`) is given
2119 * perl: increment count of hash returned by API (fix crash when script tries to read hash without making a copy)
2120 * relay: do not create relay if there is a problem with socket creation (bug #35345)
2121 * ruby: fix crash when reloading ruby plugin (bug #34474)
2122
2123 Documentation::
2124
2125 * add developer's guide (task #5416)
2126
2127 Build::
2128
2129 * core: add library "pthread" in CMake file for link on OpenBSD
2130 * core: add WEECHAT_HOME option in CMake and configure to setup default WeeChat home (default is "~/.weechat") (task #11266)
2131 * core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #34727)
2132 * core: fix compilation error with "pid_t" on macOS (bug #34639)
2133
2134 [[v0.3.6]]
2135 == Version 0.3.6 (2011-10-22)
2136
2137 New features::
2138
2139 * core: add color attribute "|" (keep attributes) and value "resetcolor" for function color in plugin API (used by irc plugin to keep bold/reverse/underlined in message when changing color) (bug #34550)
2140 * core: add new option weechat.look.color_basic_force_bold, off by default: bold is used only if terminal has less than 16 colors (patch #7621)
2141 * core: add default key kbd:[F5] (`meta2-[E`) for Linux console
2142 * core: add "inactive" colors for inactive windows and lines in merged buffers, new options: weechat.look.color_inactive_window, weechat.look.color_inactive_buffer, weechat.look.color_inactive_message, weechat.look.color_inactive_prefix, weechat.look.color_inactive_prefix_buffer, weechat.look.color_inactive_time, weechat.color.chat_inactive_line, weechat.color.chat_inactive_window, weechat.color.chat_prefix_buffer_inactive_line
2143 * core: do automatic zoom on current window when terminal becomes too small for windows
2144 * core: add new options weechat.look.bar_more_left/right/up/down
2145 * core: add new option weechat.look.item_buffer_filter
2146 * core: allow name of buffer for command `/buffer clear` (task #11269)
2147 * core: add new command `/repeat` (execute a command several times)
2148 * core: save and restore layout for buffers and windows on `/upgrade`
2149 * core: add option `-all` in command `/buffer unmerge`
2150 * core: add number in windows (add optional argument `-window` so some actions for command `/window`)
2151 * core: allow buffer name in `/buffer close`
2152 * core: add support of mouse: new command `/mouse`, new key context "mouse", new options weechat.look.mouse and weechat.look.mouse_timer_delay (task #5435)
2153 * core: add command `/cursor` (free movement of cursor on screen), with key context "cursor"
2154 * core: automatic scroll direction in `/bar scroll` (x/y is now optional)
2155 * core: add optional delay for key grab (commands `/input grab_key` and `/input grab_key_command`, default is 500 milliseconds)
2156 * core: allow plugin name in command `/buffer name`
2157 * core: add context "search" for keys (to define keys used during search in buffer with kbd:[Ctrl+r])
2158 * core: add new option weechat.look.separator_vertical, rename option weechat.look.hline_char to weechat.look.separator_horizontal
2159 * core: add local variable "highlight_regex" in buffers
2160 * core: add "hdata" (direct access to WeeChat/plugin data)
2161 * core: add option weechat.look.eat_newline_glitch (do not add new line at end of each line displayed)
2162 * core: add options `infolists`, `hdata` and `tags` for command `/debug`
2163 * core: add horizontal scrolling for buffers with free content (command `/window scroll_horiz`) (task #11112)
2164 * core: change default value of option weechat.network.gnutls_ca_file to "/etc/ssl/certs/ca-certificates.crt"
2165 * api: add info "cursor_mode"
2166 * api: add new functions key_bind, key_unbind, hook_focus, hdata_new, hdata_new_var, hdata_new_list, hdata_get, hdata_get_var_offset, hdata_get_var_type, hdata_get_var_type_string, hdata_get_var_hdata, hdata_get_var, hdata_get_var_at_offset, hdata_get_list, hdata_move, hdata_integer, hdata_string, hdata_pointer, hdata_time, hdata_get_string
2167 * irc: allow reason for command `/disconnect`
2168 * irc: allow server name for commands `/die` and `/restart`
2169 * irc: add new info_hashtable "irc_message_split"
2170 * irc: add prefix "#" for all channels on join (if no prefix given)
2171 * irc: improve split of privmsg message (keep ctcp), add split of ison, join, notice, wallops, 005, 353 (bug #29879, bug #33448, bug #33592)
2172 * logger: add option logger.file.flush_delay (task #11118)
2173
2174 Bug fixes::
2175
2176 * core: fix freeze when calling function util_file_get_content with a directory instead of a filename
2177 * core: display timeout for hook_process command only if debug for core is enabled (task #11401)
2178 * core: bufferize lines displayed before core buffer is created, to display them in buffer when it is created
2179 * core: fix display of background color in chat area after line feed
2180 * core: fix paste detection (problem with end of lines)
2181 * core: fix display of paste multi-line prompt with a root input bar (bug #34305)
2182 * core: replace deprecated GnuTLS function gnutls_certificate_client_set_retrieve_function by new function gnutls_certificate_set_retrieve_function (GnuTLS ≥ 2.11.0)
2183 * core: use dynamic buffer size for calls to vsnprintf
2184 * core: fix memory leak in unhook of hook_connect
2185 * core: fix memory leak in display of empty bar items
2186 * core: fix input of wide UTF-8 chars under Cygwin (bug #34061)
2187 * core: fix bugs with automatic layout (bug #26110), add support of merged buffers in layout (task #10893)
2188 * core: fix crash when invalid UTF-8 chars are inserted in command line (bug #33471)
2189 * core: stop horizontal bar scroll at the end of content (for bars with horizontal filling) (bug #27908)
2190 * core: fix crash when building hashtable string with keys and values
2191 * core: replace buffer name by window number in `/bar scroll`
2192 * core: fix bugs with key "^" (bug #32072, bug #21381)
2193 * core: fix bugs with bar windows: do not create bar windows for hidden bars
2194 * core: fix completion bug when two words for completion are equal but with different case
2195 * core: fix completion for command arguments when same command exists in many plugins (bug #33753)
2196 * core: fix freeze when hook_fd is called with a bad file/socket (bug #33619)
2197 * core: fix bug with option weechat.look.hotlist_count_max (value+1 was used)
2198 * api: use arguments for infolist "window" to return only one window by number
2199 * api: fix bug with function config_set_desc_plugin (use immediately description for option when function is called)
2200 * scripts: fix crash with scripts not auto-loaded having a buffer opened after `/upgrade` (input/close callbacks for buffer not set properly)
2201 * irc: fix display of items "away" and "lag" in root bars, refresh all irc bar items on signal "buffer_switch" (bug #34466)
2202 * irc: fix crash on malformed irc notice received (without message after target)
2203 * irc: add missing messages for whois: 223, 264, 343
2204 * irc: use high priority queue for sending modes and wallchops messages
2205 * irc: rename info_hashtable "irc_parse_message" to "irc_message_parse"
2206 * irc: use color "default" for any invalid color in option weechat.color.chat_nick_colors
2207 * irc: send WHO command to check away nicks only if channel was not parted
2208 * irc: fix crash when malformed IRC message 352 (WHO) is received (bug #33790)
2209 * irc: fix crash when command `/buffer close` is used in a server command to close server buffer during connection (bug #33763)
2210 * irc: fix crash when `/join` command is executed on a non-irc buffer (bug #33742)
2211 * irc: fix bug with comma in irc color code: do not strip comma if it is not followed by a digit (bug #33662)
2212 * irc: switch to buffer on `/join #channel` if channel buffer already exists
2213 * irc: set host for nick on each channel message and nick change (if not already set)
2214 * irc: update host of nicks on manual `/who`
2215 * irc: fix memory leak on plugin unload (free ignores)
2216 * irc: fix memory leak in message parser (when called from other plugins like relay) (bug #33387)
2217 * relay: fix bug with self nick when someone changes its nick on channel (bug #33739)
2218 * relay: fix memory leak (free some parsed messages) (bug #33387)
2219 * relay: fix memory leak on plugin load (free raw messages)
2220 * perl: replace calls to SvPV by SvPV_nolen (patch #7436)
2221
2222 Build::
2223
2224 * core: fix compilation error (INSTALLPREFIX undeclared) on macOS and when compiling with included gettext (bug #26690)
2225
2226 [[v0.3.5]]
2227 == Version 0.3.5 (2011-05-15)
2228
2229 New features::
2230
2231 * core: add buffer to hotlist if away is set on buffer (even if buffer is displayed), new option weechat.look.hotlist_add_buffer_if_away (task #10948)
2232 * core: add option `balance` in command `/window` (key: kbd:[Alt+w], kbd:[Alt+b])
2233 * core: add option `swap` in command `/window` (key: kbd:[Alt+w], kbd:[Alt+s]) (task #11001)
2234 * core: add option weechat.look.hotlist_buffer_separator
2235 * core: add messages counts in hotlist for each buffer, new options: weechat.look.hotlist_count_max, weechat.look.hotlist_count_min_msg and weechat.color.status_count_{msg|private|highlight|other}
2236 * core: add tag "notify_none" (line with this tag will not update hotlist)
2237 * core: add optional bar name in command `/bar default`
2238 * core: add new option weechat.look.highlight_tags (force highlight on tags)
2239 * core: allow list of buffers in command `/filter` (exclusion with prefix "!") (task #10880)
2240 * core: allow relative size for command `/window resize`
2241 * core: add some default keys for gnome-terminal (kbd:[Home] / kbd:[End], kbd:[Ctrl+Up] / kbd:[Ctrl+Down], kbd:[Alt+PgUp] / kbd:[Alt+PgDn])
2242 * core: add option `memory` in command `/debug`
2243 * core: add option weechat.look.read_marker_string
2244 * core: add some chars after cursor when scrolling input line: new option weechat.look.input_cursor_scroll (bug #21391)
2245 * core: add color "gray"
2246 * core: add attributes for colors ("*": bold, "!": reverse, "_": underline)
2247 * core: dynamically allocate color pairs (extended colors can be used without being added with command `/color`), auto reset of color pairs with option weechat.look.color_pairs_auto_reset
2248 * core: allow background for nick colors (using ":")
2249 * core: remember scroll position for all buffers in windows (bug #25555)
2250 * core: improve display of commands lists in `/help` (add arguments -list and -listfull) (task #10299)
2251 * core: improve arguments displayed in `/help` of commands
2252 * api: add new function config_set_desc_plugin (task #10925)
2253 * api: add new functions buffer_match_list and window_search_with_buffer
2254 * aspell: add section "option" in aspell.conf for speller options (task #11083)
2255 * irc: add new options irc.color.topic_old and irc.color.topic_new
2256 * irc: add option "ssl_priorities" in servers (task #10106, debian #624055)
2257 * irc: add modifier "irc_in2_xxx" (called after charset decoding)
2258 * irc: add new options irc.look.buffer_switch_autojoin and irc.look.buffer_switch_join (task #8542, task #10506)
2259 * irc: add new option irc.look.smart_filter_nick
2260 * irc: add new options irc.look.color_nicks_in_nicklist and irc.look.color_nicks_in_names
2261 * irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single option irc.color.nick_prefixes (task #10888)
2262
2263 Bug fixes::
2264
2265 * core: fix scroll in windows with `/window scroll` (skip lines "Day changed to")
2266 * core: recalculate buffer_max_length when buffer short name is changed (patch #7441)
2267 * core: do not update hotlist during upgrade
2268 * core: apply new value of option weechat.look.buffer_notify_default to all opened buffers
2269 * core: prohibit names beginning with "#" for bars, proxies, filters and IRC servers (bug #33020)
2270 * core: create default bars only if no bar is defined in configuration file
2271 * core: fix bug with repeat of last completion ("%*"), which failed when many templates are used in completion
2272 * core: reload file with certificate authorities when option weechat.network.gnutls_ca_file is changed
2273 * core: rebuild bar content when items are changed in an hidden bar
2274 * core: fix verification of SSL certificates by calling GnuTLS verify callback (patch #7459, CVE-2011-1428)
2275 * core: fix crash when using column filling in bars with some empty items (bug #32565)
2276 * core: fix terminal title when $TERM starts with "screen"
2277 * plugins: fix memory leaks when setting buffer callbacks after `/upgrade` (plugins: irc, relay, xfer, scripts)
2278 * aspell: fix spellers used after switch of window (bug #32811)
2279 * irc: fix parsing of message 332 when no topic neither colon are found (bug with bip proxy)
2280 * irc: fix nick color in private when option irc.look.nick_color_force is changed
2281 * irc: fix tags for messages sent with `/msg` command (bug #33169)
2282 * irc: fix memory leak when copying or renaming server
2283 * irc: do not rejoin channels where `/part` has been issued before reconnection to server (bug #33029)
2284 * irc: use nick color for users outside the channel
2285 * irc: update short name of server buffer when server is renamed
2286 * irc: fix local variable "away" on server buffer (set/delete it each time away is set or removed on server)
2287 * irc: ignore join if nick is not self nick and if channel buffer does not exist (bug #32667)
2288 * irc: fix crash when setting wrong value in option irc.server.xxx.sasl_mechanism (bug #32670)
2289 * irc: fix crash when completing `/part` command on a non-irc buffer (bug #32402)
2290 * irc: add many missing commands for target buffer (options irc.msgbuffer.xxx) (bug #32216)
2291 * lua: fix crash when many scripts are executing callbacks at same time
2292 * perl: fix memory leak when calling Perl functions (bug #32895)
2293 * relay: fix crash on `/upgrade` when nick in irc client is not yet set
2294 * relay: allow colon in server password received from client
2295 * relay: do not send join for private buffers to client
2296 * rmodifier: fix reload of file rmodifier.conf
2297 * rmodifier: fix crash when adding rmodifier with invalid regex
2298 * xfer: do not close chat buffers when removing xfer from list (bug #32271)
2299
2300 Build::
2301
2302 * tcl: fix Tcl detection on some 64-bits systems (bug #32915)
2303
2304 [[v0.3.4]]
2305 == Version 0.3.4 (2011-01-16)
2306
2307 New features::
2308
2309 * core: add 256 colors support, new command `/color`, new section "palette" in weechat.conf (task #6834)
2310 * core: add info "weechat_upgrading", signal "upgrade_ended", display duration of upgrade
2311 * core: add new option weechat.look.highlight_regex and function string_has_highlight_regex in plugin API (task #10321)
2312 * core: add new option weechat.look.hotlist_unique_numbers (task #10691)
2313 * core: add property "hotlist_max_level_nicks" in buffers to set max hotlist level for some nicks in buffer
2314 * core: add new options weechat.look.input_share and weechat.look.input_share_overwrite (task #9228)
2315 * core: add new option weechat.look.prefix_align_min (task #10650)
2316 * core: replace the 10 nick color options and number of nick colors by a single option weechat.color.chat_nick_colors (comma separated list of colors)
2317 * core: add color support in option weechat.look.buffer_time_format
2318 * api: add priority for hooks (task #10550)
2319 * api: add new functions: list_search_pos, list_casesearch_pos, hashtable_get_string, hashtable_set_pointer, hook_info_hashtable, info_get_hashtable, hook_hsignal, hook_hsignal_send, hook_completion_get_string, nicklist_group_get_integer, nicklist_group_get_string, nicklist_group_get_pointer, nicklist_group_set, nicklist_nick_get_integer, nicklist_nick_get_string, nicklist_nick_get_pointer, nicklist_nick_set
2320 * irc: add option `-server` in command `/join` (task #10837)
2321 * irc: add option `-switch` in commands `/connect` and `/reconnect`
2322 * irc: add command `/notify`, new options irc.look.notify_tags_ison, irc.look.notify_tags_whois, irc.network.notify_check_ison, irc.network.notify_check_whois, new option "notify" in servers, new infolist "irc_notify" (task #5441)
2323 * irc: add new option irc.look.nick_color_force (task #7374)
2324 * irc: add command redirection with hsignals irc_redirect_pattern and irc_redirect_command (task #6703)
2325 * irc: add new options irc.color.nick_prefix and irc.color.nick_suffix
2326 * irc: add new option irc.look.item_away_message
2327 * irc: add tag "nick_xxx" in user messages
2328 * irc: move options from network section to server section: connection_timeout, anti_flood_prio_high, anti_flood_prio_low, away_check, away_check_max_nicks, default_msg_part, default_msg_quit (task #10664, task #10668)
2329 * irc: display old channel topic when topic is unset (task #9780)
2330 * irc: add new info_hashtable "irc_parse_message"
2331 * irc: add signal "irc_input_send"
2332 * irc: rename options irc.look.open_channel_near_server and irc.look.open_pv_near_server to irc.look.new_channel_position and irc.look.new_pv_position with new values (none, next or near_server)
2333 * rmodifier: new plugin "rmodifier": alter modifier strings with regular expressions (bug #26964)
2334 * relay: beta version of IRC proxy, now relay plugin is compiled by default
2335 * python: add info "python2_bin" (path to Python 2.x interpreter)
2336
2337 Bug fixes::
2338
2339 * core: fix scroll problem on buffers with free content and non-allocated lines (bug #32039)
2340 * core: call to function hook_config when config option is created
2341 * core: fix infinite loop on GnuTLS handshake when connecting with SSL to server on wrong port or server with SSL problems (bug #27487)
2342 * core: fix data sent to callback of hook_process (some data was sometimes missing), use a 64KB buffer for child output and send data to callback only when buffer is full
2343 * core: fix crash when displaying groups in buffer nicklist
2344 * core: fix bug with message "day changed to", sometimes displayed several times wrongly
2345 * core: fix default value of bar items options (bug #31422)
2346 * core: fix bug with buffer name in `/bar scroll` command
2347 * core: optimize incremental search in buffer: do not search any more when chars are added to a text not found (bug #31167)
2348 * core: fix memory leaks when removing item in hashtable and when setting highlight words in buffer
2349 * core: use similar behavior for keys bound to local or global history (bug #30759)
2350 * alias: complete with alias value for second argument of command `/alias`
2351 * irc: differentiate notices from messages in private buffer (bug #31980)
2352 * irc: update nick modes with message 221 (bug #32038)
2353 * irc: fix bug with charset decoding on private buffers (decoding was made for local nick instead of remote nick) (bug #31890)
2354 * irc: allow command `/reconnect` on servers that are not currently connected (bug #30726)
2355 * irc: fix topic completion in command `/topic` when channel topic starts with channel name
2356 * irc: improve nick prefixes, all modes (even unknown) are used with PREFIX value from message 005
2357 * irc: fix crash/bug when option "addresses" for a server is unset or changed when WeeChat is connected to this server (bug #31268)
2358 * irc: switch to next server address when IRC error is received after TCP connection but before message 001 (bug #30884)
2359 * irc: fix bug with hostmasks in command `/ignore` (bug #30716)
2360 * relay: split of messages sent to clients of irc proxy
2361 * scripts: add missing function infolist_reset_item_cursor in API (bug #31057)
2362 * lua: fix crash when unloading script
2363 * xfer: fix dcc chat buffer name (use irc server in name) (bug #29925)
2364 * xfer: fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug #31531)
2365 * xfer: fix bug at end of file sent, sometimes transfer is still active although file was successfully sent
2366
2367 Build::
2368
2369 * core: add support of Python 2.7 in CMake and configure (debian #606989)
2370 * ruby: fix compilation with Ruby 1.9.2 (patch #7316)
2371
2372 [[v0.3.3]]
2373 == Version 0.3.3 (2010-08-07)
2374
2375 New features::
2376
2377 * core: use "!" to reverse a regex in a filter (to keep lines matching regex and hide other lines) (task #10032)
2378 * core: add keys for undo/redo changes on command line (default: kbd:[Ctrl+pass:none[_]] and kbd:[Alt+pass:none[_]]) (task #9483)
2379 * core: add new option weechat.look.align_end_of_lines
2380 * core: add new option weechat.look.confirm_quit
2381 * core: add new option weechat.color.status_name_ssl (task #10339)
2382 * core: add hashtables with new functions in plugin API
2383 * api: add function string_expand_home, fix bug with replacement of home in paths
2384 * irc: add new option irc.look.nick_color_stop_chars
2385 * irc: add new options irc.look.display_host_join/join_local/quit and irc.color.reason_quit
2386 * irc: add command `/wallchops`, fix bug with display of notice for ops (task #10021, bug #29932)
2387 * irc: add isupport value in servers (content of IRC message 005), with new infos: irc_server_isupport and irc_server_isupport_value
2388 * irc: add message in private buffer when nick is back on server after a `/quit`
2389 * irc: add new options irc.network.autoreconnect_delay_growing and irc.network.autoreconnect_delay_max (task #10338)
2390 * irc: add missing commands 346, 347 (channel invite list)
2391 * irc: improve lag indicator: two colors (counting and finished), update item even when pong has not been received, lag_min_show is now in milliseconds
2392 * irc: move options weechat.color.nicklist_prefix to irc plugin
2393 * logger: use tag "no_log" to prevent a line from being written in log file
2394
2395 Bug fixes::
2396
2397 * core: fix bug with scroll_unread: do not scroll to a filtered line (bug #29991)
2398 * core: fix crash with hook_process (when timer is called on a deleted hook process)
2399 * core: fix display bug with special chars (ascii value below 32) (bug #30602)
2400 * core: fix display bug with attributes like underlined in bars (bug #29889)
2401 * api: fix bug with replacement char in function string_remove_color (bug #30296)
2402 * irc: fix bug in parser when no argument is received after command, no callback was called, and message was silently ignored (bug #30640)
2403 * irc: fix import of certificates created by OpenSSL ≥ 1.0.0 (bug #30316)
2404 * irc: fix display of local SSL certificate when it is sent to server (patch #7218)
2405 * irc: use empty real name by default in config, instead of reading real name in /etc/passwd (bug #30111)
2406 * irc: fix bug with command line option "irc://" (bug #29990), new format for port and channels
2407 * irc: fix display of messages 330 and 333 on some servers
2408 * irc: fix bug with nick prefix "*" (chan founder) on some IRC servers (bug #29890)
2409 * irc: fix bug with option irc.network.lag_check when value is 0 (zero)
2410 * irc: try other nick when connecting to server and receiving message 437 (nick unavailable)
2411 * irc: set buffer local variable "away" when opening new channel (bug #29618)
2412 * fifo: fix bug with fifo pipe when setting fifo option to "on"
2413 * xfer: fix bug with double quotes in DCC filenames (bug #30471)
2414
2415 [[v0.3.2]]
2416 == Version 0.3.2 (2010-04-18)
2417
2418 New features::
2419
2420 * core: add new options for command `/key`: `listdefault`, `listdiff` and `reset`
2421 * core: add new command `/mute`
2422 * core: add command line option `-s` (or `--no-script`) to start WeeChat without loading any script
2423 * core: improve plugins autoload (option weechat.plugin.autoload): allow to use "*" as wildcard and "!" to prevent a plugin from being autoloaded (task #6361)
2424 * core: add option "switch_active_buffer_previous" in command `/input` (task #10141)
2425 * core: add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function util_get_time_string in plugin API (patch #6914)
2426 * core: add new option weechat.look.command_chars, add functions string_is_command_char and string_input_for_buffer in plugin and script API
2427 * core: add new option weechat.look.read_marker_always_show
2428 * api: add "version_number" for function info_get to get WeeChat version as number
2429 * api: add "irc_is_nick" for function info_get to check if a string is a valid IRC nick name (patch #7133)
2430 * api: add functions string_encode_base64 and string_decode_base64, fix bug with base64 encoding
2431 * api: add functions string_match, string_has_highlight and string_mask_to_regex in script plugin API
2432 * api: add description of arguments for functions hook_info and hook_infolist
2433 * api: add signals "day_changed", "nicklist_group_added/removed", "nicklist_nick_added/removed"
2434 * alias: add custom completion for aliases (task #9479)
2435 * scripts: allow script commands to reload only one script
2436 * irc: add SASL authentication, with PLAIN and DH-BLOWFISH mechanisms (task #8829)
2437 * irc: add new option irc.look.part_closes_buffer to close buffer when `/part` is issued on channel (task #10295)
2438 * irc: add option `-open` in command `/connect`
2439 * irc: add option irc.network.connection_timeout (timeout between TCP connection to server and reception of message 001)
2440 * irc: add options irc.look.smart_filter_join and irc.look.smart_filter_quit
2441 * irc: add option irc.look.item_channel_modes_hide_key to hide channel key in channel modes (bug #23961)
2442 * irc: add option irc.look.item_nick_prefix
2443 * irc: add command `/map`
2444 * irc: add missing commands 276, 343
2445 * logger: allow date format in logger options path and mask (task #9430)
2446 * xfer: add signal "xfer_ended" (patch #7081)
2447
2448 Bug fixes::
2449
2450 * core: remove unneeded space after time on each line if option weechat.look.buffer_time_format is set to empty value (bug #28751)
2451 * core: use arguments for infolist "nicklist" to return only one nick or group
2452 * core: fix bug with writing of configuration files when disk is full (bug #29331)
2453 * core: fix infinite loop with `/layout apply` and bug when applying layout, sometimes many `/layout apply` were needed (bug #26110)
2454 * gui: refresh screen when exiting WeeChat (to display messages printed after `/quit`)
2455 * gui: fix bug with global history, reset pointer to last entry after each user input (bug #28754)
2456 * gui: fix bug with bar background after text with background color (bug #28157)
2457 * gui: fix bug with cursor when position is last char of terminal
2458 * api: add missing infos in functions buffer_get_{integer|string} and in buffer infolist
2459 * api: fix function color in Lua script API
2460 * api: fix "inactivity" value when no key has been pressed since WeeChat started (bug #28930)
2461 * api: return absolute path for info_get of "weechat_dir" (bug #27936)
2462 * scripts: fix bug with callbacks when loading a script already loaded
2463 * perl: fix crash when multiplicity is disabled
2464 * perl: fix crash when callbacks are called during script initialization (bug #29018)
2465 * perl: fix crash on `/quit` or unload of plugin under FreeBSD and Cygwin (bug #29467)
2466 * perl: fix bug with script filename when multiplicity is disabled (bug #29530)
2467 * irc: fix crash with SSL connection if option ssl_cert is set (bug #28752)
2468 * irc: fix bug with SSL connection (fails sometimes when ssl_verify is on) (bug #28741)
2469 * irc: fix bug with nicks on reconnection: try all nicks in list, even if nick used was not the first in list of nicks
2470 * irc: fix command `/list`: send channel and server name given as argument, and use separate option `-re` to allow a regex
2471 * irc: fix PART message received on Undernet server (bug #28825)
2472 * irc: fix bug with `/away -all`: set or unset future away for disconnected servers (bug #29022)
2473 * irc: fix bug with prefix "!" for mode "a" (channel admin) (bug #29109)
2474 * irc: do not send signals "irc_in" and "irc_in2" when messages are ignored, add new signals "irc_raw_in" and "irc_raw_in2"
2475 * irc: apply smart filter only on channels, not private buffers (bug #28841)
2476 * xfer: fix crash when purging old xfer chats (bug #28764)
2477
2478 Build::
2479
2480 * irc: fix compilation with old GnuTLS versions (bug #28723)
2481
2482 [[v0.3.1.1]]
2483 == Version 0.3.1.1 (2010-01-31)
2484
2485 Bug fixes::
2486
2487 * irc: fix crash with SSL connection if option ssl_cert is set (bug #28752)
2488 * irc: fix bug with SSL connection (fails sometimes when ssl_verify is on) (bug #28741)
2489 * xfer: fix crash when purging old xfer chats (bug #28764)
2490
2491 Build::
2492
2493 * irc: fix compilation with old GnuTLS versions (bug #28723)
2494
2495 [[v0.3.1]]
2496 == Version 0.3.1 (2010-01-23)
2497
2498 New features::
2499
2500 * core: add option "grab_key_command" in command `/input` (bound by default to kbd:[Alt+k])
2501 * alias: new expansions for alias arguments ($n, $-m, $n-, $n-m, $*, $~) (patch #6917)
2502 * alias: allow use of wildcards for `/alias list` (patch #6925)
2503 * alias: allow `/unalias` to remove multiple aliases (patch #6926)
2504 * irc: add new commands `/allchan` and `/allserv` with excluding option, commands `/ame` and `/amsg` are now aliases, new aliases `/aaway` and `/anick`
2505 * irc: add options to customize target buffer for messages (task #7381)
2506 * irc: add new output queue for messages with low priority (like automatic CTCP replies), high priority is given to user messages or commands
2507 * irc: use self-signed certificate to auto identify on IRC server (CertFP) (task #7492, debian #453348)
2508 * irc: check SSL certificates (task #7492)
2509 * irc: add option "autorejoin_delay" for servers (task #8771)
2510 * irc: add option to use same nick color in channel and private (task #9870)
2511 * irc: add missing command 275 (patch #6952)
2512 * irc: add commands `/sajoin`, `/samode`, `/sanick`, `/sapart`, `/saquit` (task #9770)
2513 * irc: add options for CTCP, to block/customize CTCP reply (task #9693)
2514 * irc: add missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
2515 * irc: add all server options for commands `/server` and `/connect`
2516 * irc: add arguments for command `/rehash`
2517 * irc: improve mask used by command `/kickban`
2518 * xfer: add color for nicks in chat
2519 * xfer: add missing command `/me` (bug #28658)
2520 * gui: add color "darkgray", add support for background with light color
2521
2522 Bug fixes::
2523
2524 * core: fix bug with script installation on BSD/macOS (patch #6980)
2525 * core: fix compilation under Cygwin (patch #6916)
2526 * core: fix plural form in translation files (bug #27430)
2527 * core: fix terminal title bug: do not reset it when option weechat.look.set_title is off (bug #27399)
2528 * core: fix buffer used by some input functions called via plugin API with buffer pointer (bug #28152)
2529 * alias: fix bug with buffer for execution of alias, when called from plugin API with function command (bug #27697)
2530 * alias: fix bug with arguments (bug #27440)
2531 * irc: improve error management on socket error (recv/send)
2532 * irc: fix nick color for nicks with wide chars (bug #28547)
2533 * irc: fix autorejoin on channels with key
2534 * irc: fix command `/connect` (options -ssl, -ipv6 and -port) (bug #27486)
2535 * xfer: add missing charset decoding/encoding for IRC DCC chat (bug #27482)
2536 * fifo: remove old pipes before creating new pipe
2537 * gui: fix color "black" (bug #23882, debian #512957)
2538 * gui: fix message "Day changed to", sometimes displayed at wrong time (bug #26959)
2539 * gui: fix bug with URL selection in some terminals (caused by horizontal lines) (bug #27700)
2540 * gui: use default auto completion for arguments of unknown commands
2541 * gui: fix alignment problem for buffer name when a merged buffer is closed (bug #27617)
2542 * gui: update hotlist when a buffer is closed (bug #27470), remove buffer from hotlist when buffer is cleared (bug #27530)
2543 * gui: fix `/input history_global_next`: reset input content when last command in history is reached
2544 * api: fix function bar_set for python/lua/ruby (patch #6912)
2545
2546 Build::
2547
2548 * core: fix CMake directories: let user customize lib, share, locale and include directories (patch #6922)
2549 * ruby: add support of Ruby ≥ 1.9.1 (patch #6989)
2550
2551 [[v0.3.0]]
2552 == Version 0.3.0 (2009-09-06)
2553
2554 New features::
2555
2556 * core: add group support in nicklist
2557 * core: add `/reload` command to reload WeeChat and plugins config files (signal SIGHUP is caught to reload config files)
2558 * core: add new `/layout` command and save_layout_on_exit config option, to save/restore windows and buffers order (task #5453)
2559 * core: add new options for completion, optional stop instead of cycling with words found (task #5909)
2560 * core: new name for configuration files (*.conf instead of *.rc)
2561 * core: improve `/set` command, new command `/unset` (task #6085)
2562 * core: add new input action "set_unread_current_buffer" to set unread marker for current buffer only (task #7286)
2563 * core: remove key functions, replaced by `/input` command
2564 * core: add argument with buffer number/range for command `/buffer close` (task #9390, task #7239)
2565 * core: add new command `/wait` (schedule a command execution in future)
2566 * core: improve main loop: higher timeout in select, less CPU usage
2567 * gui: new display engine, with prefix and message for each line
2568 * gui: add new type of buffer, with free content
2569 * gui: add tags for lines and custom filtering by tags or regex (task #7674)
2570 * gui: add buffer merging (task #7404)
2571 * gui: add custom bars, with custom items
2572 * gui: add key to zoom a window (task #7470)
2573 * gui: add keys to move into last visited buffers: kbd:[Alt+<] and kbd:[Alt+>]
2574 * gui: come back to last visited buffer when closing a buffer
2575 * gui: add new option scroll_page_percent to choose percent of height to scroll with kbd:[PgUp] and kbd:[PgDn] keys (task #8702)
2576 * gui: add number of lines remaining after last line displayed in "-MORE-" indicator (task #6702)
2577 * network: add support for more than one proxy, with proxy selection for each IRC server (task #6859)
2578 * aspell: improve plugin: use of many dictionaries, global dictionary, real time checking (optional), fix bugs with utf-8
2579 * irc: add irc plugin (replaces old IRC code in core) (task #6217)
2580 * irc: add smart join/part/quit message filter (task #8503)
2581 * irc: use of many addresses for servers (auto-switch when a connection fails), nicks are now set with one option "nicks" (task #6088)
2582 * irc: add some colors in messages from server (for text and nicks) (task #8926)
2583 * irc: add color decoding in title for IRC channels (task #6030)
2584 * irc: add missing commands (328, 369)
2585 * logger: add logger plugin with new features: backlog, level for messages to log (task #8592), level by buffer (task #6687), filename mask by buffer, option "name_lower_case" (bug #19522)
2586 * relay: add relay plugin (network communication between WeeChat and remote application)
2587 * xfer: add speed limit for DCC files sending (task #6178)
2588 * xfer: add new option xfer.file.use_nick_in_filename for Xfer files (task #7140)
2589 * plugins: add some other plugins: alias, demo, fifo, tcl, xfer
2590 * scripts: new scripts: weeget.py (script manager), jabber.py (jabber/XMPP protocol), go.py (quick jump to buffers), buffers.pl (sidebar with list of buffers), iset.pl (set options interactively), weetris.pl (tetris-like game), mastermind.pl, ...
2591 * api: add hooks: command, timer, file descriptor, process, connection, print, signal, config, completion, modifier, info, infolist
2592 * api: new plugin API with many new functions: hooks, buffer management and nicklist, bars, configuration files, network, infos/infolists, lists, upgrade
2593
2594 Internationalization::
2595
2596 * add Polish translations
2597
2598 Bug fixes::
2599
2600 * core: fix nick completion bug (missing space after nick)
2601 * gui: fix completion with non-latin nicks (bug #18993)
2602 * gui: fix display bug with some weird UTF-8 chars (bug #19687)
2603 * gui: fix bug with wide chars in input (bug #16356)
2604 * gui: fix bug when switching window, scrollback is now preserved (task #7680)
2605 * network: fix network connection for hostnames resolving to several IPs: try all IPs in list until one succeeds (bug #21473, debian #498610)
2606 * alias: fix bug with alias, use current buffer to run commands (bug #22876)
2607 * irc: fix lock with SSL servers when connection fails, and when disconnecting during connection problem (bug #17584)
2608 * irc: command `/whois` is now authorized in private without argument (task #7482)
2609 * irc: fix private buffer name with Irssi proxy (bug #26589)
2610 * irc: remove kernel info in CTCP VERSION reply (task #7494)
2611 * irc: fix mode parsing when receiving modes with arguments (bug #26793)
2612 * scripts: do not auto-load hidden files (bug #21390)
2613
2614 [[v0.2.6.3]]
2615 == Version 0.2.6.3 (2009-06-13)
2616
2617 Bug fixes::
2618
2619 * fix GnuTLS detection (use pkg-config instead of libgnutls-config) (bug #26790)
2620
2621 [[v0.2.6.2]]
2622 == Version 0.2.6.2 (2009-04-18)
2623
2624 Bug fixes::
2625
2626 * fix bug with charset decoding (for example with iso2022jp) (bug #26228)
2627
2628 [[v0.2.6.1]]
2629 == Version 0.2.6.1 (2009-03-14)
2630
2631 Bug fixes::
2632
2633 * fix crash with some special chars in IRC messages (bug #25862, CVE-2009-0661)
2634
2635 [[v0.2.6]]
2636 == Version 0.2.6 (2007-09-06)
2637
2638 New features::
2639
2640 * add new option `deloutq` to `/server` command to delete all servers messages out queues (task #7221)
2641 * add string length limit for setup file options
2642 * add option to align text of messages (except first lines) (task #7246)
2643 * add paste detection, new options look_paste_max_lines and col_input_actions (task #5442)
2644 * add support of channel mode +u (channel user) (bug #20717)
2645 * improve `/connect` command to connect to a host by creating a temporary server, add option to `/server` to create temporary server (task #7095)
2646 * add `copy`, `rename` and `keep` options to `/server` command
2647 * allow clear of multiple selected buffers with `/clear` (patch #6112)
2648 * add key for setting unread marker on all buffers (default: kbd:[Ctrl+s], kbd:[Ctrl+u]) (task #7180)
2649 * improve command `/server` ant its output
2650 * add 3 default new keys: kbd:[Ctrl+b] (left), kbd:[Ctrl+f] (right), kbd:[Ctrl+d] (delete)
2651 * add "buffer_move" event handler to plugins API (task #6708)
2652 * add key function "jump_previous_buffer" to jump to buffer previously displayed (new key: kbd:[Alt+j], kbd:[Alt+p]) (task #7085)
2653 * add "%*" to completion template, to repeat last completion
2654 * add `-nojoin` option for `/connect` and `/reconnect` commands (task #7074)
2655 * add `scroll` option to `/buffer` command
2656 * down key now saves input to history and clears input line (task #7049)
2657 * command `/away` allowed when not connected to server (internally stored and AWAY command is sent when connecting to server) (task #7003)
2658 * add argument for `/upgrade` command (path to binary)
2659 * add hotlist sort with new option "look_hotlist_sort" (task #5870)
2660
2661 Bug fixes::
2662
2663 * fix bug with log of plugin messages (option log_plugin_msg)
2664 * fix display bug with some special chars in messages (some words were truncated on screen) (bug #20944)
2665 * fix UTF-8 bug with color encoding/decoding
2666 * fix crash when searching text in buffer with kbd:[Ctrl+r] (bug #20938)
2667 * fix bug with flock when home is on NFS filesystem (bug #20913)
2668 * fix user modes in nicklist when ban and nick mode are received in the same MODE message (bug #20870)
2669 * fix IRC message 333: silently ignore message if error when parsing it
2670 * fix server option "command_delay": does not freeze WeeChat any more
2671 * fix bug with highlight and UTF-8 chars around word (bug #20753)
2672 * fix nick prefix display on servers that doesn't support all prefixes (bug #20025)
2673 * fix terminal encoding detection when NLS is disabled (bug #20646)
2674 * fix crash when sending data to channel or pv on disconnected server (bug #20524)
2675 * fix bugs with IRC color in messages, now color codes are inserted in command line with kbd:[Ctrl+c], kbd:[Ctrl+b].. instead of %C,%B,.. (bug #20222, task #7060)
2676 * fix bug with smart nick completion (last speakers first) when a nick is changed
2677 * fix charset bug with channel names in status bar (bug #20400)
2678 * fix log file when channel name contains "/" (bug #20072)
2679 * fix bug with `/topic` when channel not open and topic not defined (bug #20141)
2680
2681 Documentation::
2682
2683 * add Swedish quickstart guide
2684
2685 [[v0.2.5]]
2686 == Version 0.2.5 (2007-06-07)
2687
2688 New features::
2689
2690 * add missing IRC commands (327, 378, 379) (bug #20091)
2691 * add "%M" for completion with nicks of current server (nicks on open channels) (task #6931)
2692 * improve key bindings: now possible to bind a key on many commands, separated by semicolon (task #5444)
2693 * improve IRC long message split: use word boundary (task #6685)
2694 * add protocol priority for GnuTLS (patch #5915)
2695 * add channel admin mode "!" for some IRC servers
2696 * add `/reconnect` command (task #5448)
2697 * add `-all` option for `/connect` and `/disconnect` commands (task #6232)
2698 * improve nick completion: completion with last speakers first and self nick at the end; add option look_nick_completion_smart, enabled by default (task #5896)
2699 * add color for input text not found in buffer history
2700
2701 Bug fixes::
2702
2703 * fix `/quote` command: now allowed when socket is OK (even if IRC connection to server is not OK) (bug #20113)
2704 * fix hotlist when exiting search mode: current buffer is removed from hotlist
2705 * remove ":" for unknown IRC commands before arguments (bug #19929)
2706 * fix "%C" completion: now completes with all channels of all servers
2707 * fix bug with `/buffer query_name`, add server and channel completion for `/buffer` command (bug #19928)
2708 * fix IRC mode parsing when receiving modes with arguments (bug #19902)
2709 * fix crash with IRC JOIN malformed message (bug #19891)
2710 * fix bug with nick prefixes on some IRC servers (bug #19854)
2711 * improve setup file save: now writes temporary file, then rename it (task #6847)
2712 * fix bug with $nick/$channel/$server variables in commands
2713 * forget current nick when user manually disconnects from server
2714 * fix nick display in input window
2715 * fix bug with erroneous nickname when connecting to server (bug #19812)
2716 * fix display bugs in IRC error messages
2717 * fix bug with iso2022jp locale (bug #18719)
2718 * fix string format bug when displaying string through plugin script API
2719 * fix nick completion in command arguments (bug #19590)
2720 * fix possible crash with nick completion when a nick leaves channel (bug #19589)
2721 * fix USER message when connecting to IRC server (patch #5835)
2722
2723 Build::
2724
2725 * add CMake for weechat compilation (patch #5943)
2726
2727 [[v0.2.4]]
2728 == Version 0.2.4 (2007-03-29)
2729
2730 New features::
2731
2732 * rename log file for DCC chat (now <server>.dcc.<nick>.weechatlog)
2733 * add current buffer in hotlist when scrolling up in buffer (task #6664)
2734 * improve password hiding, code cleanup (bug #19229)
2735 * add new return code in plugin API to force highlight (for message handlers only)
2736 * add `call` option to `/key` command, add new key function "insert" to insert text on command line (task #6468)
2737 * add event handler to plugin API
2738 * add numeric argument for `/clear` command (buffer number) (patch #5372)
2739 * add new key (kbd:[Ctrl+r]) for interactive and incremental search in buffer history (task #6628)
2740
2741 Bug fixes::
2742
2743 * fix color bug with IRC messages displayed by plugins (bug #19442)
2744 * fix topic charset, now using channel charset if defined (bug #19386)
2745 * fix crash when closing a pv if a DCC chat is open on same nick (bug #19147)
2746 * fix bug with channel topic after reconnection (not erased) (bug #19384)
2747 * fix bug with explode_string / free_exploded_string when max_items > 0
2748 * fix `/topic` completion when no topic set on current channel (bug #19322)
2749 * fix bug with server buffer when "look_one_server_buffer" is ON and server buffer is moved to any number > 1 (bug #19219)
2750 * fix `/help` command: displays plugin help for redefined commands (bug #19166)
2751 * prefix "/" disabled in commands (patch #5769)
2752 * fix completion of redefined commands removed by plugins (bug #19176)
2753 * fix memory leaks in perl and python plugins (bug #19163)
2754 * fix permissions on "dcc" and "logs" directories (bug #18978)
2755 * fix crash when `/away` command is issued with no server connection (bug #18839)
2756 * fix crash when closing a buffer opened on many windows
2757 * fix freeze with SSL server when disconnecting after connection loss (bug #18735)
2758
2759 Documentation::
2760
2761 * add Scots quickstart guide
2762
2763 [[v0.2.3]]
2764 == Version 0.2.3 (2007-01-10)
2765
2766 Bug fixes::
2767
2768 * fix display bugs with nicklist at top/bottom when look_nicklist_separator is OFF (bug #18737)
2769 * fix iconv problem, causing truncated words when using iso locale
2770 * fix topic scroll when topic has multi-bytes chars
2771 * fix bugs with charset: now decodes/encodes nicks and channels in IRC messages (bug #18716)
2772
2773 Build::
2774
2775 * fix compilation problem with iconv under FreeBSD
2776
2777 [[v0.2.2]]
2778 == Version 0.2.2 (2007-01-06)
2779
2780 New features::
2781
2782 * add anti-flood option (irc_anti_flood) (task #5442)
2783 * plugins: "add_message_handler" now accepts "*" for all IRC messages
2784 * add keys (kbd:[F9] / kbd:[F10]) to scroll topic (task #6030)
2785 * add auto completion with channels and filenames (task #5423)
2786 * add option "look_nicklist_separator" (task #5437)
2787 * add "irc_send_unknown_commands" option to send unknown commands to IRC server (OFF by default) (task #5947)
2788 * `/charset` command and charset conversions now made by "charset" plugin
2789 * add filename completion (task #5425)
2790 * add "modifier" in plugins API
2791 * improve `/plugin` command
2792 * add date in plugin function get_buffer_data
2793 * add more values for config boolean values: y/true/t/1 and n/false/f/0
2794
2795 Bug fixes::
2796
2797 * fix bug with status bar (missing refresh) when closing a buffer
2798 * fix bug with use of first buffer for a channel if not connected to server (now allowed only for a server buffer)
2799 * fix refresh bug with private buffer title
2800 * fix bug with nick completion in command arguments (now uses option look_nick_completion_ignore)
2801 * fix display bug with color for first line on screen (bug #17719)
2802 * fix bug with set_config function in plugins API (bug #18448)
2803 * fix memory leak in keyboard input
2804 * fix refresh bug when changing config options if window is split
2805 * add space between chat and nicklist when position is "right" (bug #17852)
2806 * fix bug with DCC SEND when filename begins with "~"
2807 * fix display bug in status bar, wrong length when using UTF-8
2808 * fix bug with ignore: now any IRC command is allowed
2809 * fix crash with kbd:[Ctrl+t] (transpose) and one char on line (bug #18153)
2810 * fix bug on ignore with "mode" IRC command (bug #18058)
2811 * fix crash when loading ruby script if file does not exist, with Ruby ≥ 1.9 only (bug #18064)
2812 * mode changes with `/op`, `/deop`, `/voice`, `/devoice`, `/halfop`, `/dehalfop` are now sent in one mode command to server (task #5968)
2813 * fix bug with `/alias` and arguments (like $1), now text after argument(s) is used (bug #17944)
2814 * fix minor display bug with special chars on some arch like PPC
2815
2816 Build::
2817
2818 * fix some portability bugs (patch #5271)
2819 * fix iconv detection for BSD (patch #5456)
2820 * fix typo in configure.in (bash specific test) (patch #5450)
2821
2822 [[v0.2.1]]
2823 == Version 0.2.1 (2006-10-01)
2824
2825 New features::
2826
2827 * command `/away -all` now allowed when not connected to current server
2828 * new signals handled: SIGTERM and SIGHUP (received when terminal is closed): clean WeeChat quit (send quit to irc servers then quit WeeChat)
2829 * add some new default key bindings for existing keys (for some OS)
2830 * command `/key` now OK with one argument (key name): display key if found
2831 * add current channel completion for `/ctcp` command
2832 * values yes/no accepted (as on/off) for config boolean values (task #5454)
2833 * add server default notify level (set by `/buffer notify` on server buffer) (task #5634)
2834 * add special vars $nick/$channel/$server for server_command, alias and plugin command handlers
2835 * add arguments $1,$2,..,$9 and $* for alias (task #5831)
2836 * add hotlist in session file when using `/upgrade` command (task #5449)
2837
2838 Bug fixes::
2839
2840 * fix crash for DCC receiver when resuming a file (bug #17885)
2841 * fix DCC error for sender when receiver cancels DCC (bug #17838)
2842 * fix random crash with `/upgrade` command (error when loading buffers)
2843 * fix buffer search by server/channel: now if only channel is specified, a channel of another server can be found
2844 * fix highlight for DCC, invite and notice: when a window is displaying buffer, there's no highlight
2845 * fix bug with CTCP VERSION sent on channels (bug #17547)
2846 * fix bugs in get_buffer_data which breaks the retrieval of buffer content (perl, lua)
2847 * fix nicklist display bug when top/bottom (not enough lines) (bug #17537)
2848 * fix bug with auto-rejoin of keyed channels (bug #17534)
2849 * add default nick completion when line starts with "//" (bug #17535)
2850 * fix crashes with `/buffer` and `/charset` commands when not connected to any server (bug #17525)
2851 * fix nick refresh problem with unrealircd specific modes: chan owner (~) and chan admin (&) (bug #17340)
2852
2853 [[v0.2.0]]
2854 == Version 0.2.0 (2006-08-19)
2855
2856 New features::
2857
2858 * add "C"lear option on IRC raw buffer
2859 * IRC raw buffer now uses join/part prefix with color to display messages
2860 * add send of "quit" message to server when using `/disconnect`
2861 * add "%m" for completion with self nick (on current server)
2862 * add missing IRC commands (310, 326, 329, 338)
2863 * improve DCC speed (up to x5 on LAN) by forking for DCC files and a new option "dcc_fast_send" (does not wait for ACK) (task #5758)
2864 * add "look_save_on_exit" option (patch from Emanuele Giaquinta)
2865 * add new functions in plugin/script API: get window info, get buffer info, get buffer content
2866 * add color encoding for some commands like `/me`
2867 * add aspell plugin
2868
2869 Bug fixes::
2870
2871 * fix "wallops" command when received, now displayed by WeeChat (bug #17441)
2872 * fix `/wallops` command (now many words are correctly sent)
2873 * fix command 348 (channel exception list, received by `/mode #chan e`)
2874 * add missing modes (channel & user), now all modes are allowed (bug #16606)
2875 * fix DCC restore after `/upgrade` (order is now correctly saved)
2876 * fix away after server disconnection (now away is set again when reconnecting) (bug #16359)
2877 * fix DCC file connection problem (connection from receiver to sender)
2878 * fix crash when purging DCC with high number of DCC (> window size)
2879 * fix completion for command handlers (now empty completion_template means nick completion, "-" string means no completion at all)
2880 * fix nick alignment problem when look_nickmode is off
2881 * add generic function for incoming numeric IRC commands (bug #16611)
2882 * fix crash when doing `/part something` on a server buffer (bug #17201)
2883 * charsets are now checked when set by `/charset` command
2884 * fix crash on DCC buffer under Darwin 8 (bug #17115)
2885 * fix bug with spaces in script names (bug #16957)
2886 * fix random crash when "MODE #chan -l" is received
2887 * fix bug in IRC parser (random crash with malformed IRC messages)
2888 * fix refresh bugs when terminal is resized: too many refreshes, display bug with split windows
2889 * case ignored for channel names in charset options (bug #16858)
2890 * fix crash when setting look_one_server_buffer to ON (bug #16932)
2891 * fix display bug with special char (bug #16732)
2892 * rename plugins names (remove "lib" prefix in name)
2893 * fix crash when closing DCC/raw buffer if 2 are open (bug #16808)
2894 * fix crashes with DCC chat remove/purge on DCC view (bug #16775)
2895 * fix bug with connection to bnc (bug #16760)
2896 * command `/save` now writes plugins options (~/.weechat/plugins.rc)
2897 * fix crash with register function in plugin scripts (bug #16701)
2898 * fix random crash at exit (`/quit` or `/upgrade`) with split windows
2899
2900 Documentation::
2901
2902 * add Polish, Russian and Czech quickstart guide
2903
2904 Build::
2905
2906 * add configure option for doc XSL prefix (bug #16991)
2907
2908 [[v0.1.9]]
2909 == Version 0.1.9 (2006-05-25)
2910
2911 New features::
2912
2913 * add backtrace when WeeChat crashes, log file automatically renamed
2914 * add new key to find previous completion (kbd:[Shift+Tab] by default)
2915 * add missing IRC commands (006, 007, 290, 292, 310, 379, 437, 974)
2916 * add new option to customize input prompt
2917 * add nick modes
2918 * add hostnames associated to nicks (available for `/ban` completion)
2919 * add "+p" mode for channels, fix mode display in status bar
2920 * add nick alignment options
2921 * add keyboard handler to plugin API
2922 * improve script plugin loader
2923 * add hostname/IP option for connection to server
2924 * add `/setp` command (set plugin options)
2925 * aliases are executed before WeeChat/IRC commands, add `/builtin` command
2926 * add `/cycle` command, `/part` command does close buffer any more
2927
2928 Internationalization::
2929
2930 * add Russian translations (thanks to Pavel Shevchuk)
2931
2932 Bug fixes::
2933
2934 * fix `/squery` command (message sent to server, now OK with more than two arguments)
2935 * fix `/alias` command (with an alias name, display content)
2936 * add lock for log file (~/.weechat/weechat.log), only one WeeChat process can use this file (bug #16382)
2937 * fix crash with malformed UTF-8 strings
2938 * fix crash with ncurses color when too many colors defined in ncurses (bug #16556)
2939 * fix bug with long outgoing IRC messages (> 512 bytes) (bug #16358)
2940 * fix Ruby crash when handler does not return OK or KO (bug #16552)
2941 * fix UTF-8 display bug with chars using more than one cell on screen (bug #16356)
2942 * fix display bug with DCC file size when > 1 GB
2943 * fix refresh bug (deadlock in curses) when terminal is resized (bug #16542)
2944 * fix nicklist sort bug
2945 * fix crash when multiple pv have same name: now it's forbidden and pv buffer is not renamed (when a nick changes) if another exists with same name (bug #16369)
2946 * command `/clear [-all]` now clears hotlist
2947 * fix crash after `/upgrade` if a line in history is empty (bug #16379)
2948 * fix many crashes with DCC chat (bug #16416)
2949 * fix commands 332, 333 (`/topic` now OK when channel is not opened)
2950 * remove color encoding and charset conversion for commands (only allowed in text sent to channel/private)
2951 * fix `/names` command: now displays result when not on a channel
2952 * fix refresh bug (too many refresh) when terminal is resized
2953 * fix nicklist display bugs when on top or bottom of chat window
2954 * fix high CPU usage when running under a Screen that has been killed
2955
2956 Documentation::
2957
2958 * add German doc (thanks to Frank Zacharias)
2959
2960 Build::
2961
2962 * fix --disable-plugins option in configure script
2963 * improve Lua detection (bug #16574)
2964
2965 [[v0.1.8]]
2966 == Version 0.1.8 (2006-03-18)
2967
2968 New features::
2969
2970 * improve alias completion (now uses target command for completion)
2971 * add missing IRC command (487)
2972 * add inactivity time, available for plugins via get_info("inactivity")
2973 * add keys kbd:[Alt+Home] / kbd:[Alt+End] to scroll top/bottom, kbd:[Alt+F11] / kbd:[Alt+F12] to scroll nicklist top/bottom
2974 * add special names for plugin message handlers: weechat_pv, weechat_highlight, weechat_ctcp, weechat_dcc
2975 * add IRC raw data buffer (new key: kbd:[Alt+j], kbd:[Alt+r])
2976 * add new plugins functions: add_timer_handler, remove_timer_handler, remove_infobar
2977 * plugin messages handlers now called when message is ignored (by `/ignore`)
2978 * new behavior for messages ignored by a message handler: now WeeChat executes standard handler, treating message as "ignored"
2979 * many commands allowed for aliases
2980 * many commands allowed when connecting to server
2981 * add Lua script plugin
2982 * add functions in plugins API: get_server_info, free_server_info, get_channel_info, free_channel_info, get_nick_info, free_nick_info
2983 * add option "look_nick_complete_first" (patch from Gwenn)
2984 * add option "look_open_near_server" (patch from Gwenn)
2985 * add new scroll keys for a few lines up/down (default: kbd:[Alt+PgUp] / kbd:[Alt+PgDn]) (patch from Pistos)
2986 * add new option "irc_away_check_max_nicks" to disable away check on channels with high number of nicks (patch from Gwenn)
2987 * add new command line argument for setting WeeChat home dir (-d or --dir) (patch from Gwenn)
2988 * add option "irc_show_away_once", to show away message only once in pv
2989
2990 Internationalization::
2991
2992 * add partial Hungarian translations
2993
2994 Bug fixes::
2995
2996 * improve Ruby plugin
2997 * fix `/set` command when internal server name contains one or many dots
2998 * fix get_info plugin API function when no server at all is opened
2999 * fix display bug when top of buffer is displayed and first line is removed (according to "history_max_lines" setting)
3000 * fix `/mode` command output
3001 * fix completion problem in private with nicks
3002 * script plugins now load scripts in WeeChat system share directory
3003 * `/msg` command does not open any buffer any more
3004 * fix crash when using global history (when older entry is removed)
3005 * fix display bug with `/kill` command
3006 * fix bug with `/upgrade` and servers buffer
3007 * fix bug with get_dcc_info plugin interface function
3008 * fix bug with charset in infobar highlights
3009 * fix bug with buffer detection in plugins/scripts commands
3010 * fix bug with `/history` command
3011
3012 [[v0.1.7]]
3013 == Version 0.1.7 (2006-01-14)
3014
3015 New features::
3016
3017 * remove "irc_default_msg_away" setting, for RFC 2812 conformity (`/away` command without argument only removes away status), new values for "irc_display_away" (off, local, channel)
3018 * add color for window separators (when split)
3019 * add completion system for plugins/scripts commands
3020 * add charset by server and channel, new command: `/charset`
3021 * add Ruby script plugin
3022 * add `/upgrade` command
3023 * add ETA (Estimated Time of Arrival) for DCC files
3024 * `/nick` command is now allowed when not connected to server
3025 * add server/channel argument to `/buffer` command for jumping to buffer
3026 * add new keys for switching to other windows: kbd:[Alt+w], kbd:[Alt+Arrow]
3027 * add new keys for scrolling to previous/next highlight: kbd:[Alt+p] / kbd:[Alt+n]
3028 * add "read marker": an indicator for first unread line in a server or channel buffer (new key kbd:[Alt+u] to scroll to marker)
3029 * new window management: custom size for windows, auto resize when terminal is resized
3030 * add `/history` command
3031
3032 Bug fixes::
3033
3034 * fix msg command (now allowed in private buffer with "*" as target)
3035 * fix refresh bug with Solaris when term size is changed
3036 * fix plugins autoload
3037 * fix display bug in chat window when a message length equals to window width
3038 * fix infinite loop when resizing term to small size
3039
3040 Build::
3041
3042 * replace Texinfo doc by XML Docbook
3043
3044 [[v0.1.6]]
3045 == Version 0.1.6 (2005-11-11)
3046
3047 New features::
3048
3049 * new color management system, IRC colors are now correctly displayed and can be removed by new options irc_colors_receive and irc_colors_send
3050 * add setting for having one server buffer for all servers (look_one_server_buffer)
3051 * add setting for ignoring some chars when completing nicks
3052 * signal SIGPIPE is now ignored
3053 * add partial match for highlights
3054 * add dcc_own_ip and dcc_port_range settings
3055 * full UTF-8 support, auto-detection of UTF-8 usage (locale)
3056 * add "Day changed to [date]" message when day changes
3057 * new plugin interface, rewritten from scratch: now loads dynamic C library, and perl/python are script plugins
3058 * log options (for server/channel/private) can now be set while WeeChat is running
3059 * add channel modes +e and +f
3060 * add some missing IRC commands, fix command 367
3061 * add colors for input buffer and current channel of status bar
3062 * add online help for config options (with `/set` full_option_name)
3063 * enhanced "smart" hotlist, with names (new options: look_hotlist_names_{count|level|length})
3064
3065 Bug fixes::
3066
3067 * fix scroll problem when one line is bigger than screen size
3068 * fix IRC message parser bug
3069
3070 [[v0.1.5]]
3071 == Version 0.1.5 (2005-09-24)
3072
3073 New features::
3074
3075 * add `/ame` command (send CTCP action to all channels of all connected servers)
3076 * add setting "irc_notice_as_pv" to see notices as pv
3077 * add nicks colors in setup file
3078 * add some missing IRC commands
3079 * add `/ignore` and `/unignore` commands
3080 * signal SIGQUIT is now ignored
3081 * jump to next server now saves current channel buffer for each server
3082 * add keys kbd:[Ctrl+Up] / kbd:[Ctrl+Down] to call previous/next command in global history (common to all buffers)
3083
3084 Bug fixes::
3085
3086 * fix DCC bug: delete failed file only if really empty (on disk)
3087 * fix IRC message parser bug
3088 * fix scroll problem (screen moving when scrolling and new line displayed)
3089 * fix infinite loop when scrolling back and displaying long lines
3090 * fix crash when closing a buffer used by more than one window
3091 * fix DCC display bug (now decodes string according to charset)
3092 * fix bug with strings comparison (str[n]casecmp) and some locales (like Turkish), now using ASCII comparison (thanks to roktas)
3093 * fix refresh bug when one line is bigger than screen size
3094 * fix look_nicklist_min_size and look_nicklist_max_size options
3095 * fix refresh bug when changing channel modes
3096
3097 [[v0.1.4]]
3098 == Version 0.1.4 (2005-07-30)
3099
3100 New features::
3101
3102 * join and part/quit prefixes (arrows) now displayed with different colors
3103 * add "irc_highlight" setting, to get highlight with any word
3104 * add `/amsg` command (send text to all channels of all connected servers)
3105 * add color for private in hotlist (different than color for highlight)
3106 * add DCC resume and timeout
3107 * add function for Perl/Python to get DCC list
3108 * new keyboard management: keys are setup in config file, add new command `/key`, add some new default keys, kbd:[Alt+k] is used to grab key (useful for `/key` command)
3109 * add seconds in infobar time (optional thanks to new setting)
3110 * add auto-prefix with "#" for channels (if no prefix found), with `/join` command
3111
3112 Bug fixes::
3113
3114 * fix auto-rejoin for channels with key
3115 * fix `/ctcp` command (now any command/data allowed)
3116 * fix SIGSEGV handler (now write a core file by aborting program)
3117 * fix statusbar & infobar background refresh problem with some systems
3118 * fix FIFO pipe (command now authorized on a buffer not connected to an IRC server)
3119 * topic completion now decodes UTF-8 string
3120 * fix bug with IRC URL on command line (irc://)
3121 * fix some curses refreshes
3122
3123 [[v0.1.3]]
3124 == Version 0.1.3 (2005-07-02)
3125
3126 New features::
3127
3128 * proxy support (http, socks4, socks5) with authentication (http, socks5) and ipv6 support (client to proxy)
3129 * add completion for config option (with `/set` command)
3130 * commands from users outside channel now authorized (if special user or channel without "n" flag)
3131 * add IPv6 support
3132 * kill command now received and displayed
3133 * add SSL support
3134 * channel notify levels are saved in config file (new option "server_notify_levels" for server sections)
3135 * part message now accepts %v (replaced by WeeChat version), like quit message
3136
3137 Bug fixes::
3138
3139 * errors while loading perl scripts are now displayed in server buffer (instead of current buffer)
3140 * in python scripts, all messages written in stdin and stderr are redirected in server buffer
3141 * fix a filename error while loading a python script manually
3142 * fix plugins print and prnt functions: now OK for writing on server buffers
3143 * fix color problem with new libcurses version
3144 * fix crash when using kbd:[Alt+s] or kbd:[Alt+x] on DCC buffer (kbd:[Alt+d])
3145 * fix startup crash when config file (~/.weechat/weechat.rc) is not found
3146
3147 Build::
3148
3149 * improve Perl/Python libs detection for ./configure script
3150
3151 [[v0.1.2]]
3152 == Version 0.1.2 (2005-05-21)
3153
3154 New features::
3155
3156 * add Python plugin support, improve Perl interface (and now Perl/Python libraries are checked by configure script)
3157 * add nicklist scroll keys (kbd:[Alt+Home] / kbd:[Alt+End] / kbd:[Alt+PgUp] / kbd:[Alt+PgDn] or kbd:[F11] / kbd:[F12])
3158 * add transfer rate for DCC files
3159 * add `-all` option for `/nick` command
3160 * buffers timestamp can now be changed (new option in config file)
3161 * add missing IRC commands (307, 341, 485, 671)
3162
3163 Bug fixes::
3164
3165 * fix nicklist sort
3166 * fix crash when purging old DCC
3167 * fix crash with 64-bits arch (like AMD64) when converting UTF-8
3168
3169 Build::
3170
3171 * WeeChat now OK under *BSD and macOS
3172
3173 [[v0.1.1]]
3174 == Version 0.1.1 (2005-03-20)
3175
3176 New features::
3177
3178 * add nicks count for channel buffers
3179 * add FIFO pipe for remote control
3180 * add crash dump when WeeChat receives SIGSEGV (Segmentation fault)
3181 * add new display engine: doesn't cut words at end of lines
3182 * add DCC send and DCC chat
3183 * add `/halfop` and `/dehalfop` commands, fix halfop display bug in nicklist
3184 * add `/ban`, `/unban` and `/kickban` commands
3185 * add --irc-commands and --weechat-commands command line options
3186 * connection to IRC server is now made by child process (non blocking)
3187 * add support for UnrealIrcd ("~" for chan owner, "&" for chan admin)
3188 * new key for window switch (now: kbd:[F5] / kbd:[F6] = switch buffer, kbd:[F7] / kbd:[F8] = switch window)
3189 * on server buffer, only server messages are logged
3190 * improve `/help` command output
3191 * plugins messages are logged with new config option (log_plugin_msg)
3192
3193 Internationalization::
3194
3195 * add Spanish translations
3196
3197 Bug fixes::
3198
3199 * fix `/kick` command
3200 * fix `/invite` command (and now invite requests are displayed)
3201 * fix `/buffer close` command (now OK when disconnected from server)
3202 * fix display bugs when many windows are opened
3203
3204 [[v0.1.0]]
3205 == Version 0.1.0 (2005-02-12)
3206
3207 New features::
3208
3209 * improve `/window` command: now split and merge are OK
3210 * away nicks are now displayed with another color (new option: "irc_away_check")
3211 * add away indicator in status bar
3212 * add lag indicator (and auto-disconnect after a delay if important lag)
3213 * improve completion: now completes commands arguments (IRC and internal), when only one completion matches, completion mechanism is stopped (to complete command argument for example)
3214 * improve `/set` command: empty strings are allowed, new colors, server options can be changed while WeeChat is running
3215 * add default away/part/quit messages in config file
3216 * new [irc] section in config file, move option "look_display_away" to "irc_display_away"
3217 * server messages & errors are all prefixed (by 3 chars, like "-@-")
3218 * add new options for charset (UTF-8 support): look_charset_decode, look_charset_encode and look_charset_internal
3219
3220 Bug fixes::
3221
3222 * fix many memory leaks
3223 * fix colors bug: remove "gray" color (replaced by "default"), colors are OK when terminal has white (or light) background
3224 * fix crash when resizing terminal to small size
3225 * fix crash when multiple servers and big messages received from server
3226 * fix crash when closing some private buffers
3227 * fix crash when unknown section with option(s) in config file
3228 * fix `/op`, `/deop`, `/voice`, `/devoice` (now OK with many nicks)
3229 * fix `/me` command (now OK without parameter)
3230 * fix `/away` command (now OK if not away)
3231 * logs are now disabled by default (server/channel/private)
3232
3233 [[v0.0.9]]
3234 == Version 0.0.9 (2005-01-01)
3235
3236 New features::
3237
3238 * auto-reconnection to server (new options: server_autoreconnect (on/off), server_autoreconnect_delay (in seconds))
3239 * new command `/buffer close` (close any server/channel/private buffer)
3240 * new keys: kbd:[Ctrl+a] (home), kbd:[Ctrl+e] (end), kbd:[Ctrl+w] (same as kbd:[Ctrl+Backspace]), kbd:[Alt+s] (switch to server buffer), kbd:[Alt+x] (switch to first channel of next server)
3241 * add new config option: "server_command_delay" (delay in seconds after startup command for each server)
3242
3243 Bug fixes::
3244
3245 * fix major bug when socket is closed by server (100% CPU usage), and disconnections are now OK (all channels are "closed", history is still visible, and buffer will be used again if reconnection to server)
3246 * option "look_remove_colors_from_msgs" is now working
3247 * fix display of nick mode changes
3248 * fix `/notice` command (and display when received from server)
3249
3250 [[v0.0.8]]
3251 == Version 0.0.8 (2004-10-30)
3252
3253 New features::
3254
3255 * nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off)
3256 * auto-rejoin channels when kicked (new config option: server_autorejoin on/off)
3257 * add IRC::command function for Perl scripts
3258 * `/buffer` command developed (buffers list, move and notify)
3259 * logging buffers to disk (server/channel/private according to user preferences)
3260 * add config option "look_display_away" to announce away in channels
3261 * DCC file receive OK (kbd:[Alt+d] for DCC view)
3262 * add key kbd:[Ctrl+l] (`L`) for redrawing terminal
3263 * add key kbd:[Alt+r] for clearing hotlist
3264
3265 Bug fixes::
3266
3267 * fix `/kick` command: now OK with many words as reason
3268 * fix bug when adding alias with same name as other
3269 * fix crash when resizing terminal to very small size
3270 * "-MORE-" message is now erased when switching to another buffer
3271 * `/query` command now reopens private buffer if already opened
3272
3273 [[v0.0.7]]
3274 == Version 0.0.7 (2004-08-08)
3275
3276 New features::
3277
3278 * new "col_status_delimiters" config option
3279 * add command `/buffer`, buffers ordered by number, auto-jump to active buffers (kbd:[Alt+a]), jump to buffers by number (kbd:[Alt+0...9])
3280 * add command `/window`, split terminal horizontally/vertically
3281 * unique color for each nick (based on nickname)
3282 * add history limit (text buffer and commands)
3283
3284 Bug fixes::
3285
3286 * action messages are now considered as messages, not crappy joins/parts
3287 * fix display bug when nicklist is displayed at bottom of screen
3288
3289 Build::
3290
3291 * replace --enable-debug with --with-debug option for ./configure
3292
3293 [[v0.0.6]]
3294 == Version 0.0.6 (2004-06-05)
3295
3296 New features::
3297
3298 * improve channel highlight (priority to message vs join/part)
3299 * add command `/query` (starts private conversation)
3300 * add IRC messages 476, 477
3301
3302 Bug fixes::
3303
3304 * fix bug when opened private win and remote user changes his nick
3305 * `/mode` command is now OK and channel flags are displayed in status bar
3306 * fix display bug (text was blinking when scrolling)
3307 * CTCP Version reply is now in English only and doesn't show host (security reason)
3308
3309 [[v0.0.5]]
3310 == Version 0.0.5 (2004-02-07)
3311
3312 New features::
3313
3314 * `/set` command to modify config options when WeeChat is running
3315 * URL command line parameter to connect to server(s)
3316 * new Perl script function to display message in info bar ("IRC::print_infobar")
3317 * info bar highlight notifications
3318 * add info bar timestamp in config ("look_infobar_timestamp")
3319 * add info bar (optional, "look_infobar" to enable it, "on" by default)
3320 * add -c (or --config) command line parameter to see config file options
3321
3322 Bug fixes::
3323
3324 * fix look_nicklist config option, now enables/disables nicklist
3325 * secure code to prevent buffer overflows and memory leaks
3326 * fix QUIT IRC command: now sent to all connected servers (not only current)
3327 * fix crash with `/oper` command
3328 * for default config file, nick is now based on un*x username
3329 * fix crash when config file cannot be written
3330 * add highlight on action messages
3331
3332 [[v0.0.4]]
3333 == Version 0.0.4 (2004-01-01)
3334
3335 New features::
3336
3337 * add Perl plugin
3338
3339 Bug fixes::
3340
3341 * fix switch to private buffer
3342 * add highlight when our nick is written in a channel/private window
3343 * catch kbd:[Ctrl+c] (ignored)
3344
3345 Build::
3346
3347 * debug messages can be enabled via ./configure --enable-debug option
3348
3349 [[v0.0.3]]
3350 == Version 0.0.3 (2003-11-03)
3351
3352 New features::
3353
3354 * add new IRC commands: stats, service, squit, motd, lusers, links, time, trace, admin, info, servlist, squery, who, whowas, die, summon, users, wallops, userhost, ison, ctcp ping
3355
3356 Internationalization::
3357
3358 * add French translations
3359
3360 Bug fixes::
3361
3362 * for sort of nicks (op, halfop, voice, other)
3363 * fix problem with "353" IRC message (nicklist)
3364 * fix problem when nick is truncated by server
3365 * fix crash when entering text without any server connection
3366 * fix crash when `/set` command is executed
3367 * fix display bug (text was blinking when scrolling)
3368 * code cleanup
3369
3370 Build::
3371
3372 * add ./configure script to build WeeChat
3373
3374 [[v0.0.2]]
3375 == Version 0.0.2 (2003-10-05)
3376
3377 New features::
3378
3379 * add commands `/rehash` and `/restart`
3380 * and command and auto-join channels when connected to server
3381 * new commands for alias: `/alias`, `/unalias` (new section in config file)
3382 * config is now saved automatically when quitting WeeChat, add `/save` command
3383 * new commands for servers: `/server`, `/connect`, `/disconnect`
3384 * add autoconnect flag for each server in config file
3385 * add "look_set_title" option in config file
3386 * term window title is modified with WeeChat name and version
3387 * CTCP version returns more info (about OS)
3388
3389 Bug fixes::
3390
3391 * fix nicklist display bug
3392 * fix crash when sending command which can only be received
3393
3394 [[v0.0.1]]
3395 == Version 0.0.1 (2003-09-27)
3396
3397 New features::
3398
3399 * ncurses GUI with color output
3400 * multi-servers
3401 * channel windows, with nicklist (position: top, bottom, left or right)
3402 * private windows
3403 * IRC commands: away, ctcp, deop, devoice, invite, join, kick, kill, list, me, mode, msg, names, nick, notice, op, oper, part, ping, pong, quit, quote, topic, version, voice, whois
3404 * WeeChat commands: clear, help, set (partial)
3405 * many config options
3406 * log file (~/.weechat/weechat.log)
3407 * nicklist can be moved on top, bottom, left or right of window