summaryrefslogtreecommitdiff
path: root/src/perl
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-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
2001-11-18Irssi::Server::print()'s level parameter wasn't optional like in otherTimo Sirainen
2001-11-18Irssi::Chatnet can now be accessed from perl.Timo Sirainen
2001-11-18Added Irssi::chatnets() and chatnet_find()Timo Sirainen
2001-11-18/SCRIPT UNLOAD didn't destroy the perl package from memory. Also the scriptsTimo Sirainen
2001-11-17"error loading script" -> "error in script" because it can be printed at anyTimo Sirainen
2001-11-17Didn't I already commit these? .. added format_get_text(),Timo Sirainen
2001-11-17added ui/Formats.xs to EXTRA_DISTTimo Sirainen
2001-11-17Added support for "optional events" in redirection. They're checked rightTimo 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-15redirect_event() didn't give the correct parameter to event_hash2list().Timo Sirainen
2001-11-14typofixTimo Sirainen
2001-11-12Redirection fixes - added count parameter.Timo Sirainen
2001-11-12redirect_event() fixed to change empty arg/failure_signal to NULLTimo Sirainen
2001-11-12Added Irssi::redirect_get_signal() and Irssi::redirect_peek_signal().Timo 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-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen