summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2007-02-19 11:39:36 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-02-19 11:39:36 +0000
commitd78438ef1cedf9eae54e99770f063395e730f571 (patch)
treeb06cd99714d2511f3fefe9be9d28d82e76ea761e /NEWS
parentdde3bdbc83cc9ffb609fa251b3e490fce50fc44d (diff)
downloadirssi-d78438ef1cedf9eae54e99770f063395e730f571.zip
Update.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4422 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c46f3762..ec805b07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
v0.8.11 200x-xx-xx The Irssi team <staff@irssi.org>
+ + New crapbuster-like "scrollback levelclear" command
+ + irssi now aborts a connection when, on an attempt to connect, the server
+ returns code 432 (Erroneous Nickname), bug #425
+ + Allow identifiers in config file to start with a digit, bug #177.
+ + Modify Irssi::UI::Window::command to restore the original active window
+ only if the command executed has not made another one active, bug #403.
+ + Make awaylog_file respect --home, bug #304
+ Send /QUOTE immediately if server didn't send the 001 event yet
+ If dcc_own_ip contains IPv4 address, listen only in IPv4
+ Negative scroll_page_count scrolls screensize-n lines
@@ -15,6 +22,7 @@ v0.8.11 200x-xx-xx The Irssi team <staff@irssi.org>
+ UPTIME command by Lauri Nurmi with some modifications (Bug 458)
+ Remove CR and LF from Perl commands, to make it harder to introduce a
security bug
+ - Fix some UTF-8 issues, bugs #452 (Patch by Yi-Hsuan Hsin), #459, #460
- Fixed segfault on quit introduced in 0.8.10
- Fixed a bug where tab-complete didn't worked with utf8/big5 properly
- Ignore joins without a nick from broken servers
@@ -31,10 +39,10 @@ v0.8.11 200x-xx-xx The Irssi team <staff@irssi.org>
- Fix %k and %K mappings in curses frontend
- Fix bold on monochrome terminals in terminfo frontend
- Fixed colors with TERM=xterm-{88,256}color in terminfo frontend
+ - Fix crash with one line high terminal in terminfo frontend
- Fix building with srcdir != builddir
- Don't get confused and keep saying "Netsplit over" on every join for
user that only rejoined some channels
- - Fix crash with one line high terminal
- Fix crash in /EXEC (Bug 439)
- Fix format string in printtext_dest call from Perl, patch by loafier
- Fix memory leaks in expandos_deinit by Nicolas Collignon (Bug 419)