Age | Commit message (Expand) | Author |
2016-10-22 | Rename SSL to TLS. | Alexander Færøy |
2015-12-13 | ensure staticlib perl works on 5.22 (for now) | 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-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter |
2014-06-29 | Merge pull request #52 from dgl/stack-cleanup | Alexander Færøy |
2014-06-27 | Merge pull request #59 from ailin-nemui/perl-pl-na | Alexander Færøy |
2014-06-27 | Correct use of perl stack macros | David Leadbeater |
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 |
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 |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-11-28 | Allow storing multiple "other" prefixes such as +q and +a. | Jilles Tjoelker |
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 |