summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
2001-03-03fe-common/irc/flood removed. Some autoignore / ignore -time updates.Timo Sirainen
2001-03-03/BANTYPE -> /SET ban_type. /BAN: -type option added to override defaultTimo Sirainen
2001-03-03make -> $(MAKE)Timo Sirainen
2001-02-23Fixed for building from objdirTimo Sirainen
2001-02-22Verify in configure that linking with perl's LDFLAGS actually works. IfTimo Sirainen
2001-02-22Removed AUTOIGNORE_REC since it doesn't exist anyremoTimo Sirainen
2001-02-20DCC updatesTimo Sirainen
2001-02-20my_perl fixTimo Sirainen
2001-02-19updatedTimo Sirainen
2001-02-18updates for latest changesTimo Sirainen
2001-02-17Irssi::command_bind(): Don't run the command twice. Log updated forTimo Sirainen
2001-02-17Moved 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-15Perl 5.6 wants PREFIX=xx, not LIB=xx when default isn't usedTimo Sirainen
2001-02-14#include "perl-common.h" to define my_perlTimo Sirainen
2001-02-14irssi_perl_interp -> my_perl and made it non-static. should help compilingTimo Sirainen
2001-02-13Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" andTimo Sirainen
2001-02-12Updates so that DCC stuff compiles again. Still missing DCC chat/get/sendTimo Sirainen
2001-02-03irc_nick_insert(): Irssi::Nick, Irssi::Channel -> Irssi::Irc::...Timo Sirainen
2001-02-02Nicklist updates so that protocol specific xxx_NICK_REC can be usedTimo Sirainen
2001-01-28DCC updatedTimo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen
2001-01-28nicklist_find() now finds only full nicks, nicklist_find_mask() findsTimo Sirainen
2001-01-15Added #define PL_sv_undef sv_undef for 5.004 compatibilityTimo Sirainen
2001-01-14use_protocols variable wasn't initializedTimo Sirainen
2001-01-13Removed Channel::command(), Windowitem::command() is already thereTimo Sirainen
2001-01-13Added pidwait_add() and pidwait_remove()Timo Sirainen
2001-01-10bugfixesTimo Sirainen
2001-01-09Highlighting cleanups. Added /HILIGHT -priority option.Timo Sirainen
2001-01-07updatedTimo Sirainen
2001-01-07perl updatesTimo Sirainen
2001-01-07"return 1" doesn't anymore stop signals in perl scripts. FixedTimo Sirainen
2001-01-06Perl updates. Lots of updates to perl documentation :)Timo Sirainen
2001-01-05Added printtext_string() which works like printtext(), except it printsTimo Sirainen
2001-01-04Renamed libtool-static to libtool-shared. Generating it should now alsoTimo Sirainen
2001-01-04Unbinding commands didn't work properlyTimo Sirainen
2001-01-03Removed the "signal" and "last signal" signals. Changed perl'sTimo Sirainen
2001-01-01ischannel()'s parameter updated from char -> char* as done in C API.Timo Sirainen
2001-01-01Perl's ldflags usually include at least -lm and maybe some others too.Timo Sirainen
2000-12-29Irssi::print() doesn't call printtext() with args (.., "%s", text)Timo Sirainen
2000-12-29Irssi::signal_emit() was broken.Timo Sirainen
2000-12-28removed warningTimo Sirainen
2000-12-19security fixes from 0.7.97.2Timo Sirainen
2000-12-17Irssi::signal_emit(): changed max. parameter count from 6 to 7Timo Sirainen
2000-12-17Irssi::printformat() syntax changed: removed server and target, useTimo Sirainen
2000-12-09/perl command does now "use Irssi::Proto" for all chat protocols thatTimo Sirainen
2000-12-09fixes, perl should work correctly now :)Timo Sirainen
2000-12-06bugfix in handling command(), cmdchar at start of command was still required..Timo Sirainen
2000-12-06irssi_bless() crashed with NULL parameterTimo Sirainen
2000-12-06perl changes - values() method doesn't exist anymore, instead ofTimo Sirainen