summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
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
2001-04-14related changes to textbuffer update..Timo Sirainen
2001-03-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo Sirainen
2001-03-15if $(MAKE) crap -> ($(MAKE) || $(MAKE)), a lot better :)Timo Sirainen
2001-03-15if ! $(MAKE) -> if $(MAKE); then echo; elseTimo Sirainen
2001-03-11make distclean works now properly for common/ and irc/ directories (by tko)Timo Sirainen
2001-03-10typofixTimo Sirainen
2001-03-08updatedTimo Sirainen
2001-03-07some perl fixes. NICK_REC is also now "iobject"..Timo Sirainen
2001-03-04removed Flood.xsTimo Sirainen
2001-03-03fe-common/irc/flood removed. Some autoignore / ignore -time updates.Timo Sirainen
2001-03-03/BANTYPE -> /SET ban_type. /BAN: -type option added to override defaultTimo Sirainen
2001-03-03make -> $(MAKE)Timo Sirainen
2001-02-23Fixed for building from objdirTimo Sirainen
2001-02-22Verify in configure that linking with perl's LDFLAGS actually works. IfTimo Sirainen
2001-02-22Removed AUTOIGNORE_REC since it doesn't exist anyremoTimo Sirainen
2001-02-20DCC updatesTimo Sirainen
2001-02-20my_perl fixTimo Sirainen
2001-02-19updatedTimo Sirainen
2001-02-18updates for latest changesTimo Sirainen
2001-02-17Irssi::command_bind(): Don't run the command twice. Log updated forTimo Sirainen
2001-02-17Moved fe stuff from perl-common to perl-fe.Timo Sirainen