diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2007-02-19 11:39:36 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-02-19 11:39:36 +0000 |
commit | d78438ef1cedf9eae54e99770f063395e730f571 (patch) | |
tree | b06cd99714d2511f3fefe9be9d28d82e76ea761e | |
parent | dde3bdbc83cc9ffb609fa251b3e490fce50fc44d (diff) | |
download | irssi-d78438ef1cedf9eae54e99770f063395e730f571.zip |
Update.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4422 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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) |