Age | Commit message (Expand) | Author |
2016-06-03 | silent make perl | ailin-nemui |
2015-12-09 | Add bindings for exec-type window items to Perl | Ailin Nemui |
2015-02-16 | Silence unused value warnings in perl binding code | dequis |
2014-06-30 | Finish 256 colour support for Irssi | Ailin Nemui |
2014-06-27 | Merge pull request #59 from ailin-nemui/perl-pl-na | Alexander Færøy |
2014-06-25 | cleanup char* casts and replace one useless SvPV with SvPV_nolen | Ailin Nemui |
2014-06-24 | Define PERL_NO_GET_CONTEXT in all perl source files | David Leadbeater |
2014-06-24 | get rid of PL_na | Lukas Mai |
2014-06-16 | fix implementation of format_get_text script api | Ailin Nemui |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2012-06-24 | Properly validate the argument of Irssi::theme_register as an array reference, | Emanuele Giaquinta |
2009-01-17 | Add Irssi::UI::Window::get_history_lines to get the content of a window's | Emanuele Giaquinta |
2009-01-10 | Factor out printformat_module_dest_charargs function from | Emanuele Giaquinta |
2008-12-08 | Make some functions static. | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-01-11 | Modify Irssi::UI::Window::command to restore the original active window only ... | Emanuele Giaquinta |
2006-10-01 | Add missing format string argument in printtext_dest call, patch by loafier. | Emanuele Giaquinta |
2005-09-29 | Fix compilation with gcc4 and --with-gc, Patch by Michael Poole | Wouter Coekaerts |
2005-03-07 | Fix /script reset, which caused crashes (Bug 48) | Wouter Coekaerts |
2003-01-25 | Lets see if GC happens to work now without explicit free() calls. Perl | Timo Sirainen |
2003-01-07 | didn't compile with older perls. | Timo Sirainen |
2002-12-28 | Added support to define new default abstracts at runtime. | Timo Sirainen |
2002-11-07 | Some compiling fixes found by -Wall in perl dirs.. | Timo Sirainen |
2002-10-28 | fix for new perls | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-13 | fixes | Timo Sirainen |
2002-05-13 | fixed memory leaks with several functions. | Timo Sirainen |
2002-05-13 | Added format_create_dest() + $dest->print() functions. here's also our first | Timo Sirainen |
2002-05-11 | added format_get_length(), format_real_length() and strip_codes() | Timo Sirainen |
2002-04-27 | Irssi::Theme::get_format() now uses format tag instead of number. | Timo Sirainen |
2002-04-27 | added Irssi::Theme::get_format() | Timo Sirainen |
2002-04-27 | Irssi::format_get_text() didn't work | Timo Sirainen |
2002-03-24 | Perl's print and printf calls now write the text to irssi's window. You | Timo Sirainen |
2002-03-14 | $window->command() changed active window temporarily to wanted one and then | Timo Sirainen |
2002-02-15 | window_activity() and window_item_activity() are now public. Added them to | Timo Sirainen |
2002-02-10 | Support for "immortal" windows, that can't be closed until explicitly set to | Timo Sirainen |
2002-01-27 | Scripts using Irssi::printformat() might have crashed irssi, especially if | Timo Sirainen |
2001-12-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | Timo Sirainen |
2001-12-11 | I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared for | Timo Sirainen |
2001-12-10 | Allow exporting symbols, patch by juerd@juerd.nl | Timo Sirainen |
2001-12-10 | Moved Irssi::command(), Irssi::Server::command() and Irssi::Windowitem::comma... | Timo Sirainen |
2001-12-03 | Irssi::UI::Window's data_level and hilight_color contained wrong hash | Timo Sirainen |
2001-12-03 | Added processes to be extern instead of static. Also added Irssi::processes() | Timo Sirainen |
2001-11-27 | max number of parameters for printformat() was calculated wrong. | Timo Sirainen |
2001-11-25 | printformat_perl() crashfix was buggy :) | Timo Sirainen |
2001-11-25 | Irssi::printformat() doesn't crash anymore if you try to use unregistered | Timo Sirainen |
2001-11-25 | Added printtext_string_window(), Irssi::UI::Window::print() uses it also | Timo Sirainen |
2001-11-25 | Irssi::Window::command() should make the specified window active_win | Timo Sirainen |
2001-11-24 | Irssi::printformat() crashed if the registered format contained $0- etc. | Timo Sirainen |
2001-11-19 | Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc | Timo Sirainen |