summaryrefslogtreecommitdiff
path: root/src/perl/perl-common.c
AgeCommit message (Expand)Author
2007-05-08Update FSF addressWouter Coekaerts
2006-12-08Remove CR and LF from Perl commands, to make it harder to introduce a securit...Wouter Coekaerts
2005-04-26Fix tr_TR locale problem for glib2 (still a bug with glib1.2) by David PashleyWouter Coekaerts
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2003-01-25Lets see if GC happens to work now without explicit free() calls. PerlTimo Sirainen
2003-01-11Check for gc.h tooTimo Sirainen
2002-12-23actually no, it doesn't work ;)Timo Sirainen
2002-12-23a bit better checking for free'd variables.Timo Sirainen
2002-12-23Added /SET perl_memory_check_level which works with only GC enabled. 0Timo Sirainen
2002-12-23--with-gc enables now support for Boehm's GC, if it's found and glib2 isTimo Sirainen
2002-12-10GC fixes.Timo Sirainen
2002-12-08Added Irssi::Script object and "script error" signal.Timo Sirainen
2002-12-04Added no_connect to SERVER_CONNECT_REC, also exported a few other variablesTimo Sirainen
2002-10-28Cast pointers to IVs instead of using GPOINTER_TO_INT() which casts them toTimo Sirainen
2002-09-19support for threaded perl. patch by mls@suse.deTimo Sirainen
2002-07-04Using Irssi::Ignore crashedTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo 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-23added $query->{last_unread_msg}Timo 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
2001-12-11I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared forTimo Sirainen
2001-12-06Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and theirTimo Sirainen
2001-12-03added a few asserts to make sure we don't mess up if IDs go above 16bitTimo Sirainen
2001-12-01Added ~/.irssi/scripts and PREFIX/lib/irssi/scripts to default @INC pathTimo Sirainen
2001-11-19perl_command() - just a small sanity check that we're not sending emptyTimo Sirainen
2001-11-19Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::DccTimo Sirainen
2001-11-19Chat protocol ID was assumed to be 8bit or less, this may not be so sinceTimo Sirainen
2001-11-18Irssi::Chatnet can now be accessed from perl.Timo Sirainen
2001-10-24/SET perl_use_lib setting to specify the path for irssi's perl libraries.Timo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-08-07/SCRIPT RESET didn't work properly (start/stop functions were called inTimo Sirainen
2001-07-30--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes toTimo Sirainen
2001-07-30Script name is printed now correctly if there's an error inTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo 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-27Don't print GLIB critical when trying to bless unknown iobject - this couldTimo Sirainen
2001-06-26Perl blessing fixes.Timo Sirainen
2001-06-26added real_fname to log record.Timo Sirainen
2001-06-08added topic_by, topic_timeTimo Sirainen
2001-03-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo Sirainen
2001-02-20DCC updatesTimo Sirainen
2001-02-17Moved fe stuff from perl-common to perl-fe.Timo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-13Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" andTimo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen