1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00
irssi/src/perl
Timo Sirainen d346fbe1a9 Better !channel support - window items now have "visual_name" and channels
and queries also have "name". Normally they're identical but with !channels
the visible_name contains the short !channel name, while name contains
full !ABCDEchannel name.

The visible_name should be used whenever displaying the channel name, or as
printtext()'s target. So, this breaks a few scripts in !channels, they need
to be modified to use $channel->{visible_name} instead.

Also /LAYOUT SAVE should finally work properly with !channels.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2797 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-05-16 00:34:37 +00:00
..
common Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +00:00
irc Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +00:00
textui Forgot to commit utf8 change here. 2002-01-29 03:35:18 +00:00
ui Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +00:00
.cvsignore --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT 2001-07-29 09:17:53 +00:00
get-signals.pl Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc 2001-11-19 19:36:21 +00:00
irssi-core.pl /SCRIPT UNLOAD didn't destroy the perl package from memory. Also the scripts 2001-11-18 16:16:13 +00:00
libperl_dynaloader.la Perl works now only as a runtime loadable module 2000-09-07 21:55:58 +00:00
libperl_orig.la --enable-perl=[yes|no|static] 2000-10-03 22:57:14 +00:00
Makefile.am "make clean" now cleans all perl subdirs properly too. 2002-03-16 11:14:35 +00:00
module-fe.h Module loading updates - /LOAD shows now also the statically loaded modules. 2001-08-14 00:41:59 +00:00
module-formats.c %# now toggles monospace font on/off. fe-text doesn't care about it, but 2002-04-26 15:43:09 +00:00
module-formats.h --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT 2001-07-29 09:17:53 +00:00
module.h Added reference counting to server record. At least now we don't accidentally 2001-12-14 01:54:12 +00:00
perl-common.c Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +00:00
perl-common.h I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared for 2001-12-11 16:44:53 +00:00
perl-core.c destruct level isn't touched anymore, it crashes irssi with a few people.. 2002-03-24 16:35:20 +00:00
perl-core.h /SCRIPT LOAD modifies the script name so that all non-alphanumeric 2001-11-25 16:17:44 +00:00
perl-fe.c Tab-completion for /SCRIPT UNLOAD crashed irssi soon after 2002-01-23 20:36:52 +00:00
perl-signals.c fixes for new signaling code. 2002-04-16 18:11:06 +00:00
perl-signals.h fixes for new signaling code. 2002-04-16 18:11:06 +00:00
perl-sources.c timeout_add_once() didn't work. 2002-05-13 13:50:45 +00:00
perl-sources.h Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and their 2001-12-06 17:17:40 +00:00