]> jfr.im git - irc/irssi/irssi.git/log
irc/irssi/irssi.git
22 years ago0.8.4 released 0.8.4
Timo Sirainen [Wed, 13 Mar 2002 04:37:37 +0000 (04:37 +0000)] 
0.8.4 released

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2604 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago"make dist" now doesn't add irc.c / irc-modules.c
Timo Sirainen [Wed, 13 Mar 2002 03:30:07 +0000 (03:30 +0000)] 
"make dist" now doesn't add irc.c / irc-modules.c

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2603 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agobit fields should be unsigned type always (unsigned int dirty:1).
Timo Sirainen [Wed, 13 Mar 2002 03:23:38 +0000 (03:23 +0000)] 
bit fields should be unsigned type always (unsigned int dirty:1).

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2602 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoproper checking for lseek() failure
Timo Sirainen [Wed, 13 Mar 2002 03:19:04 +0000 (03:19 +0000)] 
proper checking for lseek() failure

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2601 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agowhen autochanging query's nick to be correct case, don't print the
Timo Sirainen [Wed, 13 Mar 2002 03:15:39 +0000 (03:15 +0000)] 
when autochanging query's nick to be correct case, don't print the
"nick changed" message

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2600 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoIf queried nick did a nick change, it might have crashed irssi.
Timo Sirainen [Wed, 13 Mar 2002 03:06:31 +0000 (03:06 +0000)] 
If queried nick did a nick change, it might have crashed irssi.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2599 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoARGH! I hate this new behaviour of CVS not asking if I want to abort
Timo Sirainen [Wed, 13 Mar 2002 03:02:55 +0000 (03:02 +0000)] 
ARGH! I hate this new behaviour of CVS not asking if I want to abort
the message - have to RTFM to see if I can get old behaviour back :)

So, this+previous commit: "make distclean" should remove irc.c and
irc-modules.c since they're generated by configure.

!user part is optional in IRC prefix, so nick@server is now handled
correctly.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2598 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago*** empty log message ***
Timo Sirainen [Wed, 13 Mar 2002 02:59:01 +0000 (02:59 +0000)] 
*** empty log message ***

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2597 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago0.8.3.CVS version now
Timo Sirainen [Wed, 13 Mar 2002 01:57:05 +0000 (01:57 +0000)] 
0.8.3.CVS version now

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2596 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago0.8.3 released 0.8.3
Timo Sirainen [Wed, 13 Mar 2002 01:36:39 +0000 (01:36 +0000)] 
0.8.3 released

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2594 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoremoved the debugging code..
Timo Sirainen [Wed, 13 Mar 2002 01:33:30 +0000 (01:33 +0000)] 
removed the debugging code..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2593 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoSet ownnick to channel->NULL when the nick record is destroyed. Should fix
Timo Sirainen [Wed, 13 Mar 2002 01:30:20 +0000 (01:30 +0000)] 
Set ownnick to channel->NULL when the nick record is destroyed. Should fix
some perl script errors.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2592 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoWhen IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if there
Timo Sirainen [Wed, 13 Mar 2002 01:21:11 +0000 (01:21 +0000)] 
When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if there
was only v6 address.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2591 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded some debugging code to irssi_bless_iobject() - can it really be an
Timo Sirainen [Wed, 13 Mar 2002 00:40:12 +0000 (00:40 +0000)] 
added some debugging code to irssi_bless_iobject() - can it really be an
overflow? :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2590 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agofix to some broken "ircds"
Timo Sirainen [Tue, 12 Mar 2002 20:51:03 +0000 (20:51 +0000)] 
fix to some broken "ircds"

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2589 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoNew queries should begin with last_unread_msg timestamp set to now. This
Timo Sirainen [Mon, 11 Mar 2002 18:20:42 +0000 (18:20 +0000)] 
New queries should begin with last_unread_msg timestamp set to now. This
fixes /SET autoclose_query >0 + /SET autocreate_own_query ON closing queries
created by your /MSG almost immediately.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2588 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agomake clean should remove libirc_proxy.a symlink
Timo Sirainen [Mon, 11 Mar 2002 18:14:29 +0000 (18:14 +0000)] 
make clean should remove libirc_proxy.a symlink

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2587 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoBack .CVS versioning..
Timo Sirainen [Mon, 11 Mar 2002 17:14:30 +0000 (17:14 +0000)] 
Back .CVS versioning..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2586 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoupdated for 0.8.2 release 0.8.2
Timo Sirainen [Mon, 11 Mar 2002 16:46:14 +0000 (16:46 +0000)] 
updated for 0.8.2 release

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2584 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded ownnick to Irssi::Channel
Timo Sirainen [Mon, 11 Mar 2002 16:44:42 +0000 (16:44 +0000)] 
added ownnick to Irssi::Channel

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2583 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded ircii-like window settings
Timo Sirainen [Mon, 11 Mar 2002 05:31:00 +0000 (05:31 +0000)] 
added ircii-like window settings

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2582 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago"I don't want any windows, I want it just like in ircII!" + /SET
Timo Sirainen [Mon, 11 Mar 2002 05:19:25 +0000 (05:19 +0000)] 
"I don't want any windows, I want it just like in ircII!" + /SET
print_active_channel.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2581 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoautogen.sh complains now if it's run outside cvs.
Timo Sirainen [Mon, 11 Mar 2002 04:54:57 +0000 (04:54 +0000)] 
autogen.sh complains now if it's run outside cvs.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2580 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoUpdated for 0.8.2
Timo Sirainen [Mon, 11 Mar 2002 04:44:29 +0000 (04:44 +0000)] 
Updated for 0.8.2

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2579 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/SET max_wildcard_modes 0 should disable the checking
Timo Sirainen [Mon, 11 Mar 2002 04:30:13 +0000 (04:30 +0000)] 
/SET max_wildcard_modes 0 should disable the checking

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2578 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoupdated
Timo Sirainen [Mon, 11 Mar 2002 04:21:01 +0000 (04:21 +0000)] 
updated

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2577 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agodefault_color checks moved from fe-text to fe-common, so they work properly
Timo Sirainen [Mon, 11 Mar 2002 03:45:57 +0000 (03:45 +0000)] 
default_color checks moved from fe-text to fe-common, so they work properly
with window-specific themes. also should fix some weird problems related to
them and gui_printtext_after().

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2576 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoSafer flood protection for lines longer than 100 chars. Maybe even a bit too
Timo Sirainen [Mon, 11 Mar 2002 03:11:18 +0000 (03:11 +0000)] 
Safer flood protection for lines longer than 100 chars. Maybe even a bit too
safe but generally you write lines less than 100 chars so it shouldn't
really matter. Calculated (2 + line_length/100) in seconds.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2575 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoAll control chars in statusbar items are now displayed reversed.
Timo Sirainen [Mon, 11 Mar 2002 02:07:05 +0000 (02:07 +0000)] 
All control chars in statusbar items are now displayed reversed.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2574 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoupdated
Timo Sirainen [Mon, 11 Mar 2002 00:18:33 +0000 (00:18 +0000)] 
updated

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2573 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoAdded -4 | -6 to /SERVER ADD syntax.
Timo Sirainen [Sun, 10 Mar 2002 21:38:10 +0000 (21:38 +0000)] 
Added -4 | -6 to /SERVER ADD syntax.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2572 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agonew scripts
Timo Sirainen [Sun, 10 Mar 2002 21:33:46 +0000 (21:33 +0000)] 
new scripts

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2571 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoscript updates..
Timo Sirainen [Sun, 10 Mar 2002 21:30:45 +0000 (21:30 +0000)] 
script updates..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2570 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded/removed some default scripts
Timo Sirainen [Sun, 10 Mar 2002 21:28:38 +0000 (21:28 +0000)] 
added/removed some default scripts

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2569 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/SERVER ADD -ircnet should add the network to config with the same case as
Timo Sirainen [Sun, 10 Mar 2002 19:58:16 +0000 (19:58 +0000)] 
/SERVER ADD -ircnet should add the network to config with the same case as
in /IRCNET list.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2568 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agowhops, stupid utf-8 bug :)
Timo Sirainen [Sun, 10 Mar 2002 19:43:35 +0000 (19:43 +0000)] 
whops, stupid utf-8 bug :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2567 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agocrashfix
Timo Sirainen [Sun, 10 Mar 2002 19:40:06 +0000 (19:40 +0000)] 
crashfix

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2566 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoAutomatically change the nick to correct case in queries (eg. you did
Timo Sirainen [Sun, 10 Mar 2002 19:23:22 +0000 (19:23 +0000)] 
Automatically change the nick to correct case in queries (eg. you did
/QUERY nick, and the nick really was Nick, irssi would change the query to
Nick as well)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2565 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoIf -4 or -6 option is used with /SERVER, force the correct protocol match.
Timo Sirainen [Sun, 10 Mar 2002 19:14:04 +0000 (19:14 +0000)] 
If -4 or -6 option is used with /SERVER, force the correct protocol match.
eg. /SERVER -6 host either connects to IPv6 host or fails.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2564 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoterm_addch() : utf-8 fixes for cursor positioning.
Timo Sirainen [Sun, 10 Mar 2002 19:03:27 +0000 (19:03 +0000)] 
term_addch() : utf-8 fixes for cursor positioning.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2563 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoWhen input line is in redirection mode, allow empty lines (eg. enter after
Timo Sirainen [Sun, 10 Mar 2002 16:36:35 +0000 (16:36 +0000)] 
When input line is in redirection mode, allow empty lines (eg. enter after
/OPER now aborts it)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2562 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoIf you had query with "X" but the nick really was "x", and after nick change
Timo Sirainen [Sun, 10 Mar 2002 16:23:37 +0000 (16:23 +0000)] 
If you had query with "X" but the nick really was "x", and after nick change
to "X" you saw "X changed nick to X"

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2561 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoAdded /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP,
Timo Sirainen [Sun, 10 Mar 2002 16:15:03 +0000 (16:15 +0000)] 
Added /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP,
/VOICE or /DEVOICE matches more nicks than this, -yes option is required.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2560 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoAdded '.' to known nick flag characters. Also supports having multiple flag
Timo Sirainen [Sun, 10 Mar 2002 16:00:38 +0000 (16:00 +0000)] 
Added '.' to known nick flag characters. Also supports having multiple flag
chars in /NAMES list, so eg. "@+nick" works or ".@nick" which is already
used by some servers.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2559 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoNever ignore kick msg if you get kicked from channel.
Timo Sirainen [Sun, 10 Mar 2002 15:46:22 +0000 (15:46 +0000)] 
Never ignore kick msg if you get kicked from channel.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2558 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoNetjoins in +channels were printed as if users joined to "channel" and all
Timo Sirainen [Sun, 10 Mar 2002 15:42:52 +0000 (15:42 +0000)] 
Netjoins in +channels were printed as if users joined to "channel" and all
of them had ops, so the message always went to status/active window.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2557 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoSIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE when
Timo Sirainen [Sun, 10 Mar 2002 15:20:44 +0000 (15:20 +0000)] 
SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE when
you don't have an input line to recover :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2556 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/CYCLE tried to do /PART twice.
Timo Sirainen [Sun, 10 Mar 2002 15:12:13 +0000 (15:12 +0000)] 
/CYCLE tried to do /PART twice.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2555 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/CAT prints files now with CLIENTCRAP + NEVER level, so timestamps aren't
Timo Sirainen [Sun, 10 Mar 2002 15:07:57 +0000 (15:07 +0000)] 
/CAT prints files now with CLIENTCRAP + NEVER level, so timestamps aren't
printed. Also since /AWAY prints the awaylog using /CAT, we don't get
timestamps there either now.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2554 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago*** empty log message ***
Timo Sirainen [Sun, 10 Mar 2002 14:55:46 +0000 (14:55 +0000)] 
*** empty log message ***

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2553 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/CYCLE reason didn't work
Timo Sirainen [Sun, 10 Mar 2002 14:46:40 +0000 (14:46 +0000)] 
/CYCLE reason didn't work

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2552 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/KNOCKOUT code was a bit stupid, and the timeout checking wasn't very
Timo Sirainen [Sun, 10 Mar 2002 14:31:07 +0000 (14:31 +0000)] 
/KNOCKOUT code was a bit stupid, and the timeout checking wasn't very
/accurate.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2551 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoDon't send -autosendcmd after /UPGRADE.
Timo Sirainen [Sun, 10 Mar 2002 14:28:08 +0000 (14:28 +0000)] 
Don't send -autosendcmd after /UPGRADE.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2550 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/SET autoclose_query - now only last received private message affects when
Timo Sirainen [Sun, 10 Mar 2002 14:24:08 +0000 (14:24 +0000)] 
/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.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2549 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoForeground ANSI colors weren't working
Timo Sirainen [Sun, 10 Mar 2002 14:22:59 +0000 (14:22 +0000)] 
Foreground ANSI colors weren't working

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2548 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoNo more infobar, but in empty windows topicbar contains the URL.
Timo Sirainen [Sun, 10 Mar 2002 14:02:33 +0000 (14:02 +0000)] 
No more infobar, but in empty windows topicbar contains the URL.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2547 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoAdded missing Q/A :)
Timo Sirainen [Sat, 9 Mar 2002 18:57:35 +0000 (18:57 +0000)] 
Added missing Q/A :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2546 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded utf8 help
Timo Sirainen [Sat, 9 Mar 2002 18:56:57 +0000 (18:56 +0000)] 
added utf8 help

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2545 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoIrssi didn't work properly if read() returned only partial utf8 character
Timo Sirainen [Sat, 9 Mar 2002 17:54:38 +0000 (17:54 +0000)] 
Irssi didn't work properly if read() returned only partial utf8 character
string.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2544 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago"use Irssi" now prints a warning if it's used outside irssi, but doesn't
Timo Sirainen [Sat, 9 Mar 2002 12:17:32 +0000 (12:17 +0000)] 
"use Irssi" now prints a warning if it's used outside irssi, but doesn't
die.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2543 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded title
Timo Sirainen [Sat, 9 Mar 2002 10:09:37 +0000 (10:09 +0000)] 
added title

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2542 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoFAQ is now in HTML format. Patch by Han.
Timo Sirainen [Sat, 9 Mar 2002 10:06:42 +0000 (10:06 +0000)] 
FAQ is now in HTML format. Patch by Han.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2541 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoFixed a memory leak with ^Y
Timo Sirainen [Sat, 9 Mar 2002 09:25:06 +0000 (09:25 +0000)] 
Fixed a memory leak with ^Y

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2540 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRC
Timo Sirainen [Fri, 8 Mar 2002 21:04:59 +0000 (21:04 +0000)] 
/SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRC
colors. Set this to ON, if your terminal shows bright background colors
as blinking. Patch by pv2b

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2539 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/OP etc. shouldn't crash if channel hadn't received /NAMES list yet.
Timo Sirainen [Fri, 8 Mar 2002 18:40:43 +0000 (18:40 +0000)] 
/OP etc. shouldn't crash if channel hadn't received /NAMES list yet.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2538 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago"Why does irssi autojoin on invite by default?"
Timo Sirainen [Wed, 6 Mar 2002 23:49:16 +0000 (23:49 +0000)] 
"Why does irssi autojoin on invite by default?"

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2537 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded -! option help, by c0ffee
Timo Sirainen [Wed, 6 Mar 2002 14:43:42 +0000 (14:43 +0000)] 
added -! option help, by c0ffee

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2536 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded info about /set term_force_colors to lazy people section
Timo Sirainen [Mon, 4 Mar 2002 21:49:08 +0000 (21:49 +0000)] 
added info about /set term_force_colors to lazy people section

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2535 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoscripts should be looked from share dir, not lib dir.
Timo Sirainen [Fri, 1 Mar 2002 19:56:50 +0000 (19:56 +0000)] 
scripts should be looked from share dir, not lib dir.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2534 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded notice of man 7 regex
Timo Sirainen [Fri, 1 Mar 2002 19:33:45 +0000 (19:33 +0000)] 
added notice of man 7 regex

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2533 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded psybnc section
Timo Sirainen [Thu, 28 Feb 2002 14:26:02 +0000 (14:26 +0000)] 
added psybnc section

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2532 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoupdated
Timo Sirainen [Mon, 25 Feb 2002 20:25:08 +0000 (20:25 +0000)] 
updated

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2531 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/FORMAT tab completion went to infinite loop if there was more spaces than
Timo Sirainen [Mon, 25 Feb 2002 17:48:08 +0000 (17:48 +0000)] 
/FORMAT tab completion went to infinite loop if there was more spaces than
one in the line..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2530 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago^Y shouldn't crash with empty cutbuffer
Timo Sirainen [Mon, 25 Feb 2002 17:28:55 +0000 (17:28 +0000)] 
^Y shouldn't crash with empty cutbuffer

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2529 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agocommand() fixes
Timo Sirainen [Mon, 25 Feb 2002 14:50:49 +0000 (14:50 +0000)] 
command() fixes

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2528 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoupdated nick_find(), added nick_find_mask()
Timo Sirainen [Sat, 23 Feb 2002 23:08:36 +0000 (23:08 +0000)] 
updated nick_find(), added nick_find_mask()

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2527 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoShow window's scroll state with /WINDOW.
Timo Sirainen [Fri, 22 Feb 2002 13:12:33 +0000 (13:12 +0000)] 
Show window's scroll state with /WINDOW.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2526 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoWindow level matching code was a bit messy. Also, now the active window is
Timo Sirainen [Fri, 22 Feb 2002 13:04:07 +0000 (13:04 +0000)] 
Window level matching code was a bit messy. Also, now the active window is
preferred if there's multiple matches by the same level.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2525 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoHighascii chars in replaces block in theme files could have crashed irssi.
Timo Sirainen [Fri, 22 Feb 2002 12:56:24 +0000 (12:56 +0000)] 
Highascii chars in replaces block in theme files could have crashed irssi.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2524 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago/UPGRADE saves now topic_time and topic_by.
Timo Sirainen [Wed, 20 Feb 2002 18:12:45 +0000 (18:12 +0000)] 
/UPGRADE saves now topic_time and topic_by.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2523 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoPROXY CTCP ON|OFF - proxy clients can send this command to specify that they
Timo Sirainen [Wed, 20 Feb 2002 15:21:50 +0000 (15:21 +0000)] 
PROXY CTCP ON|OFF - proxy clients can send this command to specify that they
want to handle the received CTCP requests.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2522 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago$cumode wasn't updated after receiving nick list, so with empty channels it
Timo Sirainen [Wed, 20 Feb 2002 15:03:53 +0000 (15:03 +0000)] 
$cumode wasn't updated after receiving nick list, so with empty channels it
didn't contain @ immediately.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2521 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoBackspace/delete shouldn't modify cutbuffer.
Timo Sirainen [Wed, 20 Feb 2002 12:46:45 +0000 (12:46 +0000)] 
Backspace/delete shouldn't modify cutbuffer.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2520 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agostupid bug :) lines longer than 1024 chars made irssi crash.
Timo Sirainen [Wed, 20 Feb 2002 12:44:23 +0000 (12:44 +0000)] 
stupid bug :) lines longer than 1024 chars made irssi crash.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2519 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agothere's no /RUN or /PERLFLUSH commands anymore. someone could write /HELP
Timo Sirainen [Mon, 18 Feb 2002 21:12:55 +0000 (21:12 +0000)] 
there's no /RUN or /PERLFLUSH commands anymore. someone could write /HELP
script ;)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2518 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoAdded escape_char /BIND command for inserting the next keypress to input
Timo Sirainen [Mon, 18 Feb 2002 20:59:40 +0000 (20:59 +0000)] 
Added escape_char /BIND command for inserting the next keypress to input
line.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2517 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoif gethostbyname() failed, the return value was returned incorrectly
Timo Sirainen [Mon, 18 Feb 2002 19:48:35 +0000 (19:48 +0000)] 
if gethostbyname() failed, the return value was returned incorrectly
(accidentally cvs committed it after some of my test)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2516 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoupdated proxy docs
Timo Sirainen [Mon, 18 Feb 2002 10:29:53 +0000 (10:29 +0000)] 
updated proxy docs

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2515 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agomissing </dl>
Timo Sirainen [Mon, 18 Feb 2002 09:08:12 +0000 (09:08 +0000)] 
missing </dl>

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2514 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agominor updates
Timo Sirainen [Mon, 18 Feb 2002 09:07:09 +0000 (09:07 +0000)] 
minor updates

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2513 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded statusbar help
Timo Sirainen [Mon, 18 Feb 2002 09:00:26 +0000 (09:00 +0000)] 
added statusbar help

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2512 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoSome events that contained target parameter weren't printed to correct
Timo Sirainen [Sun, 17 Feb 2002 20:20:52 +0000 (20:20 +0000)] 
Some events that contained target parameter weren't printed to correct
window (eg. end of bans).

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2511 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agostill one isxdigit() -> i_isxdigit()
Timo Sirainen [Sun, 17 Feb 2002 19:41:34 +0000 (19:41 +0000)] 
still one isxdigit() -> i_isxdigit()

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2510 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agocompiler warning fix
Timo Sirainen [Sun, 17 Feb 2002 18:05:25 +0000 (18:05 +0000)] 
compiler warning fix

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2509 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoCOMMON_NOUI_LIBS shouldn't include $INTLLIBS, it's not needed anymore and
Timo Sirainen [Sun, 17 Feb 2002 17:53:11 +0000 (17:53 +0000)] 
COMMON_NOUI_LIBS shouldn't include $INTLLIBS, it's not needed anymore and
it's not even set anywhere, except in local environemnt where it may break
make..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2508 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agofindsyntax.pl should be in dist as well..
Timo Sirainen [Sun, 17 Feb 2002 17:19:56 +0000 (17:19 +0000)] 
findsyntax.pl should be in dist as well..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2507 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoversion number update to 0.8.1.CVS
Timo Sirainen [Sun, 17 Feb 2002 17:12:56 +0000 (17:12 +0000)] 
version number update to 0.8.1.CVS

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2506 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years agoadded some information about ipv6 resolving
Timo Sirainen [Sun, 17 Feb 2002 17:03:24 +0000 (17:03 +0000)] 
added some information about ipv6 resolving

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2505 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago0.8.1 release :) 0.8.1
Timo Sirainen [Sun, 17 Feb 2002 15:47:04 +0000 (15:47 +0000)] 
0.8.1 release :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2503 dbcabf3a-b0e7-0310-adc4-f8d773084564

22 years ago--disable-terminfo didn't work
Timo Sirainen [Sun, 17 Feb 2002 15:42:07 +0000 (15:42 +0000)] 
--disable-terminfo didn't work

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2502 dbcabf3a-b0e7-0310-adc4-f8d773084564