mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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:
parent
3b9e051707
commit
0c66bb3185
61
NEWS
61
NEWS
@ -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
7
TODO
@ -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
10
config
@ -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";},
|
||||
|
511
po/pt_BR.po
511
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user