summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
2002-09-22define empty aTHX_ too if it's not definedTimo Sirainen
2002-09-19support for threaded perl. patch by mls@suse.deTimo Sirainen
2002-08-25If script returns 0 while it's being loaded, it's terminated without anyTimo Sirainen
2002-08-25actually, eval {} it anyway so the script can be unloaded even if UNLOADTimo Sirainen
2002-08-25better way to check if UNLOAD existsTimo Sirainen
2002-08-25UNLOAD method is called now for all scripts before they're destroyed.Timo Sirainen
2002-08-08another crashfixTimo Sirainen
2002-08-08crashfix for sbitem->{window}Timo Sirainen
2002-08-08Added window variable to Irssi::TextUI::StatusbarItemTimo Sirainen
2002-07-04Using Irssi::Ignore crashedTimo Sirainen
2002-05-26use Symbol qw(delete_packge) -> use Symbol; Symbol::delete_package(). MaybeTimo Sirainen
2002-05-21bugfixTimo Sirainen
2002-05-20/UPGRADE was broken, changed again the server connection code.Timo Sirainen
2002-05-20Irssi::get_gui() now returns IRSSI_GUI_xxx which is in use.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-13fixesTimo Sirainen
2002-05-13fixed memory leaks with several functions.Timo Sirainen
2002-05-13Added format_create_dest() + $dest->print() functions. here's also our firstTimo Sirainen
2002-05-13timeout_add_once() didn't work.Timo Sirainen
2002-05-11added format_get_length(), format_real_length() and strip_codes()Timo Sirainen
2002-05-07return value wasn't a good idea after all - added Irssi::timeout_add_once()Timo Sirainen
2002-05-07non-zero return value in timeout and input handlers now stops it.Timo Sirainen
2002-04-28perl hash length fixes, they're also automatically checked now inTimo Sirainen
2002-04-28$witem->{data_level} didn't workTimo Sirainen
2002-04-27added signal_continue() for continuing signal emission with new parameters.Timo Sirainen
2002-04-27Irssi::Theme::get_format() now uses format tag instead of number.Timo Sirainen
2002-04-27added Irssi::Theme::get_format()Timo Sirainen
2002-04-27Irssi::format_get_text() didn't workTimo Sirainen
2002-04-27Irssi::command_bind*() commands were still using broken old signalTimo Sirainen
2002-04-26%# now toggles monospace font on/off. fe-text doesn't care about it, butTimo Sirainen
2002-04-23added $query->{last_unread_msg}Timo Sirainen
2002-04-16fixTimo Sirainen
2002-04-16fixes for new signaling code.Timo Sirainen
2002-04-15Rewritten signal handling code - it wasn't supposed to come before 0.9 irssiTimo Sirainen
2002-04-09Irssi::timeout_add() - don't allow smaller values than 10Timo Sirainen
2002-04-01print() fixTimo Sirainen
2002-03-24bugfixTimo Sirainen
2002-03-24Perl's print and printf calls now write the text to irssi's window. YouTimo Sirainen
2002-03-24destruct level isn't touched anymore, it crashes irssi with a few people..Timo Sirainen
2002-03-16"make clean" now cleans all perl subdirs properly too.Timo Sirainen
2002-03-14$window->command() changed active window temporarily to wanted one and thenTimo Sirainen
2002-03-13removed the debugging code..Timo Sirainen
2002-03-13added some debugging code to irssi_bless_iobject() - can it really be anTimo Sirainen
2002-03-11added ownnick to Irssi::ChannelTimo Sirainen
2002-03-09"use Irssi" now prints a warning if it's used outside irssi, but doesn'tTimo Sirainen
2002-03-01scripts should be looked from share dir, not lib dir.Timo Sirainen
2002-02-15window_activity() and window_item_activity() are now public. Added them toTimo Sirainen
2002-02-10Support for "immortal" windows, that can't be closed until explicitly set toTimo Sirainen
2002-02-10all subdirs are now specified in "perl_dirs" so it's easier to add/removeTimo Sirainen
2002-02-05bugfixTimo Sirainen