summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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.