summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
2001-08-14Irssi::TextUI::TextBufferVew should also contain the scroll..Timo Sirainen
2001-08-14Updated for view->scroll.Timo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-09Removed some extra ';' chars which made it not compile with perl 5.00x.Timo Sirainen
2001-08-09Added Irssi::TextUI.Timo Sirainen
2001-08-08Irssi crashed if script died in a signal handler.Timo Sirainen
2001-08-07Irssi crashed if loading script failed.Timo Sirainen
2001-08-07/SCRIPT RESET didn't work properly (start/stop functions were called inTimo Sirainen
2001-07-31Stop scripts when there's error in signal/timeout/input handler.Timo Sirainen
2001-07-30--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes toTimo Sirainen
2001-07-30bugfix for parameter handling...Timo Sirainen
2001-07-30/SCRIPT FLUSH -> /SCRIPT RESET. Fixed parameter handling for /SCRIPTTimo Sirainen
2001-07-30Script name is printed now correctly if there's an error inTimo Sirainen
2001-07-29"\n", not '\n'..Timo Sirainen
2001-07-29/SCRIPT EXEC took only one argument. /SCRIPT LIST is now printed withTimo Sirainen
2001-07-29don't use strict since it was forced to scripts too. added a missing $.Timo Sirainen
2001-07-29forgot module-formats.hTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-29fixTimo Sirainen
2001-07-29bugfixTimo Sirainen
2001-07-29Use INSTALLDIRS=perl option with MakeMaker if perl install directory isTimo Sirainen
2001-07-24Don't crash when trying to bless NULLsTimo Sirainen
2001-07-18Irssi::printformat() called printformat_window() to print the text whichTimo Sirainen
2001-07-16Added Irssi::command_bind_first() and Irssi::command_bind_last()Timo Sirainen
2001-07-15textui isn't done yet.Timo Sirainen
2001-07-15Moved awaylog to core.Timo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-12Removed everything from @EXPORT - they weren't supposed to be there.Timo Sirainen
2001-07-12Irssi::Server::command() - window item parameter should be NULLTimo Sirainen
2001-07-01void should be in separate lineTimo Sirainen
2001-06-30use Irssi; use Irssi::Irc and use Irssi::UI are now automatically called soTimo Sirainen
2001-06-30Updates to perl documentation. Moved Rawlog->{lines} to Rawlog::get_lines()Timo Sirainen
2001-06-29Windowitem->{type} wasn't set properlyTimo Sirainen
2001-06-29Added some new variables for UI::WindowTimo Sirainen
2001-06-29UI fixesTimo Sirainen
2001-06-29Irssi::xx -> Irssi::UI::xxTimo Sirainen
2001-06-29Added size/skipped to Dcc::Send / Get recordsTimo Sirainen
2001-06-27Don't print GLIB critical when trying to bless unknown iobject - this couldTimo Sirainen
2001-06-27Moved fe_perl module to use Irssi::UI .. this breaks several scripts thatTimo Sirainen
2001-06-26Perl blessing fixes.Timo Sirainen
2001-06-26added real_fname to log record.Timo Sirainen
2001-06-11plain objects weren't blessed correctly in listsTimo Sirainen
2001-06-11$/ was set to undef for perl scripts. removed unused variable.Timo Sirainen
2001-06-08"complete word" signal works now with perl and it's possible to manipulateTimo Sirainen
2001-06-08added topic_by, topic_timeTimo Sirainen
2001-06-01added Irssi::parse_special()Timo Sirainen
2001-05-30Irssi::command_runsub() - patch by fuchsTimo Sirainen
2001-05-11PL_na doesn't exist in Perl 5.004, don't use it.Timo Sirainen
2001-04-20Added TEXT_DEST_REC to perl, fixed "print text..." signal declarations.Timo Sirainen
2001-04-20Irssi::printformat() didn't workTimo Sirainen