diff options
author | Alexander Færøy <ahf@0x90.dk> | 2016-10-16 13:13:02 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2016-10-16 14:55:48 +0200 |
commit | 6300dfec71d376c96351708f76a6c4ee4a187eb5 (patch) | |
tree | c7b084a7df1d1b6fe5bcc5ef8ecd5d8df8bafc9d /NEWS | |
parent | fb78787d4e2098612979b45df3237b67effbbc3a (diff) | |
download | irssi-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |