Age | Commit message (Expand) | Author |
2008-02-05 | Remove support for perl 5.004 and older. | Emanuele Giaquinta |
2007-05-20 | Farewell glib-1. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2006-12-08 | Remove CR and LF from Perl commands, to make it harder to introduce a securit... | Wouter Coekaerts |
2005-04-26 | Fix tr_TR locale problem for glib2 (still a bug with glib1.2) by David Pashley | Wouter Coekaerts |
2004-01-20 | isupport patch by David Leadbeater | Timo Sirainen |
2003-01-25 | Lets see if GC happens to work now without explicit free() calls. Perl | Timo Sirainen |
2003-01-11 | Check for gc.h too | Timo Sirainen |
2002-12-23 | actually no, it doesn't work ;) | Timo Sirainen |
2002-12-23 | a bit better checking for free'd variables. | Timo Sirainen |
2002-12-23 | Added /SET perl_memory_check_level which works with only GC enabled. 0 | Timo Sirainen |
2002-12-23 | --with-gc enables now support for Boehm's GC, if it's found and glib2 is | Timo Sirainen |
2002-12-10 | GC fixes. | Timo Sirainen |
2002-12-08 | Added Irssi::Script object and "script error" signal. | Timo Sirainen |
2002-12-04 | Added no_connect to SERVER_CONNECT_REC, also exported a few other variables | Timo Sirainen |
2002-10-28 | Cast pointers to IVs instead of using GPOINTER_TO_INT() which casts them to | Timo Sirainen |
2002-09-19 | support for threaded perl. patch by mls@suse.de | Timo Sirainen |
2002-07-04 | Using Irssi::Ignore crashed | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-04-28 | perl hash length fixes, they're also automatically checked now in | Timo Sirainen |
2002-04-28 | $witem->{data_level} didn't work | Timo Sirainen |
2002-04-23 | added $query->{last_unread_msg} | Timo Sirainen |
2002-03-13 | removed the debugging code.. | Timo Sirainen |
2002-03-13 | added some debugging code to irssi_bless_iobject() - can it really be an | Timo Sirainen |
2002-03-11 | added ownnick to Irssi::Channel | 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-06 | Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and their | Timo Sirainen |
2001-12-03 | added a few asserts to make sure we don't mess up if IDs go above 16bit | Timo Sirainen |
2001-12-01 | Added ~/.irssi/scripts and PREFIX/lib/irssi/scripts to default @INC path | Timo Sirainen |
2001-11-19 | perl_command() - just a small sanity check that we're not sending empty | Timo Sirainen |
2001-11-19 | Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc | Timo Sirainen |
2001-11-19 | Chat protocol ID was assumed to be 8bit or less, this may not be so since | Timo Sirainen |
2001-11-18 | Irssi::Chatnet can now be accessed from perl. | Timo Sirainen |
2001-10-24 | /SET perl_use_lib setting to specify the path for irssi's perl libraries. | Timo Sirainen |
2001-10-20 | Dependencies finally work correctly in perl libraries (they're each compiled | Timo Sirainen |
2001-08-07 | /SCRIPT RESET didn't work properly (start/stop functions were called in | Timo Sirainen |
2001-07-30 | --with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes to | Timo Sirainen |
2001-07-30 | Script name is printed now correctly if there's an error in | Timo Sirainen |
2001-07-29 | --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT | 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-27 | Don't print GLIB critical when trying to bless unknown iobject - this could | Timo Sirainen |
2001-06-26 | Perl blessing fixes. | Timo Sirainen |
2001-06-26 | added real_fname to log record. | Timo Sirainen |
2001-06-08 | added topic_by, topic_time | Timo Sirainen |
2001-03-17 | Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET | Timo Sirainen |
2001-02-20 | DCC updates | Timo Sirainen |
2001-02-17 | Moved fe stuff from perl-common to perl-fe. | Timo Sirainen |