summaryrefslogtreecommitdiff
path: root/src/perl
AgeCommit message (Expand)Author
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
2001-10-25Irssi crashed if script died in statusbar handler.Timo Sirainen
2001-10-25Added flags option for Irssi::UI::Theme::format_expand().Timo Sirainen
2001-10-25Added Irssi::current_theme() and Irssi::Theme::format_expand()Timo Sirainen
2001-10-25Boot dynaloader too even if perl libraries are compiled statically in irssi.Timo Sirainen
2001-10-24typofix - s/per/perl/Timo Sirainen
2001-10-24bugfixTimo Sirainen
2001-10-24Added --with-perl-staticlib option to configure. If used, irssi's perlTimo Sirainen
2001-10-24Removed unfinished code that was not supposed to go to cvs..Timo Sirainen
2001-10-24Added support for changing indentation behaviour with modules.Timo Sirainen
2001-10-24Removed some unused code.Timo Sirainen
2001-10-24/SET perl_use_lib setting to specify the path for irssi's perl libraries.Timo Sirainen
2001-10-23/SCRIPT without parameters now prints list of loaded scripts.Timo Sirainen
2001-10-23Added eval { } around the DynaLoader::dl_unload_file() calls to get rid ofTimo Sirainen
2001-10-21Moved theme registering stuff to Themes.xs. Corrected signal "scriptTimo Sirainen
2001-10-21Settings registered with Irssi::settings_add_xx() are now correctly removedTimo Sirainen
2001-10-21added irssi_init_finished variable to core.h which is TRUE after "irssi initTimo Sirainen
2001-10-21Statusbar items weren't unregistered correctly when script was unloaded.Timo Sirainen
2001-10-20forgot one core_sources -> common_sources changeTimo Sirainen
2001-10-20renamed XXX_SOURCES -> xxx_sources so automake 1.5 won't complain about itTimo 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-15refcount for timeouts/inputs wasn't 0 initially so it caused some memleaks.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-09-20perl_signal_remove() didn't work.Timo Sirainen
2001-08-17typofixTimo Sirainen
2001-08-17added textuiTimo Sirainen
2001-08-14Irssi::TextUI::TextBufferVew should also contain the scroll..Timo Sirainen
2001-08-14Updated for view->scroll.Timo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen