summaryrefslogtreecommitdiff
path: root/src/perl/common
AgeCommit message (Expand)Author
2002-12-04Added Irssi::signal_register() to dynamically register new signals.Timo Sirainen
2002-12-03Made irssi_binary global and exported to perl as get_irssi_binary().Timo Sirainen
2002-11-10Irssi::timeout_add(), timeout_add_once() and input_add() were buggy.Timo Sirainen
2002-11-07Some compiling fixes found by -Wall in perl dirs..Timo Sirainen
2002-10-27Exported expando interface to perl. Fix for statusbar deinit.Timo Sirainen
2002-05-21bugfixTimo Sirainen
2002-05-20Irssi::get_gui() now returns IRSSI_GUI_xxx which is in use.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-13fixesTimo Sirainen
2002-05-13fixed memory leaks with several functions.Timo Sirainen
2002-05-07return value wasn't a good idea after all - added Irssi::timeout_add_once()Timo Sirainen
2002-04-27added signal_continue() for continuing signal emission with new parameters.Timo Sirainen
2002-04-27Irssi::command_bind*() commands were still using broken old signalTimo Sirainen
2002-04-16fixTimo Sirainen
2002-04-16fixes for new signaling code.Timo Sirainen
2002-04-09Irssi::timeout_add() - don't allow smaller values than 10Timo Sirainen
2002-04-01print() fixTimo Sirainen
2002-03-24bugfixTimo Sirainen
2002-03-24Perl's print and printf calls now write the text to irssi's window. YouTimo Sirainen
2002-03-09"use Irssi" now prints a warning if it's used outside irssi, but doesn'tTimo Sirainen
2002-02-05bugfixTimo Sirainen
2002-02-03broke $server->send_message()..Timo Sirainen
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