summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-10-27When scrolling window with eg. scroll_page_count /2, irssi didn'tTimo 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-25forward_word and backward_word now move only to next/prev non-alphanumeric ch...Timo Sirainen
2001-10-25Renamed /FORMAT whois_oper_type to whois_oper which is now removed.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-24Added a bit better error reporting.Timo Sirainen
2001-10-24Removed some unused code.Timo Sirainen
2001-10-24Reset QUIT and INTR keys at quit.Timo Sirainen
2001-10-24Redraw was buggy if entry line didn't continue to end of line.Timo Sirainen
2001-10-24window-top-statusbars weren't working properly.Timo Sirainen
2001-10-24Always set the newly created entry active. Currently we don't support multipl...Timo Sirainen
2001-10-24/SET perl_use_lib setting to specify the path for irssi's perl libraries.Timo Sirainen
2001-10-23Don't print glib errors when parting a channel which isn't synced yet.Timo Sirainen
2001-10-23Activity list colors are now configurable.Timo Sirainen
2001-10-23Using cbreak() mode again, but disable QUIT and INTR keys.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-23/UNBAN -first | -last options added. Patch by fuchs.Timo Sirainen
2001-10-22When logs are rotated, automatically create the new directory where to openTimo Sirainen
2001-10-22just some extra check - might fix some crash..Timo Sirainen
2001-10-22Checking that autojoined channels weren't already joined in same chatnet hadTimo Sirainen
2001-10-21Remove SYNTAX: OPER from here - it's already in core (and syntax.pl getsTimo Sirainen
2001-10-21Static perl didn't work with botti.Timo Sirainen
2001-10-21if \x isn't a known escape sequence, it should print just x, not \x.Timo Sirainen
2001-10-21Moved theme registering stuff to Themes.xs. Corrected signal "scriptTimo Sirainen
2001-10-21Don't expand %{ and %} in themes to { and } - they could be treated asTimo Sirainen
2001-10-21Settings registered with Irssi::settings_add_xx() are now correctly removedTimo Sirainen
2001-10-21deinit() function is now checked and saved when loading module. UnloadingTimo Sirainen
2001-10-21Added reference counter to SERVER_CONNECT_REC. Since it's being moved aroundTimo Sirainen
2001-10-21added irssi_init_finished variable to core.h which is TRUE after "irssi initTimo Sirainen
2001-10-21quitmsg_is_split() updated to check that top-level domains must be 2+ charsTimo Sirainen
2001-10-21Channels weren't synced if you joined multiple channels at once and one ofTimo Sirainen
2001-10-21/TOPIC <tab> inserts the topic in active channel.Timo Sirainen
2001-10-21Don't autojoin channels that have already been joined in some other serverTimo Sirainen
2001-10-21Check time changes every half a second instead of every second.Timo Sirainen
2001-10-21Deinitialize perl before textui stuff.Timo Sirainen
2001-10-21Lag statusbar item isn't anymore displayed alwaysTimo Sirainen
2001-10-21Statusbar items weren't unregistered correctly when script was unloaded.Timo Sirainen
2001-10-21Initialize perl before fe_common_core_finish_init() or sending "irssi initTimo Sirainen
2001-10-20fix a fixTimo Sirainen
2001-10-20When assiging chatnet to server connect record, always try to get the nameTimo Sirainen
2001-10-20When printing server disconnection texts, use the server parameter forTimo Sirainen
2001-10-20forgot one core_sources -> common_sources changeTimo Sirainen