summaryrefslogtreecommitdiff
path: root/src/perl/common
AgeCommit message (Expand)Author
2002-01-22Irssi::command_bind*() allows using hash.Timo Sirainen
2002-01-21Irssi::signal_add_first() and .._last() allows hashes now.Timo Sirainen
2002-01-03Irssi::signal_emit() - make sure the parameter is a reference before tryingTimo Sirainen
2001-12-27Irssi::version() should return the time always with 4 digits, padded withTimo Sirainen
2001-12-15Still more version changes .. Irssi::version() now returns the version inTimo Sirainen
2001-12-15Added $versiontime and Irssi::version_time()Timo Sirainen
2001-12-15Irssi::ignores() wasn't working, it looked at the server list..Timo Sirainen
2001-12-15IRSSI_VERSION_DATE is now a number, so you can do #iffing with itTimo Sirainen
2001-12-14Added reference counting to server record. At least now we don't accidentallyTimo Sirainen
2001-12-11I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared forTimo Sirainen
2001-12-11Added Irssi::settings_add_...(), patch by peder@ifi.uio.noTimo Sirainen
2001-12-10Allow exporting symbols, patch by juerd@juerd.nlTimo Sirainen
2001-12-10Moved Irssi::command(), Irssi::Server::command() and Irssi::Windowitem::comma...Timo Sirainen
2001-12-09Added Irssi::command_set_options()Timo Sirainen
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