]> jfr.im git - irc/irssi/irssi.git/log
irc/irssi/irssi.git
23 years agoReleased Irssi 0.7.92 0.7.92
Timo Sirainen [Fri, 30 Jun 2000 21:00:00 +0000 (21:00 +0000)] 
Released Irssi 0.7.92

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

23 years agoIf joined channel had some low-ascii (color codes), they were displayed
Timo Sirainen [Fri, 30 Jun 2000 19:54:34 +0000 (19:54 +0000)] 
If joined channel had some low-ascii (color codes), they were displayed
wrong in statusbar and prompt. Also, if you're invited to some channel,
print the lowascii so that you can see them (^B, etc.)

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

23 years ago/MSG completion fixes. /HELP command completion works. Some other fixes.
Timo Sirainen [Fri, 30 Jun 2000 19:51:53 +0000 (19:51 +0000)] 
/MSG completion fixes. /HELP command completion works. Some other fixes.

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

23 years agoLots of /HILIGHT changes. You can use color names with -color. Window
Timo Sirainen [Fri, 30 Jun 2000 19:50:56 +0000 (19:50 +0000)] 
Lots of /HILIGHT changes. You can use color names with -color. Window
numbers are colored with the highlight color in activity statusbar
item.

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

23 years agoAdded "servertag" format - it's displayed before the message if it
Timo Sirainen [Fri, 30 Jun 2000 19:49:12 +0000 (19:49 +0000)] 
Added "servertag" format - it's displayed before the message if it
comes from a server different than the one active in window, or in all
empty windows if you're connected to multiple servers.

In "daychange" format you can use $3 to print the current month name.
Changed the default to "dd mon yyyy" style.

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

23 years ago/SCROLLBACK HOME/END/GOTO commands weren't working right.
Timo Sirainen [Fri, 30 Jun 2000 19:45:28 +0000 (19:45 +0000)] 
/SCROLLBACK HOME/END/GOTO commands weren't working right.

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

23 years agoWhen doing "/OP nick1 nick2" (two spaces), irssi tried to op "" nick too.
Timo Sirainen [Fri, 30 Jun 2000 19:44:50 +0000 (19:44 +0000)] 
When doing "/OP nick1  nick2" (two spaces), irssi tried to op "" nick too.

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

23 years ago/SET window_close_on_part -> /SET autoclose_windows
Timo Sirainen [Wed, 28 Jun 2000 22:58:54 +0000 (22:58 +0000)] 
/SET window_close_on_part -> /SET autoclose_windows

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

23 years ago/REHASH -> /RELOAD so it won't collide with the server's rehash command.
Timo Sirainen [Wed, 28 Jun 2000 22:29:06 +0000 (22:29 +0000)] 
/REHASH -> /RELOAD so it won't collide with the server's rehash command.

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

23 years agoAdded options -delete and -reset for /FORMAT. -delete sets the string
Timo Sirainen [Wed, 28 Jun 2000 22:25:07 +0000 (22:25 +0000)] 
Added options -delete and -reset for /FORMAT. -delete sets the string
empty, and -reset sets it to the original format.

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

23 years ago/HILIGHT changed. -nick option now tells to hilight only the nick, not
Timo Sirainen [Wed, 28 Jun 2000 21:47:13 +0000 (21:47 +0000)] 
/HILIGHT changed. -nick option now tells to hilight only the nick, not
the whole line. -mask option matches the text for nick mask (it didn't
even work before).

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

23 years agoSetting lag_min_show to -1 disables displaying lag entirely.
Timo Sirainen [Wed, 28 Jun 2000 21:06:17 +0000 (21:06 +0000)] 
Setting lag_min_show to -1 disables displaying lag entirely.

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

23 years agoDon't count messages that have "FOLDER INTERNAL DATA" text in their
Timo Sirainen [Wed, 28 Jun 2000 20:46:46 +0000 (20:46 +0000)] 
Don't count messages that have "FOLDER INTERNAL DATA" text in their
subject.

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

23 years agoYou can send message to different server with /MSG -<server tag> nick...
Timo Sirainen [Wed, 28 Jun 2000 20:00:39 +0000 (20:00 +0000)] 
You can send message to different server with /MSG -<server tag> nick...

Tab-completion changes:
 - in empty line, it completed /MSG nick1 fine, but another tab press
   didn't give the next nick.
 - "/command <tab>" doesn't try to complete /command, but instead it tries
   to complete it's subcommand or first parameter.
 - /MSG completion now goes through nicks in ALL servers prefixing the nick
   with -<server tag> if needed.
 - /MSG -tag <tab> completes only nicks in "tag" server.

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

23 years agoAutomatic command completion and a few other fixes.
Timo Sirainen [Wed, 28 Jun 2000 17:15:37 +0000 (17:15 +0000)] 
Automatic command completion and a few other fixes.

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

23 years agoYou can complete #channels, Irssi uses only the joined channels and
Timo Sirainen [Wed, 28 Jun 2000 15:44:43 +0000 (15:44 +0000)] 
You can complete #channels, Irssi uses only the joined channels and
channels in setup.

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

23 years ago-options can now be completed with tabulator. There's also automatic
Timo Sirainen [Wed, 28 Jun 2000 15:36:57 +0000 (15:36 +0000)] 
-options can now be completed with tabulator. There's also automatic
completion for them, like instead of /join -invite you can use just
/join -i.

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

23 years agoThe "max. count" parameter in /LAST didn't work right.
Timo Sirainen [Tue, 27 Jun 2000 19:20:23 +0000 (19:20 +0000)] 
The "max. count" parameter in /LAST didn't work right.

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

23 years ago"print text stripped" signal wasn't resent with MSGLEVEL_HILIGHT level.
Timo Sirainen [Tue, 27 Jun 2000 19:11:25 +0000 (19:11 +0000)] 
"print text stripped" signal wasn't resent with MSGLEVEL_HILIGHT level.
This broke at least logging hilighted messages.

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

23 years agoClosing active window that had window items could crash.
Timo Sirainen [Tue, 27 Jun 2000 18:26:22 +0000 (18:26 +0000)] 
Closing active window that had window items could crash.

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

23 years agoCreated signal_get_uniq_id() macro. Added some documentation about
Timo Sirainen [Sun, 25 Jun 2000 23:39:23 +0000 (23:39 +0000)] 
Created signal_get_uniq_id() macro. Added some documentation about
signals to design.txt.

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

23 years agoSubcommand and command parameter completion works now also if you use
Timo Sirainen [Sun, 25 Jun 2000 22:59:49 +0000 (22:59 +0000)] 
Subcommand and command parameter completion works now also if you use
alias as the base command.

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

23 years agoUsing \n with /SET expand_escapes ON didn't work right.
Timo Sirainen [Sun, 25 Jun 2000 22:40:25 +0000 (22:40 +0000)] 
Using \n with /SET expand_escapes ON didn't work right.

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

23 years agoWHOIS and "no such nick" messages are displayed in nick's query window
Timo Sirainen [Sun, 25 Jun 2000 22:25:24 +0000 (22:25 +0000)] 
WHOIS and "no such nick" messages are displayed in nick's query window
if it exists + other cleanups and minor changes.

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

23 years agoSettings completion works with /TOGGLE also, it completes only boolean
Timo Sirainen [Sun, 25 Jun 2000 22:14:09 +0000 (22:14 +0000)] 
Settings completion works with /TOGGLE also, it completes only boolean
settings. /SET completion works now even if '/' isn't in command chars.

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

23 years agocompleting files in root directory put extra / character at the start
Timo Sirainen [Sun, 25 Jun 2000 22:05:44 +0000 (22:05 +0000)] 
completing files in root directory put extra / character at the start
of the line

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

23 years agoFile name completion crashed if you tried to complete file in directory
Timo Sirainen [Sun, 25 Jun 2000 21:59:30 +0000 (21:59 +0000)] 
File name completion crashed if you tried to complete file in directory
that didn't exist or you didn't have read permission.

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

23 years ago/command -option fixes
Timo Sirainen [Tue, 20 Jun 2000 19:28:19 +0000 (19:28 +0000)] 
/command -option fixes

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

23 years ago1 message transalted, some fuzzy fixed
wiget [Tue, 20 Jun 2000 10:47:57 +0000 (10:47 +0000)] 
1 message transalted, some fuzzy fixed

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

23 years ago/topic's cmd_get_params() had wrong parameter count..
Timo Sirainen [Tue, 20 Jun 2000 10:14:15 +0000 (10:14 +0000)] 
/topic's cmd_get_params() had wrong parameter count..

removed unused variable from netsplit.c

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

23 years agocmd_get_params() calls had wrong parameter counts.
Timo Sirainen [Tue, 20 Jun 2000 09:21:54 +0000 (09:21 +0000)] 
cmd_get_params() calls had wrong parameter counts.

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

23 years agoWhen scrollback buffer got full and you hadn't done /LAST or /AWAY,
Timo Sirainen [Tue, 20 Jun 2000 09:20:45 +0000 (09:20 +0000)] 
When scrollback buffer got full and you hadn't done /LAST or /AWAY,
Irssi crashed..

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

24 years agoDisplay /ALIAS list sorted.
Timo Sirainen [Sun, 18 Jun 2000 10:25:39 +0000 (10:25 +0000)] 
Display /ALIAS list sorted.

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

24 years agoDon't use cmd_get_params() to split the two hosts, it's a lot easier to
Timo Sirainen [Sun, 18 Jun 2000 10:10:48 +0000 (10:10 +0000)] 
Don't use cmd_get_params() to split the two hosts, it's a lot easier to
use strchr()..

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

24 years agoFile completion updates:
Timo Sirainen [Sun, 18 Jun 2000 10:05:14 +0000 (10:05 +0000)] 
File completion updates:
 - ~/ isn't expanded to /home/xxx/
 - . and .. don't show up in list anymore
 - .files won't be added to list unless you try to complete file name
   starting with .

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

24 years agoAdded g_dirname() so ig_free() won't complain when free()ing it.
Timo Sirainen [Sun, 18 Jun 2000 10:02:39 +0000 (10:02 +0000)] 
Added g_dirname() so ig_free() won't complain when free()ing it.

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

24 years agoChanged option handling in /commands. Irssi will now complain about
Timo Sirainen [Sun, 18 Jun 2000 01:18:12 +0000 (01:18 +0000)] 
Changed option handling in /commands. Irssi will now complain about
unknown options and missing option arguments.

Renamed /SERVER -add, -remove and -list to /SERVER ADD, REMOVE and LIST.

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

24 years agoupdated
Timo Sirainen [Sat, 17 Jun 2000 17:03:23 +0000 (17:03 +0000)] 
updated

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

24 years agoAdded file name completion for commands /CAT, /RUN, /SAVE, /REHASH and
Timo Sirainen [Sat, 17 Jun 2000 16:10:29 +0000 (16:10 +0000)] 
Added file name completion for commands /CAT, /RUN, /SAVE, /REHASH and
/RAWLOG OPEN/SAVE.

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

24 years ago"command complete" -> "complete command" so that it won't conflict with
Timo Sirainen [Sat, 17 Jun 2000 16:03:43 +0000 (16:03 +0000)] 
"command complete" -> "complete command" so that it won't conflict with
/complete command .. also changed "word complete" to "complete word".

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

24 years agoFile name completion for /DCC SEND
Timo Sirainen [Sat, 17 Jun 2000 15:58:40 +0000 (15:58 +0000)] 
File name completion for /DCC SEND

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

24 years agoCompletion list is now sorted.
Timo Sirainen [Sat, 17 Jun 2000 13:16:42 +0000 (13:16 +0000)] 
Completion list is now sorted.

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

24 years agoDon't add same /command more than once to completion list.
Timo Sirainen [Sat, 17 Jun 2000 13:04:19 +0000 (13:04 +0000)] 
Don't add same /command more than once to completion list.

Completion didn't work right when completing subcommands's subcommand.

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

24 years agoForgot to add this.
Timo Sirainen [Sat, 17 Jun 2000 12:23:59 +0000 (12:23 +0000)] 
Forgot to add this.

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

24 years agoAdded /SET reuse_unused_windows setting, default is OFF
Timo Sirainen [Sat, 17 Jun 2000 12:22:56 +0000 (12:22 +0000)] 
Added /SET reuse_unused_windows setting, default is OFF

If window_close_on_part is ON, we don't anymore close the window if we
get kicked or connection gets lost. Also don't close DCC chat window if
the other side disconnects.

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

24 years agoRewrite Tab-completion to work with signals - now it should be easy to
Timo Sirainen [Sat, 17 Jun 2000 11:53:45 +0000 (11:53 +0000)] 
Rewrite Tab-completion to work with signals - now it should be easy to
add completion to whatever command.

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

24 years ago/LAST -away checks only lines that came after last time you went away.
Timo Sirainen [Thu, 15 Jun 2000 23:00:52 +0000 (23:00 +0000)] 
/LAST -away checks only lines that came after last time you went away.

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

24 years agoYou can specify command(s) to be sent automatically to server after
Timo Sirainen [Thu, 15 Jun 2000 20:56:58 +0000 (20:56 +0000)] 
You can specify command(s) to be sent automatically to server after
connected with /IRCNET -autosendcmd. Useful for IRC networks with
NickServ. Patch by <redacted>

Ability to send a command automatically to server IRC network

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

24 years agobugfix
Timo Sirainen [Thu, 15 Jun 2000 19:34:54 +0000 (19:34 +0000)] 
bugfix

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

24 years agoIf join to !channel wasn't successfull (banned, etc.), Irssi didn't remove
Timo Sirainen [Thu, 15 Jun 2000 19:34:31 +0000 (19:34 +0000)] 
If join to !channel wasn't successfull (banned, etc.), Irssi didn't remove
the channel's window item.

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

24 years ago"window changed" signal handler didn't check if the old or new window
Timo Sirainen [Thu, 15 Jun 2000 18:33:08 +0000 (18:33 +0000)] 
"window changed" signal handler didn't check if the old or new window
is NULL.

window_has_query()

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

24 years agoWhops, last "fix" broke timestamp's time.
Timo Sirainen [Thu, 15 Jun 2000 10:39:24 +0000 (10:39 +0000)] 
Whops, last "fix" broke timestamp's time.

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

24 years agoDon't waste time calculating timestamp differeces if the
Timo Sirainen [Wed, 14 Jun 2000 22:31:59 +0000 (22:31 +0000)] 
Don't waste time calculating timestamp differeces if the
timestamp_timeout is 0.

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

24 years agoAdded irssi-version.h.in there
Timo Sirainen [Wed, 14 Jun 2000 20:19:49 +0000 (20:19 +0000)] 
Added irssi-version.h.in there

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

24 years agoIrssi 0.7.91 released. 0.7.91
Timo Sirainen [Wed, 14 Jun 2000 20:16:30 +0000 (20:16 +0000)] 
Irssi 0.7.91 released.

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

24 years agoRemove line cache from memory after 10 minutes of inactivity.
Timo Sirainen [Wed, 14 Jun 2000 20:12:51 +0000 (20:12 +0000)] 
Remove line cache from memory after 10 minutes of inactivity.

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

24 years agoDon't show "End of WHOWAS" if none of the nicks were found.
Timo Sirainen [Wed, 14 Jun 2000 19:40:23 +0000 (19:40 +0000)] 
Don't show "End of WHOWAS" if none of the nicks were found.

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

24 years agoRenamed /SET query_auto_close to autoclose_query.
Timo Sirainen [Wed, 14 Jun 2000 19:05:51 +0000 (19:05 +0000)] 
Renamed /SET query_auto_close to autoclose_query.

Added /SET autocreate_own_query - it specifies if we want to create
query window when we send /MSG to someone.

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

24 years agoTab-completion works now with /commands and /set variables, patch by
Timo Sirainen [Wed, 14 Jun 2000 18:19:05 +0000 (18:19 +0000)] 
Tab-completion works now with /commands and /set variables, patch by
<redacted>. Fixed also a few memleaks.

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

24 years agoCtrl-W deletes word in left - patch from
Timo Sirainen [Wed, 14 Jun 2000 18:02:13 +0000 (18:02 +0000)] 
Ctrl-W deletes word in left - patch from
Kjetil �degaard <redacted>

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

24 years agoIn netsplit quit messages, display @ in front of operators' nicks.
Timo Sirainen [Wed, 14 Jun 2000 17:58:14 +0000 (17:58 +0000)] 
In netsplit quit messages, display @ in front of operators' nicks.

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

24 years agoFixed some flood detection, ignoring and autoignoring bugs.
Timo Sirainen [Wed, 14 Jun 2000 17:52:03 +0000 (17:52 +0000)] 
Fixed some flood detection, ignoring and autoignoring bugs.

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

24 years agoRead new server specific settings when reconnecting to new server.
Timo Sirainen [Wed, 14 Jun 2000 17:50:16 +0000 (17:50 +0000)] 
Read new server specific settings when reconnecting to new server.

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

24 years ago/SET mail_counter on|off. Also, it doesn't anymore read through the file
Timo Sirainen [Wed, 14 Jun 2000 17:48:13 +0000 (17:48 +0000)] 
/SET mail_counter on|off. Also, it doesn't anymore read through the file
if it's modification time hasn't changed.

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

24 years agotab-completion in the middle of line left the cursor in wrong place.
Timo Sirainen [Wed, 14 Jun 2000 17:44:03 +0000 (17:44 +0000)] 
tab-completion in the middle of line left the cursor in wrong place.

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

24 years ago"window changed" signal now gives the old window as it's second argument.
Timo Sirainen [Wed, 14 Jun 2000 17:41:45 +0000 (17:41 +0000)] 
"window changed" signal now gives the old window as it's second argument.

query_auto_close now resets the "last check" time when changing to some
other window FROM it.

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

24 years agoLogging wrote to message to file twice.
Timo Sirainen [Wed, 14 Jun 2000 17:33:41 +0000 (17:33 +0000)] 
Logging wrote to message to file twice.

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

24 years agoIf name tag contains '_', it shouldn't be quoted.
Timo Sirainen [Wed, 14 Jun 2000 17:31:53 +0000 (17:31 +0000)] 
If name tag contains '_', it shouldn't be quoted.

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

24 years agoMax. mode parameter count was taken from wrong place.
Timo Sirainen [Mon, 12 Jun 2000 23:33:35 +0000 (23:33 +0000)] 
Max. mode parameter count was taken from wrong place.

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

24 years agoChanged the default flood detection values.
Timo Sirainen [Mon, 12 Jun 2000 23:30:00 +0000 (23:30 +0000)] 
Changed the default flood detection values.

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

24 years agoFlood detection fixes
Timo Sirainen [Mon, 12 Jun 2000 23:27:41 +0000 (23:27 +0000)] 
Flood detection fixes

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

24 years agoChannel messages were printed wrong because of previous cleanup :)
Timo Sirainen [Mon, 12 Jun 2000 23:19:34 +0000 (23:19 +0000)] 
Channel messages were printed wrong because of previous cleanup :)

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

24 years ago/HILIGHT -channels didn't work right.
Timo Sirainen [Mon, 12 Jun 2000 23:18:24 +0000 (23:18 +0000)] 
/HILIGHT -channels didn't work right.

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

24 years agoCTCP msgs/replies stops the "event privmsg" or "event notice" signals now
Timo Sirainen [Mon, 12 Jun 2000 22:57:53 +0000 (22:57 +0000)] 
CTCP msgs/replies stops the "event privmsg" or "event notice" signals now
so you don't have to check for them anymore (unless you use
signal_add_first()..).

/WINDOW MOVE command had some bugs.

CTCP reply to some channel didn't display the channel name.

Several code cleanups.

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

24 years ago/EVAL will now expand \n and \t to newline and tab.
Timo Sirainen [Sun, 11 Jun 2000 22:58:17 +0000 (22:58 +0000)] 
/EVAL will now expand \n and \t to newline and tab.

If you /SET expand_escapes ON and type \n or \t to text line, they
will be expanded.

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

24 years agoPrint "starting query with <nick>" when query is created.
Timo Sirainen [Sun, 11 Jun 2000 21:01:30 +0000 (21:01 +0000)] 
Print "starting query with <nick>" when query is created.

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

24 years ago/SET close_window_on_part - should we close the window too when
Timo Sirainen [Sun, 11 Jun 2000 20:21:12 +0000 (20:21 +0000)] 
/SET close_window_on_part - should we close the window too when
/PARTing channel

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

24 years agoClear window's waiting_channels list if some other channel/query is
Timo Sirainen [Sun, 11 Jun 2000 20:04:15 +0000 (20:04 +0000)] 
Clear window's waiting_channels list if some other channel/query is
created in the window.

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

24 years agoIf you're not allowed to connect to server (K-lined, no I-line), Irssi
Timo Sirainen [Sun, 11 Jun 2000 19:34:29 +0000 (19:34 +0000)] 
If you're not allowed to connect to server (K-lined, no I-line), Irssi
won't try to reconnect back to the server.

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

24 years agoCleaned up some code.
Timo Sirainen [Sun, 11 Jun 2000 00:58:15 +0000 (00:58 +0000)] 
Cleaned up some code.

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

24 years agoDisplays Mail counter in statusbar. Read the FIXME for more info :)
Timo Sirainen [Sun, 11 Jun 2000 00:42:37 +0000 (00:42 +0000)] 
Displays Mail counter in statusbar. Read the FIXME for more info :)

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

24 years agoCheck ignores when printing net split messages.
Timo Sirainen [Sun, 11 Jun 2000 00:03:28 +0000 (00:03 +0000)] 
Check ignores when printing net split messages.

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

24 years agoif command is unknown, and cmdchar is found inside the command name, we
Timo Sirainen [Sat, 10 Jun 2000 23:40:47 +0000 (23:40 +0000)] 
if command is unknown, and cmdchar is found inside the command name, we
probably want to send the whole line to channel. for example when
pasting a path /usr/bin/xxx

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

24 years agoChanged the behaviour of how to handle "send command" signal (text you
Timo Sirainen [Sat, 10 Jun 2000 23:20:22 +0000 (23:20 +0000)] 
Changed the behaviour of how to handle "send command" signal (text you
typed to entry field).

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

24 years agosame cmdchar twice ignores aliases ignores aliases - not any two cmdchars
Timo Sirainen [Sat, 10 Jun 2000 22:48:18 +0000 (22:48 +0000)] 
same cmdchar twice ignores aliases ignores aliases - not any two cmdchars

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

24 years ago/WHOIS automatically sends a /WHOWAS query if nick wasn't in IRC.
Timo Sirainen [Sat, 10 Jun 2000 21:40:00 +0000 (21:40 +0000)] 
/WHOIS automatically sends a /WHOWAS query if nick wasn't in IRC.

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

24 years ago/JOIN -<server tag> #channel joins to channel in specified server.
Timo Sirainen [Sat, 10 Jun 2000 20:03:43 +0000 (20:03 +0000)] 
/JOIN -<server tag> #channel joins to channel in specified server.

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

24 years agoIf autocreate_query is ON, /MSG nick now creates the query.
Timo Sirainen [Sat, 10 Jun 2000 19:51:36 +0000 (19:51 +0000)] 
If autocreate_query is ON, /MSG nick now creates the query.

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

24 years agoCtrl-X changes IRC server in stats/msgs/empty windows.
Timo Sirainen [Sat, 10 Jun 2000 19:16:25 +0000 (19:16 +0000)] 
Ctrl-X changes IRC server in stats/msgs/empty windows.

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

24 years ago"Day changed" is now printed at right time, never after already printed
Timo Sirainen [Sat, 10 Jun 2000 18:56:03 +0000 (18:56 +0000)] 
"Day changed" is now printed at right time, never after already printed
some messages after 00:00..

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

24 years agoDon't display the msgs window by default anymore since query windows are
Timo Sirainen [Sat, 10 Jun 2000 18:12:28 +0000 (18:12 +0000)] 
Don't display the msgs window by default anymore since query windows are
created by default also..

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

24 years ago/MODE +something or /MODE -something assumes that we want to change the
Timo Sirainen [Sat, 10 Jun 2000 08:58:52 +0000 (08:58 +0000)] 
/MODE +something or /MODE -something assumes that we want to change the
active channel's mode.

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

24 years agoRotate time names changed :) week -> weekly, day -> daily, etc.
Timo Sirainen [Sat, 10 Jun 2000 08:39:19 +0000 (08:39 +0000)] 
Rotate time names changed :) week -> weekly, day -> daily, etc.

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

24 years ago/CHANNEL LIST displayed comma at the end of channel options. ugly.
Timo Sirainen [Sat, 10 Jun 2000 08:34:20 +0000 (08:34 +0000)] 
/CHANNEL LIST displayed comma at the end of channel options. ugly.

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

24 years agoAdded Irssi::Dcc::values(), updated a few other DCC things too.
Timo Sirainen [Fri, 9 Jun 2000 17:29:12 +0000 (17:29 +0000)] 
Added Irssi::Dcc::values(), updated a few other DCC things too.

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

24 years agoBeeps should work(?). ANSI colors had some bugs, bolds weren't working and
Timo Sirainen [Fri, 9 Jun 2000 16:58:52 +0000 (16:58 +0000)] 
Beeps should work(?). ANSI colors had some bugs, bolds weren't working and
blinking crashed irssi.

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

24 years agoWindow activity is now "msg to you" with lines containing hilighted text.
Timo Sirainen [Fri, 9 Jun 2000 16:19:42 +0000 (16:19 +0000)] 
Window activity is now "msg to you" with lines containing hilighted text.

You can disable window activity notifies in some channels with
/SET noact_channels #chan1 #chan2 .. The activity is displayed if some
text had "msg to you" level.

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

24 years agoYou can specify the format of the /WALL text with /SET wall_format,
Timo Sirainen [Fri, 9 Jun 2000 15:50:04 +0000 (15:50 +0000)] 
You can specify the format of the /WALL text with /SET wall_format,
default is "[Wall/#channel] text". The WALL is also printed to screen.

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

24 years ago/WHO and /WHO * should disply who list of the active channel.
Timo Sirainen [Wed, 7 Jun 2000 18:35:15 +0000 (18:35 +0000)] 
/WHO and /WHO * should disply who list of the active channel.

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

24 years agoIf config_node_get_str() is given NULL node, return the given default.
Timo Sirainen [Tue, 6 Jun 2000 19:14:51 +0000 (19:14 +0000)] 
If config_node_get_str() is given NULL node, return the given default.

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