summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-01-12 23:34:44 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-01-12 23:34:44 +0100
commit38b1121989afcd1f8592e78f9fed0bc67e74814c (patch)
tree645f9373a44a843c9f57c255d38a44dbb1ec5ced /NEWS
parent424675f9df536eadab4e0945288ed411c7d02d00 (diff)
parentc6a85721a6e9d5a6f67f76f0062c750146c6805f (diff)
downloadirssi-38b1121989afcd1f8592e78f9fed0bc67e74814c.zip
Merge branch '0.8.18-beta1' into 0.8.18-beta2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8db80f80..405e8b4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-v0.8.18-head 2016-xx-xx The Irssi team <staff@irssi.org>
+v0.8.18-beta2 2016-01-13 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
@@ -22,6 +26,7 @@ v0.8.18-head 2016-xx-xx The Irssi team <staff@irssi.org>
+ 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.
@@ -32,6 +37,7 @@ v0.8.18-head 2016-xx-xx The Irssi team <staff@irssi.org>
+ Disable SSLv3 due to the POODLE vulnerability.
+ SSL ciphers can now be specified per server.
+ Added SNI support for SSL.
+ - /ignore now respects -pattern on merge (#78).
- irssiproxy (BNC) module now uses correct line endings.
- Fix missing lines on large pastes (FS#905).
- Correctly preserve STATUSMSG prefixes (#291).