summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2015-12-13 14:14:41 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2015-12-15 14:06:50 +0100
commitab809d8d2a9cfb3f0d879c098f2d2d88ce60d3fe (patch)
tree777df01ad78d211e5792d42af52aaeb729dae794 /NEWS
parent653fd590aff1d2f602ceef999b3df2719e0835b1 (diff)
downloadirssi-ab809d8d2a9cfb3f0d879c098f2d2d88ce60d3fe.zip
list NEWS since 0.8.17
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS54
1 files changed, 51 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 511f495a..c37129bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,57 @@
-v0.8.18-head 2014-XX-YY The Irssi team <staff@irssi.org>
- + Garbage Collection support has been removed. This will hardly have any
+v0.8.18-rc1 2015-12-15 The Irssi team <staff@irssi.org>
+ * Modules will now require to define a
+ void MODULENAME ## _abicheck(int *version)
+ method to ensure that they are compiled against the correct Irssi
+ version.
+ * The signature of "message private" has been changed to
+ 5: server, message, nick, address, target
+ in order to support "self messages". Module authors should
+ implement this change if they are using this signal.
+ * Removing networks will now remove all attached servers and channels
+ (#45).
+ * /proxy command has been renamed to /irssiproxy
+ * sb_search has been moved to scripts.irssi.org
+ * WIN32 has been completely removed (it had not been working and is
+ lacking a maintainer.)
+ * Garbage Collection support has been removed. This will hardly have any
effect for anyone given that it has been unsupported for several years.
- + Disable SSLv3 due to the POODLE vulnerability.
+ + CAP SASL PLAIN login is now supported natively.
+ + Paste bracket markers can be requested from terminal with
+ /set paste_use_bracketed_mode on
+ + "Self messages" generated by some bouncers can now be received in the
+ proper window.
+ Try to split long lines on spaces to avoid words being splitted. Adds
a new option: 'split_line_on_space' which defaults to on.
+ + Add setting hilight_nick_matches_everywhere (#56).
+ + The config parser is more robust and prints out better diagnostics on
+ incorrect config files.
+ + Ctrl+^ (FS#721) and Ctrl+J can now be bound.
+ + Command history can be cleared with /window history -clear
+ + /hilight -mask -line is now supported (FS#275).
+ + CHANTYPES are now supported.
+ + Improved reload speed of ignores.
+ + Add -date feature to /lastlog
+ + irssiproxy can be more easily enabled and disabled.
+ + Expando for hostname (FS#829).
+ + UNIX sockets can now also be specified in the config file.
+ + Disable SSLv3 due to the POODLE vulnerability.
+ + SSL ciphers can now be specified per server.
+ + Added SNI support for SSL.
+ - irssiproxy (BNC) module now uses correct line endings.
+ - Fix missing lines on large pastes (FS#905).
+ - Correctly preserve STATUSMSG prefixes (#291).
+ - Fix infinite recursion in key bindings (FS#817).
+ - Fix incomplete awaylog caused by buffering.
+ - Fix calculation of UTF-8 string length display in some cases.
+ - Fix some Perl warnings related to @ISA.
+ - EXEC windowitems now get proper references on the Perl side.
+ - Incremental help file improvements.
+ - ANSI attributes are now properly reset.
+ - Fixed regression where text would blink when terminal lacks color
+ support.
+ - Permit the usage of Freenode extban syntax in /ban (#150)
+ - Fixed regression in scriptassist on unload of scripts.
+ - Fixed regression in -actcolor %n
v0.8.17 2014-10-11 The Irssi team <staff@irssi.org>
+ Document that SSL connections aren't properly handled during /UPGRADE. See Github PR #39.