Age | Commit message (Expand) | Author |
2012-06-24 | Properly validate the argument of Irssi::theme_register as an array reference, | Emanuele Giaquinta |
2011-11-21 | Add -noautosendcmd to /SERVER and /CONNECT. | Alexander Færøy |
2010-12-09 | Add the path contained in the perl_use_lib setting to the search list | Jase Thew |
2010-07-24 | Add prefixes to irc_nicklist_insert() so that nickrec.prefixes is accurate in... | Wouter Coekaerts |
2010-02-25 | Add missing include of misc.h for g_input_add_poll (Bug #740) | Wouter Coekaerts |
2009-09-06 | Make several signals without parameters available to perl again. | Jilles Tjoelker |
2009-04-05 | Fix r4998 change, declare 'environ'. | Emanuele Giaquinta |
2009-02-21 | Reject invalid level specifications in /set. | Jilles Tjoelker |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2009-01-23 | Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1). | Emanuele Giaquinta |
2009-01-17 | Add Irssi::UI::Window::get_history_lines to get the content of a window's | Emanuele Giaquinta |
2009-01-17 | Revert r4871, it breaks /script reset. | Emanuele Giaquinta |
2009-01-16 | Properly unload the original script when using /script load to reload it. | Emanuele Giaquinta |
2009-01-15 | Use PERL_SYS_INIT3 with the correct pointer type for argv. | Jilles Tjoelker |
2009-01-15 | Fix minor leak. | Emanuele Giaquinta |
2009-01-10 | Factor out printformat_module_dest_charargs function from | Emanuele Giaquinta |
2008-12-17 | Fix r4961 change, irssi-core.pl is transformed in a format string so literals | Emanuele Giaquinta |
2008-12-12 | Revert r4964, at least one script uses ypos. | Emanuele Giaquinta |
2008-12-11 | Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the row | Emanuele Giaquinta |
2008-12-10 | Remove methods to create/destroy TextBuffer and TextBufferView and low level | Emanuele Giaquinta |
2008-12-10 | Add print_after method to Window perl object analogous to | Emanuele Giaquinta |
2008-12-09 | Clean up script loading in general. | Emanuele Giaquinta |
2008-12-09 | Fix undefined behavior due to modifying PL_na twice between sequence points. | Emanuele Giaquinta |
2008-12-09 | Remove resize method of TextBufferView perl object, it is not useful | Emanuele Giaquinta |
2008-12-08 | Make some functions static. | Emanuele Giaquinta |
2008-12-08 | Add perl_signal_args_to_c() to convert signal parameters from Perl to C values, | Emanuele Giaquinta |
2008-12-08 | Fix NETSPLIT_SERVER_REC substitution in get-signals.pl, reported by Lukas Mai. | Emanuele Giaquinta |
2008-12-05 | Add a notice to src/perl/perl-signals-list.h that it is autogenerated. | Jilles Tjoelker |
2008-11-28 | Allow storing multiple "other" prefixes such as +q and +a. | Jilles Tjoelker |
2008-11-23 | Remove apparently useless indirection through stub libtool library | Emanuele Giaquinta |
2008-11-12 | Add perl __WARN__ handler for scripts, bug #427. | Emanuele Giaquinta |
2008-11-11 | Add Irssi::command_parse_options function to parse options for a command which | Emanuele Giaquinta |
2008-11-02 | introduce the type Irssi::Irc::Client and signals to communicate with proxy | Jochen Eisinger |
2008-11-02 | Fix r4879 change. | Emanuele Giaquinta |
2008-11-01 | Remove the refcount on LINE_REC. | Jilles Tjoelker |
2008-08-23 | Fix crash on startup if perl is compiled in. | Jilles Tjoelker |
2008-08-22 | Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1), patch | Emanuele Giaquinta |
2008-05-13 | Use g_input_add_poll to create a watcher for an fd. | Emanuele Giaquinta |
2008-05-13 | Set PL_perl_destruct_level to 1 before calling perl_destruct, without | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-07 | Remove useless PERL_LIBTOOL indirection. | Emanuele Giaquinta |
2008-02-05 | Remove support for perl 5.004 and older. | Emanuele Giaquinta |
2008-02-04 | Fix deps. | Emanuele Giaquinta |
2008-02-02 | Remove unneeded include. | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-11-14 | Rework redirections to deal with multiple concurrent redirects better. | Jilles Tjoelker |
2007-11-02 | Unbreak the build by removing idle_check_time from Irssi::Irc::Notifylist. | Jilles Tjoelker |
2007-10-31 | Remove /notify -idle, it can only work with not-nice automated remote whois. | Jilles Tjoelker |
2007-08-04 | Add Perl bindings for some gui_entry methods. | Wouter Coekaerts |