1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00
irssi/src/perl
2002-01-21 19:20:08 +00:00
..
common Irssi::signal_add_first() and .._last() allows hashes now. 2002-01-21 19:20:08 +00:00
irc 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
textui Added Irssi::term_refresh_freeze() and ..thaw() 2002-01-21 18:20:44 +00:00
ui Added command history groups, set them with /WINDOW HISTORY. Patch by peder@ifi.uio.no 2001-12-20 13:29:20 +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 Added ctcp_register() and ctcp_unregister() for registering CTCP commands. 2001-11-18 21:36:11 +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 "error loading script" -> "error in script" because it can be printed at any 2001-11-17 12:02:28 +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 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-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 g_strdup() the error message before emitting "script error" signal, since 2002-01-10 17:36:41 +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 /SCRIPT LOAD modifies the script name so that all non-alphanumeric 2001-11-25 16:17:44 +00:00
perl-signals.c g_strdup() the error message before emitting "script error" signal, since 2002-01-10 17:36:41 +00:00
perl-signals.h Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and their 2001-12-06 17:17:40 +00:00
perl-sources.c g_strdup() the error message before emitting "script error" signal, since 2002-01-10 17:36:41 +00:00
perl-sources.h Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and their 2001-12-06 17:17:40 +00:00