summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
2008-02-05Remove support for perl 5.004 and older.Emanuele Giaquinta
2008-02-04Fix deps.Emanuele Giaquinta
2008-02-02Remove unneeded include.Emanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-11-14Rework redirections to deal with multiple concurrent redirects better.Jilles Tjoelker
2007-11-02Unbreak the build by removing idle_check_time from Irssi::Irc::Notifylist.Jilles Tjoelker
2007-10-31Remove /notify -idle, it can only work with not-nice automated remote whois.Jilles Tjoelker
2007-08-04Add Perl bindings for some gui_entry methods.Wouter Coekaerts
2007-06-17Use $(mkdir_p) instead of if [ ! -d X ]; then mkdir X; fi,Jilles Tjoelker
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-03Remove broken code that prevents unloading of a script in some cases.Emanuele Giaquinta
2007-04-23Add workaround for gcc 4.0.0/4.0.1, bug #219.Emanuele Giaquinta
2007-02-06Revert perl utf8 stuff for now.Emanuele Giaquinta
2007-01-11Modify Irssi::UI::Window::command to restore the original active window only ...Emanuele Giaquinta
2006-12-10Declare str in PREINIT section.Emanuele Giaquinta
2006-12-08Remove CR and LF from Perl commands, to make it harder to introduce a securit...Wouter Coekaerts
2006-10-01Add missing format string argument in printtext_dest call, patch by loafier.Emanuele Giaquinta
2006-09-20Add support for utf8 to Irssi::TextUI::Line::get_text.Emanuele Giaquinta
2006-09-20Turn on the utf8 status only if the charset is utf8.Emanuele Giaquinta
2006-09-19Simplify using new_pv.Emanuele Giaquinta
2006-09-15Fix Irssi::settings_get_str to return Nullsv when settings_get_str returns NULL.Emanuele Giaquinta
2006-09-12Do not crash when settings_get_str returns NULL.Emanuele Giaquinta
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