Age | Commit message (Expand) | Author |
2001-08-09 | Added Irssi::TextUI. | Timo Sirainen |
2001-08-08 | Irssi crashed if script died in a signal handler. | Timo Sirainen |
2001-08-07 | Irssi crashed if loading script failed. | Timo Sirainen |
2001-08-07 | /SCRIPT RESET didn't work properly (start/stop functions were called in | Timo Sirainen |
2001-07-31 | Stop scripts when there's error in signal/timeout/input handler. | Timo Sirainen |
2001-07-30 | --with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes to | Timo Sirainen |
2001-07-30 | bugfix for parameter handling... | Timo Sirainen |
2001-07-30 | /SCRIPT FLUSH -> /SCRIPT RESET. Fixed parameter handling for /SCRIPT | Timo Sirainen |
2001-07-30 | Script name is printed now correctly if there's an error in | Timo Sirainen |
2001-07-29 | "\n", not '\n'.. | Timo Sirainen |
2001-07-29 | /SCRIPT EXEC took only one argument. /SCRIPT LIST is now printed with | Timo Sirainen |
2001-07-29 | don't use strict since it was forced to scripts too. added a missing $. | Timo Sirainen |
2001-07-29 | forgot module-formats.h | Timo Sirainen |
2001-07-29 | --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT | Timo Sirainen |
2001-07-29 | fix | Timo Sirainen |
2001-07-29 | bugfix | Timo Sirainen |
2001-07-29 | Use INSTALLDIRS=perl option with MakeMaker if perl install directory is | 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-16 | Added Irssi::command_bind_first() and Irssi::command_bind_last() | Timo Sirainen |
2001-07-15 | textui isn't done yet. | Timo Sirainen |
2001-07-15 | Moved awaylog to core. | Timo Sirainen |
2001-07-15 | Added --home and --config command line parameters to irssi to specify | 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-07-01 | void should be in separate line | Timo Sirainen |
2001-06-30 | use Irssi; use Irssi::Irc and use Irssi::UI are now automatically called so | Timo Sirainen |
2001-06-30 | Updates to perl documentation. Moved Rawlog->{lines} to Rawlog::get_lines() | Timo Sirainen |
2001-06-29 | Windowitem->{type} wasn't set properly | Timo Sirainen |
2001-06-29 | Added some new variables for UI::Window | Timo Sirainen |
2001-06-29 | UI fixes | Timo Sirainen |
2001-06-29 | Irssi::xx -> Irssi::UI::xx | Timo Sirainen |
2001-06-29 | Added size/skipped to Dcc::Send / Get records | Timo Sirainen |
2001-06-27 | Don't print GLIB critical when trying to bless unknown iobject - this could | Timo Sirainen |
2001-06-27 | Moved fe_perl module to use Irssi::UI .. this breaks several scripts that | Timo Sirainen |
2001-06-26 | Perl blessing fixes. | Timo Sirainen |
2001-06-26 | added real_fname to log record. | Timo Sirainen |
2001-06-11 | plain objects weren't blessed correctly in lists | Timo Sirainen |
2001-06-11 | $/ was set to undef for perl scripts. removed unused variable. | Timo Sirainen |
2001-06-08 | "complete word" signal works now with perl and it's possible to manipulate | Timo Sirainen |
2001-06-08 | added topic_by, topic_time | Timo Sirainen |
2001-06-01 | added Irssi::parse_special() | Timo Sirainen |
2001-05-30 | Irssi::command_runsub() - patch by fuchs | Timo Sirainen |
2001-05-11 | PL_na doesn't exist in Perl 5.004, don't use it. | Timo Sirainen |
2001-04-20 | Added TEXT_DEST_REC to perl, fixed "print text..." signal declarations. | Timo Sirainen |
2001-04-20 | Irssi::printformat() didn't work | Timo Sirainen |
2001-04-14 | related changes to textbuffer update.. | Timo Sirainen |
2001-03-17 | Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET | Timo Sirainen |
2001-03-15 | if $(MAKE) crap -> ($(MAKE) || $(MAKE)), a lot better :) | Timo Sirainen |
2001-03-15 | if ! $(MAKE) -> if $(MAKE); then echo; else | Timo Sirainen |