1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

Irssi 0.7.28 released

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@144 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-03-11 19:18:12 +00:00 committed by cras
parent 3b9e051707
commit 0c66bb3185
8 changed files with 1520 additions and 1180 deletions

61
NEWS
View File

@ -1,4 +1,63 @@
v0.7.27 2000-02-26 Timo Sirainen <tss@iki.fi>
v0.7.28 2000-03-11 Timo Sirainen <tss@iki.fi>
+ irssi-text: New improved "text widget". It takes less memory and
if you resize the terminal horizonally, the text automatically
changes to right size. Several other changes too:
/CLEAR only clears the screen, you can still scroll the window up.
/SCROLLBACK, or the default alias /SB:
/SB CLEAR - Clear screen, free all memory used by texts in window.
/SB HOME - Jump to start of the buffer
/SB END - Jump to end of the buffer
/SB GOTO [[-|+]line#|time] - Jump to specified line or timestamp.
-100 jumps back 100 lines, +100 jumps forward 100 lines, or
100 simply jumps to 100. line in scrollback.
Time is the format [dd.mm | -<days ago>] hh:mi[:ss]
Examples:
/SB GOTO 15:00 - Jump to first text that came after 15:00 today
/SB GOTO -1 15:00 - First text after 15:00 yesterday
/SB GOTO 1.2 - First text in 1. February
/SB GOTO -100 - Jump back 100 lines
/SB GOTO +100 - Jump for
+ After lost connection to server and reconnected or changed the
server manually with /SERVER, Irssi will rejoin back to the same
channels that you were in before disconnection. They will also be
placed to same windows they were, even if you were in same channel
in multiple servers.
+ /SERVERS and disconnect dialog displays also servers that are
being currently connected and waiting reconnections. You can remove
them with /DISCONNECT <tag>.
+ If you are in multiple irc servers and the active server of the
window isn't the same as where the message came from, the message
is prefixed with a [server tag].
+ If you don't specify the path for Perl scripts, Irssi tries to
find them from ~/.irssi/scripts/ or /usr/lib/irssi/scripts/
directories. Irssi will also run automatically scripts in
~/.irssi/scripts/autorun/ at startup. Several other updates to
Perl support too.
+ Support for ircII translation tables, /set translation <file>
See /usr/share/ircII/translation/* (at least in Debian)
+ /ACTION <target> <text> - Send action to target (like /ME), target
is either #channel, nick or =dcc_char_nick
+ 5 CTRL-C's in a row quits irssi-text.
+ %| in themes marks the line indentation position - works only in
irssi-text for now..
+ You can have several msgs/status windows, one for each server.
+ Option: start GNOME panel applet at startup
+ --without-gtk option for configure disables building GTK frontend
+ /LAST -new shows only the texts that came after latest /LAST.
- Autojoining doesn't switch automatically to the joined channel's
window (try #2 :)
- Several (Perl) compilation problems fixed.
- Text hilight color was dark grey, changed to white..
- /LAST doesn't display the texts found from previous /LAST blocks
- Fixed a few memory leaks
v0.7.27 2000-02-25 Timo Sirainen <tss@iki.fi>
* Perl support - finally! Took only a year or so to imlement it ;)
Well, I could have done it ages ago but it wouldn't have had

7
TODO
View File

@ -1,6 +1,12 @@
*** Bugs
- %| doesn't work with irssi text widget
- when changing server (/server), irssi will automatically join back to the
channels that were joined in previous server. If IRC network is different
than in previous server it shouldn't join the channels..
- some problems when using multiple windows with focus being all the time in
one of the windows and it can't be changed to different window?!
- split windows are buggy, destroying them doesn't really work well..
- irssi can't find new themes in ~/.irssi/ while running - scan for new
themes when opening themes dialog? irssi-text also needs to be restarted
@ -130,7 +136,6 @@
- check new irssi versions with http rather than with irssibot..
- implement requesting files with DCC GET from remote client for dcc file
servers. good for people behind firewalls.
- support for ircii translation tables (/usr/lib/irc/translation/*)
- use different nicks/realnames in different irc networks
- gnome statubar:
- clock?

10
config
View File

@ -3,16 +3,20 @@
{server = irc.funet.fi;ircnet = IRCNet;port = 6667;autoconnect = No;},
{server = irc.efnet.net;ircnet = EFNet;port = 6667;autoconnect = No;},
{server = irc.undernet.net;ircnet = Undernet;port = 6667;autoconnect = No;},
{server = irc.dal.net;ircnet = DALNet;port = 6667;autoconnect = No;},
{server = irc.openprojects.net;ircnet = OPN;port = 6667;autoconnect = No;},
{server = irc.ptlink.net;ircnet = PTlink;port = 6667;autoconnect = No;}
{server = irc.ptlink.net;ircnet = PTlink;port = 6667;autoconnect = No;},
{server = irc.multichat.org;ircnet = Multichat;port = 6667;autoconnect = No;}
);
ircnets = (
{name = IRCNet;max_kicks = 4;max_modes = 3;max_msgs = 3;},
{name = EFNet;max_kicks = 4;max_modes = 4;max_msgs = 3;},
{name = Undernet;max_kicks = 4;max_modes = 3;max_msgs = 3;},
{name = DALNet;max_kicks = 4;max_modes = 6;max_msgs = 3;},
{name = OPN;max_kicks = 1;max_modes = 6;max_msgs = 100;},
{name = PTlink;max_kicks = 1;max_modes = 6;max_msgs = 100;}
{name = PTlink;max_kicks = 1;max_modes = 6;max_msgs = 100;},
{name = Multichat;max_kicks = 1;max_modes = 6;max_msgs = 100;}
);
channels = (
@ -42,6 +46,8 @@
{alias = UB;command = "/unban &1";},
{alias = IG;command = "/ignore &1";},
{alias = UNIG;command = "/unignore &1";}
{alias = SB;command = "/scrollback &1";}
{alias = UMODE;command = "/mode %n &1";}
);
popups = (
{label = "<MULTICOMMA>Whois";command = "/whois %s";},

523
po/de.po

File diff suppressed because it is too large Load Diff

564
po/fi.po

File diff suppressed because it is too large Load Diff

514
po/fr.po

File diff suppressed because it is too large Load Diff

510
po/pl.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff