Age | Commit message (Expand) | Author |
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 |
2001-11-18 | Irssi::Server::print()'s level parameter wasn't optional like in other | Timo Sirainen |
2001-11-17 | Didn't I already commit these? .. added format_get_text(), | Timo Sirainen |
2001-11-14 | typofix | Timo Sirainen |
2001-11-11 | Updated perl API version. Fixed irssi to behave better if the API doesn't | Timo Sirainen |
2001-10-25 | Added flags option for Irssi::UI::Theme::format_expand(). | Timo Sirainen |
2001-10-25 | Added Irssi::current_theme() and Irssi::Theme::format_expand() | Timo Sirainen |
2001-10-24 | Added --with-perl-staticlib option to configure. If used, irssi's perl | Timo Sirainen |
2001-10-21 | Moved theme registering stuff to Themes.xs. Corrected signal "script | Timo Sirainen |
2001-10-20 | Dependencies finally work correctly in perl libraries (they're each compiled | Timo Sirainen |
2001-10-20 | Added API version check between perl module and perl libs. | Timo Sirainen |
2001-07-29 | --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT | Timo Sirainen |
2001-07-24 | Don't crash when trying to bless NULLs | Timo Sirainen |
2001-07-18 | Irssi::printformat() called printformat_window() to print the text which | Timo Sirainen |
2001-07-12 | Removed everything from @EXPORT - they weren't supposed to be there. | Timo Sirainen |
2001-07-12 | Irssi::Server::command() - window item parameter should be NULL | Timo Sirainen |
2001-06-29 | Added some new variables for UI::Window | Timo Sirainen |
2001-06-27 | Moved fe_perl module to use Irssi::UI .. this breaks several scripts that | Timo Sirainen |