summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
2014-06-30forward alternate_nick to Irc::Server attributesAilin Nemui
2014-06-30Merge pull request #11 from ailin-nemui/print_text_after_time-apiAlexander Færøy
2014-06-29Merge pull request #52 from dgl/stack-cleanupAlexander Færøy
2014-06-29Merge pull request #49 from dgl/stackemAlexander Færøy
2014-06-27add print_text_after_time to specify time stamp for linesAilin Nemui
2014-06-27s/INCLUDES/AM_CPPFLAGS/gDave Reisner
2014-06-27Merge pull request #44 from dajohi/g_basenameAlexander Færøy
2014-06-27Merge pull request #59 from ailin-nemui/perl-pl-naAlexander Færøy
2014-06-27Correct use of perl stack macrosDavid Leadbeater
2014-06-27Switch to using G_DISCARD for call_pvDavid Leadbeater
2014-06-25cleanup char* casts and replace one useless SvPV with SvPV_nolenAilin Nemui
2014-06-24Define PERL_NO_GET_CONTEXT in all perl source filesDavid Leadbeater
2014-06-24get rid of PL_naLukas Mai
2014-06-22Replace deprecated g_basename with g_path_get_basename.David Hill
2014-06-19Merge pull request #20 from ailin-nemui/broken-signal-parserAlexander Færøy
2014-06-18fix signals parserAilin Nemui
2014-06-18Merge pull request #23 from ailin-nemui/perl-format_get_textAlexander Færøy
2014-06-16fix implementation of format_get_text script apiAilin Nemui
2014-06-16correct package of server gui_printtext_afterAilin Nemui
2014-06-16fix package of term_refresh_* script apiAilin Nemui
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2012-06-24Properly validate the argument of Irssi::theme_register as an array reference,Emanuele Giaquinta
2011-11-21Add -noautosendcmd to /SERVER and /CONNECT.Alexander Færøy
2010-12-09Add the path contained in the perl_use_lib setting to the search listJase Thew
2010-07-24Add prefixes to irc_nicklist_insert() so that nickrec.prefixes is accurate in...Wouter Coekaerts
2010-02-25Add missing include of misc.h for g_input_add_poll (Bug #740)Wouter Coekaerts
2009-09-06Make several signals without parameters available to perl again.Jilles Tjoelker
2009-04-05Fix r4998 change, declare 'environ'.Emanuele Giaquinta
2009-02-21Reject invalid level specifications in /set.Jilles Tjoelker
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2009-01-23Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1).Emanuele Giaquinta
2009-01-17Add Irssi::UI::Window::get_history_lines to get the content of a window'sEmanuele Giaquinta
2009-01-17Revert r4871, it breaks /script reset.Emanuele Giaquinta
2009-01-16Properly unload the original script when using /script load to reload it.Emanuele Giaquinta
2009-01-15Use PERL_SYS_INIT3 with the correct pointer type for argv.Jilles Tjoelker
2009-01-15Fix minor leak.Emanuele Giaquinta
2009-01-10Factor out printformat_module_dest_charargs function fromEmanuele Giaquinta
2008-12-17Fix r4961 change, irssi-core.pl is transformed in a format string so literalsEmanuele Giaquinta
2008-12-12Revert r4964, at least one script uses ypos.Emanuele Giaquinta
2008-12-11Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the rowEmanuele Giaquinta
2008-12-10Remove methods to create/destroy TextBuffer and TextBufferView and low levelEmanuele Giaquinta
2008-12-10Add print_after method to Window perl object analogous toEmanuele Giaquinta
2008-12-09Clean up script loading in general.Emanuele Giaquinta
2008-12-09Fix undefined behavior due to modifying PL_na twice between sequence points.Emanuele Giaquinta
2008-12-09Remove resize method of TextBufferView perl object, it is not usefulEmanuele Giaquinta
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