summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
2008-12-08Make some functions static.Emanuele Giaquinta
2008-12-08Add perl_signal_args_to_c() to convert signal parameters from Perl to C values,Emanuele Giaquinta
2008-12-08Fix NETSPLIT_SERVER_REC substitution in get-signals.pl, reported by Lukas Mai.Emanuele Giaquinta
2008-12-05Add a notice to src/perl/perl-signals-list.h that it is autogenerated.Jilles Tjoelker
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-11-23Remove apparently useless indirection through stub libtool libraryEmanuele Giaquinta
2008-11-12Add perl __WARN__ handler for scripts, bug #427.Emanuele Giaquinta
2008-11-11Add Irssi::command_parse_options function to parse options for a command whichEmanuele Giaquinta
2008-11-02introduce the type Irssi::Irc::Client and signals to communicate with proxy Jochen Eisinger
2008-11-02Fix r4879 change.Emanuele Giaquinta
2008-11-01Remove the refcount on LINE_REC.Jilles Tjoelker
2008-08-23Fix crash on startup if perl is compiled in.Jilles Tjoelker
2008-08-22Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1), patchEmanuele Giaquinta
2008-05-13Use g_input_add_poll to create a watcher for an fd.Emanuele Giaquinta
2008-05-13Set PL_perl_destruct_level to 1 before calling perl_destruct, withoutEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-07Remove useless PERL_LIBTOOL indirection.Emanuele Giaquinta
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