Age | Commit message (Expand) | Author |
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 |
2001-02-17 | /LOAD module tries to load "module_core" instead. If it wasn't found, | Timo Sirainen |
2001-02-13 | Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" and | Timo Sirainen |
2001-01-28 | Ignoring updates. Added support for nickmatch cache. One ignore can't | Timo Sirainen |
2001-01-14 | use_protocols variable wasn't initialized | Timo Sirainen |
2001-01-10 | bugfixes | Timo Sirainen |
2001-01-09 | Highlighting cleanups. Added /HILIGHT -priority option. | Timo Sirainen |
2001-01-06 | Perl updates. Lots of updates to perl documentation :) | Timo Sirainen |
2001-01-05 | Added printtext_string() which works like printtext(), except it prints | Timo Sirainen |
2001-01-03 | Removed the "signal" and "last signal" signals. Changed perl's | Timo Sirainen |
2000-12-29 | Irssi::print() doesn't call printtext() with args (.., "%s", text) | Timo Sirainen |
2000-12-29 | Irssi::signal_emit() was broken. | Timo Sirainen |
2000-12-28 | removed warning | Timo Sirainen |
2000-12-09 | /perl command does now "use Irssi::Proto" for all chat protocols that | Timo Sirainen |
2000-12-09 | fixes, perl should work correctly now :) | Timo Sirainen |
2000-12-06 | bugfix in handling command(), cmdchar at start of command was still required.. | Timo Sirainen |
2000-12-06 | perl changes - values() method doesn't exist anymore, instead of | Timo Sirainen |