summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
2006-09-12Don't crash on /quit with scripts causing and catching signals during UNLOAD ...Wouter Coekaerts
2006-09-11Add support for utf8 to Irssi::settings_get_str.Emanuele Giaquinta
2006-05-04New perl command send_raw_first, patch by ComradeP (Bug 413)Wouter Coekaerts
2005-09-29Fix compilation with gcc4 and --with-gc, Patch by Michael PooleWouter Coekaerts
2005-04-26Fix tr_TR locale problem for glib2 (still a bug with glib1.2) by David PashleyWouter Coekaerts
2005-03-07Fix /script reset, which caused crashes (Bug 48)Wouter Coekaerts
2005-03-06Add libtool's -module flag to get built properly on all platforms, by Toby Pe...Wouter Coekaerts
2005-02-06Fixed memory leaks when destroying a channel, when loading nonexisten scripts...Valentin Batz
2005-01-04Updated the changed arguments for ban_removeValentin Batz
2004-10-06And the same for signal_continueWouter Coekaerts
2004-10-06Recognise a param of signal_emit from perl if it's an intWouter Coekaerts
2004-06-29Make /LOAD script.pl load it.Timo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2003-12-10Added Irssi::Irc::Dcc::Server supportTimo Sirainen
2003-11-16remove Makefile with make distcleanTimo Sirainen
2003-07-06NOTIFYLIST_REC usage crashfixTimo Sirainen
2003-06-27don't unload libraries when deinitializing. leaks some more memory, but fixes...Timo 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
2003-01-07didn't compile with older perls.Timo Sirainen
2002-12-30Added missing settings_get_*(), patch by pederTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-28Added support to define new default abstracts at runtime.Timo 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 Irssi::signal_register() to dynamically register new signals.Timo Sirainen
2002-12-04Added no_connect to SERVER_CONNECT_REC, also exported a few other variablesTimo Sirainen
2002-12-03Made irssi_binary global and exported to perl as get_irssi_binary().Timo Sirainen
2002-11-17forgot to commit with previous perl changesTimo Sirainen
2002-11-10Irssi::timeout_add(), timeout_add_once() and input_add() were buggy.Timo Sirainen
2002-11-07Some compiling fixes found by -Wall in perl dirs..Timo Sirainen
2002-11-07Use the modified PERL_CFLAGS + CFLAGS to compile .xs files.Timo Sirainen
2002-11-03added quotes to make CC="$(CC)"Timo Sirainen
2002-10-29typofixTimo Sirainen
2002-10-28fix for new perlsTimo Sirainen
2002-10-28Cast pointers to IVs instead of using GPOINTER_TO_INT() which casts them toTimo Sirainen
2002-10-28Try to fix perl compilation for people whose perl has been compiled withTimo Sirainen
2002-10-27Exported expando interface to perl. Fix for statusbar deinit.Timo Sirainen
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