summaryrefslogtreecommitdiff
path: root/src/perl/common
AgeCommit message (Expand)Author
2001-11-16Fixed a few memory leaksTimo Sirainen
2001-11-16Added Irssi::version() for returning the IRSSI_VERSION_DATE, fixed get_irssi_...Timo Sirainen
2001-11-16"setup reread" signal now sends the config file as parameter. AddedTimo Sirainen
2001-11-11Updated perl API version. Fixed irssi to behave better if the API doesn'tTimo Sirainen
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-10-24Added --with-perl-staticlib option to configure. If used, irssi's perlTimo Sirainen
2001-10-21Settings registered with Irssi::settings_add_xx() are now correctly removedTimo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-10-20Added API version check between perl module and perl libs.Timo Sirainen
2001-10-14Irssi::timeout_add() and Irssi::input_add() now accepts any type of variableTimo Sirainen
2001-09-22channel_create() wasn't called properlyTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-24Don't crash when trying to bless NULLsTimo Sirainen
2001-07-16Added Irssi::command_bind_first() and Irssi::command_bind_last()Timo Sirainen
2001-07-01void should be in separate lineTimo Sirainen
2001-06-30Updates to perl documentation. Moved Rawlog->{lines} to Rawlog::get_lines()Timo Sirainen
2001-06-27Moved fe_perl module to use Irssi::UI .. this breaks several scripts thatTimo Sirainen
2001-06-11plain objects weren't blessed correctly in listsTimo Sirainen
2001-06-01added Irssi::parse_special()Timo Sirainen
2001-05-30Irssi::command_runsub() - patch by fuchsTimo Sirainen
2001-05-11PL_na doesn't exist in Perl 5.004, don't use it.Timo Sirainen
2001-04-20Added TEXT_DEST_REC to perl, fixed "print text..." signal declarations.Timo Sirainen
2001-04-20Irssi::printformat() didn't workTimo Sirainen
2001-03-10typofixTimo Sirainen
2001-03-08updatedTimo Sirainen
2001-02-23Fixed for building from objdirTimo 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-02Nicklist updates so that protocol specific xxx_NICK_REC can be usedTimo Sirainen
2001-01-28nicklist_find() now finds only full nicks, nicklist_find_mask() findsTimo 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-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-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
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-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-09fixes, perl should work correctly now :)Timo Sirainen
2000-12-06perl changes - values() method doesn't exist anymore, instead ofTimo 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