summaryrefslogtreecommitdiff
path: root/src/perl/common
AgeCommit message (Expand)Author
2001-12-07Removed Irssi::require_version(), we'll use "use Irssi 20011207;" style now.Timo Sirainen
2001-12-07Added Irssi::require_version()Timo Sirainen
2001-12-07parameters types for timeout_add() and input_add() changed from void* to SV*Timo Sirainen
2001-12-06Irssi::signal_add() accepts now a hash, so you can do eg. signal_add('sig1'Timo Sirainen
2001-12-06Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and theirTimo Sirainen
2001-12-04added signal_get_emitted() and signal_get_emitted_id()Timo Sirainen
2001-11-19Settings of perl scripts are now stored in "perl/core/scripts" instead ofTimo Sirainen
2001-11-19Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::DccTimo Sirainen
2001-11-18Added Irssi::chatnets() and chatnet_find()Timo Sirainen
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