summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-03-11 04:44:29 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-03-11 04:44:29 +0000
commitf3e124aebae41b955866d65205405ee075ac82f2 (patch)
tree2dcba5c9f88b63e1f183b0a862adc8942c5e641f
parent2865d3a33fd64e13c23faaf8f211bb64e317c162 (diff)
downloadirssi-f3e124aebae41b955866d65205405ee075ac82f2.zip
Updated for 0.8.2
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2579 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--NEWS51
1 files changed, 51 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 458a96e5..dae6e56d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+v0.8.2 2002-03-11 Timo Sirainen <tss@iki.fi>
+
+ * Changed the list of scripts distributed with irssi. Separated
+ example scripts to scripts/examples/ directory.
+
+ * Hated infobar was removed, the same info is now in topicbar in
+ empty windows. I don't think it would disturb anyone in there.
+ If you still preferred always-empty topicbars, use
+ /SBAR topic REMOVE topic_empty
+
+ + Added info_eol field to theme. If true, timestamp and server tag
+ are added to end of line, not at beginning.
+ + If -4 or -6 option is used with /SERVER, irssi now forces the
+ connection using the given protocol or fails.
+ + /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP,
+ /VOICE or /DEVOICE matches more nicks than this, -yes option is
+ required. This is trying to prevent accidental massops. Setting
+ it to 0 disables this check.
+ + Supports now correctly servers which use '.' char as channel owner
+ character in /NAMES list. Also supports multiple mode chars, eg.
+ @+nick (if some server actually used it).
+ + Never ignore kick message if you get kicked from channel.
+ + Sending irssi SIGHUP now does a /RELOAD - useful if you
+ accidentally messed up something which doesn't let you do the
+ /RELOAD inside irssi (eg. /SBAR prompt DISABLE).
+ + irssi-proxy: PROXY CTCP ON|OFF - proxy clients can send this
+ command to specify that they want to handle the received CTCP
+ requests. Useful for specifying who gets to handle DCCs.
+ + Added escape_char /BIND command. The next char after that would be
+ added as-is to input line.
+ - Writing lines longers than 1024 chars to input buffer crashed
+ irssi (stupid missing sizeof() bug :)
+ - Some UTF-8 fixes
+ - Better flood protection for lines with >100 chars
+ - Control characters aren't printed as-is in topicbar (or statusbars
+ in general) anymore
+ - /OPER can be now aborted by giving empty password
+ - Netjoin messages were buggy in +channels
+ - Part message parameter for /CYCLE was never used.
+ - Don't send -autosendcmd after /UPGRADE.
+ - /SET autoclose_query - now only last received private message
+ affects when the query is closed, ie. /WHOIS requests or nick
+ changes don't reset the counter.
+ - Foreground ANSI colors weren't working
+ - Deleting one character replaced cutbuffer with that character.
+ Also ^Y leaked memory.
+ - /SCRIPT LOAD looked scripts from prefix/lib dir, not prefix/share
+ where they were actually installed.
+ - Highascii chars in replaces block in theme files could have
+ crashed irssi.
+
v0.8.1 2002-02-17 Timo Sirainen <tss@iki.fi>
* Expected bugfix release :) Worst thing was that I forgot always to