summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2004-03-23 22:14:59 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2004-03-23 22:14:59 +0000
commit0604a9fda7d8fd3e073e101235bb1f8bfd78a55b (patch)
tree680aa5265521d5b5463ca2eafd091255e787e1bc
parentb886e97d5e1c087e94232ed003a9abcb1ec1f192 (diff)
downloadirssi-0604a9fda7d8fd3e073e101235bb1f8bfd78a55b.zip
updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3239 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--NEWS26
-rw-r--r--TODO6
-rw-r--r--configure.in2
3 files changed, 27 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 41c2f311..4d62db9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+v0.8.10 2004-03-xx Timo Sirainen <tss@iki.fi>
+
+ + /SET paste_join_multiline ON - When paste detection is enabled and
+ you paste lines which look like they're being copy&pasted from irssi
+ itself, it attempts to merge lines said originally in a single line.
+
+ How this really works is that all indented lines must have the same
+ amount of indentation. Indented lines are merged to last
+ unindented line. If line gets longer than 400 characters, it's split.
+ + Initial support for isupport (005 numeric), patch by David Leadbeater
+ + Passive DCC support, patch by Francesco Fracassi
+ + /SET whois_hide_safe_channel_id ON - Hides the channel ID prefix
+ of !channels in WHOIS replies
+ + When reconnecting to server, say that it can be aborted with
+ /RMRECONNS
+ + /WHOIS -<server tag> is supported now
+ + /SET whois_hide_safe_channel_id - removes the ugly IDs for !channels
+ in /WHOIS (default)
+ + If we can't connect to server using given own IP, show the IP to
+ user in the error message. Should help figuring out wrong
+ /SET hostname or /SERVER -host settings.
+ + If channel has more nicks than /SET channel_max_who_sync, don't ask
+ /WHO list to avoid getting kicked out of server (Max SendQ exceeded).
+ - Pasted lines weren't added to command history. Some other paste
+ detection fixes
+
v0.8.9 2003-12-11 Timo Sirainen <tss@iki.fi>
* Fixes a remote crash with:
diff --git a/TODO b/TODO
index fe7fb9a6..d2aadc7d 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,3 @@
- - @ in netjoins doent show up
- - change paste detection not to get on without linefeed
- - escape_char broken?
-
- /whowas server nick doesn't work
01:18 <@darix> cras: /foreach server /disconnect $tag n8 <-- doesnt work
- /hilight -priority is broken
@@ -318,8 +314,6 @@
- /BAN -ip, -time [<time>] (/ALIAS knockout?)
- /KICKBAN to support same options than /BAN (would /ALIAS kickban work?)
- ban list prints "x seconds ago" .. should be x days, mins, hours, ..
- - /WALL could maybe check if server supports /WALLCHOPS or @#channel?
- maybe too much trouble figuring out if it can or not.
- Windows:
- /WINDOW SIZE -sticky, so f.e. /WINDOW BALANCE wouldn't affect it.
diff --git a/configure.in b/configure.in
index 72d236cc..1873458c 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ if test -n "`grep '^#undef VERSION' config.h.in`"; then
fi
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(irssi, 0.8.9)
+AM_INIT_AUTOMAKE(irssi, 0.8.10-rc3)
AM_MAINTAINER_MODE