summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
2002-01-10g_strdup() the error message before emitting "script error" signal, sinceTimo Sirainen
2002-01-03command_bind_first() and command_bind_last() didn't work properly.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-20Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i...Timo 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-14perl_timeout_add() didn't add the script pointer to the source record, soTimo 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-10Netsplit saved the NICK_REC, but didn't save the dynamically allocated stringsTimo 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-09Better support for halfops, patch by yathen@web.deTimo Sirainen
2001-12-09fixed wrong hash key lengths, patch by peder@ifi.uio.noTimo Sirainen
2001-12-08Fixed server_redirect_peek_signal() to compile again.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-07Added support for 326 and 327 whois numerics in OPN.Timo Sirainen
2001-12-07parameters types for timeout_add() and input_add() changed from void* to SV*Timo Sirainen
2001-12-07Removed g_free(package) that wasn't supposed to be there.Timo Sirainen
2001-12-06/UPGRADE broke reconnections to server.Timo Sirainen
2001-12-06Added some max_*_in_cmd + some more stuff to Irssi::Irc::Server record.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-12-03Irssi::UI::Window's data_level and hilight_color contained wrong hashTimo Sirainen
2001-12-03added a few asserts to make sure we don't mess up if IDs go above 16bitTimo Sirainen
2001-12-03Added processes to be extern instead of static. Also added Irssi::processes()Timo Sirainen
2001-12-03a bit more proper initializing of Irssi package..Timo Sirainen
2001-12-03removed unused variableTimo Sirainen
2001-12-01Added ~/.irssi/scripts and PREFIX/lib/irssi/scripts to default @INC pathTimo Sirainen
2001-11-29Allow using Irssi::signal_add('command ...', ..) so irssi won't crash whenTimo Sirainen
2001-11-28Added Irssi::Irc::get_mask() and Irssi::Irc::MASK_*Timo Sirainen
2001-11-27max number of parameters for printformat() was calculated wrong.Timo Sirainen
2001-11-25printformat_perl() crashfix was buggy :)Timo Sirainen
2001-11-25/SCRIPT LOAD modifies the script name so that all non-alphanumericTimo Sirainen
2001-11-25Irssi::printformat() doesn't crash anymore if you try to use unregisteredTimo Sirainen
2001-11-25Added printtext_string_window(), Irssi::UI::Window::print() uses it alsoTimo Sirainen
2001-11-25Irssi::Window::command() should make the specified window active_winTimo Sirainen
2001-11-24Irssi::printformat() crashed if the registered format contained $0- etc.Timo Sirainen
2001-11-19perl_command() - just a small sanity check that we're not sending emptyTimo 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-19Chat protocol ID was assumed to be 8bit or less, this may not be so sinceTimo Sirainen
2001-11-18Added ctcp_register() and ctcp_unregister() for registering CTCP commands.Timo Sirainen