summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
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
2000-12-03nl_langinfo() was a bad idea, don't use it.Timo Sirainen
2000-12-03command() doesn't need cmdchar at start of command anymore.Timo Sirainen
2000-12-02window_[add|remove]_item -> window_item_[add|remove]Timo Sirainen
2000-12-02small "fix"Timo Sirainen
2000-11-27forgot to add thisTimo Sirainen
2000-11-26Perl fixes and additions. theme_register() / printformat() works nowTimo Sirainen
2000-11-25added functions from fe-windows.h and window-items.hTimo Sirainen
2000-11-23s/enum GInputCondition/int/ - enums aren't supposed to orred together iTimo Sirainen
2000-11-23Still some warnings removed..Timo Sirainen
2000-11-23more warning fixesTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-11-21Added input_add() / input_remove()Timo Sirainen
2000-11-18windows.h -> fe-windows.hTimo Sirainen
2000-10-30Moved the ISA defines from .pm to irssi code, so that non-irc protocolsTimo Sirainen
2000-10-27Automatic appending of .pl to script name didn't work for file namesTimo Sirainen
2000-10-18updatesTimo Sirainen
2000-10-18fixesTimo Sirainen
2000-10-18Signal fixesTimo Sirainen
2000-10-17Logging fixes. Autologging with same named channels in differentTimo Sirainen
2000-10-13updating user modes were handled as they were channel modes, like +oTimo Sirainen
2000-10-11try running make again if it fails the first time - it's probablyTimo Sirainen
2000-10-11Ignore was moved to core.Timo Sirainen
2000-10-04Create libtool-static for creating irssi modules that don't need .aTimo Sirainen
2000-10-03Perl compiling updatesTimo Sirainen
2000-10-03--enable-perl=[yes|no|static]Timo Sirainen
2000-10-03s/core/common/ - because make clean tried to delete it :)Timo Sirainen
2000-10-02Added -avoid-version options and disable-static for SILC module.Timo Sirainen
2000-10-01addedTimo Sirainen
2000-10-01Perl updatesTimo Sirainen
2000-10-01Perl works again :) Split to Irssi and Irssi::Irc packages.Timo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-07Moved the PL_perl_destruct_level check to configure script, it shouldTimo Sirainen
2000-09-07Perl works now only as a runtime loadable moduleTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-24Signals that sent GSList as parameters didn't work right with perl scriptsTimo Sirainen
2000-08-22Unloading perl script crashed if it has used Irssi::timeout_add().Timo Sirainen
2000-08-20Channel mode handling changed - there's no more mode_xxx fields inTimo Sirainen