summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-11-28 09:54:23 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-11-28 09:54:23 +0000
commit41be9d608598fc57e9e87d5a33ac6df8f9dff5b6 (patch)
treeb22ceb6777dbb386942104b7dbe50e23c850d3ee /NEWS
parent89cd47bf3a937c3077acdc95d98cc4b389e30608 (diff)
downloadirssi-41be9d608598fc57e9e87d5a33ac6df8f9dff5b6.zip
Update NEWS.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4923 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0a56439a..b911c694 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@ v0.8.13
if the terminal supports only 8 colors. If your theme uses one of
the high color formats and you really want bold you can change
%FMT<string> to %fmt%_<string>%_, it will work fine in all irssi versions.
+ + Better 005 PREFIX support (bug #580).
+ + Display 407 numerics other than "duplicate channel".
+ + Fix display of ratbox-style operspy whois.
+ + Recode outgoing irc away messages (bug #412).
+ + Remove scrollback_levelclear_levels setting and add a 'level' option
+ to 'sb levelclear' to specify a comma separated list of levels.
+ + Add perl __WARN__ handler for scripts (bug #427).
+ + Add Irssi::command_parse_options function to parse options for a command.
+ Revert recode changes introduced in 0.8.12.
+ Add completion for /WINDOW SERVER.
+ Support for reading kicks/msgs from TARGMAX/MAXTARGETS 005 tokens.
@@ -30,6 +38,9 @@ v0.8.13
+ introduce the type Irssi::Irc::Client and signals to communicate with
proxy clients to allow for scripting parts of the irssi-proxy.
+ Add sb_search.pl, a script for /SCROLLBACK SEARCH
+ - Ignore DNS not found errors when considering reconnect.
+ - Do not strip the comma in a mirc color if it is not followed by a digit (bug #250).
+ - Fix building perl module with perl-5.10 (bug #630).
- fix leak with $L expando.
- fix possible crash with /script reset.
- ignore exceptions take precedence over ignores in all cases.