summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2016-10-16 13:13:02 +0200
committerAlexander Færøy <ahf@0x90.dk>2016-10-16 14:55:48 +0200
commit6300dfec71d376c96351708f76a6c4ee4a187eb5 (patch)
treec7b084a7df1d1b6fe5bcc5ef8ecd5d8df8bafc9d /NEWS
parentfb78787d4e2098612979b45df3237b67effbbc3a (diff)
downloadirssi-6300dfec71d376c96351708f76a6c4ee4a187eb5.zip
Always build irssi with TLS support.
This patch removes the optional checks for whether to build irssi with TLS support or not. This will allow us to ship a default configuration file where we connect to TLS enabled IRC servers out of the box.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a76771e7..ca6ecce3 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ v0.8.21-head 2016-xx-xx The Irssi team <staff@irssi.org>
+ autolog_ignore_targets and activity_hide_targets learn a new syntax
tag/* and * to ignore whole networks or everything.
+ /hilight got a -matchcase flag to hilight case sensitively (#421).
+ + Always build irssi with TLS support.
- IP addresses are no longer stored when resolve_reverse_lookup is
used.
- /names and $[...] now uses utf8 string operations (#40, #411).