summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20typofix - quit msg should be randomized if the msg isn't given (not if it isTimo Sirainen
2001-10-20Perl defaults now to static. Having it in module had too many problems.Timo Sirainen
2001-10-20When printing server disconnection texts, use the server parameter forTimo 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-20Removed unwanted extra INCLUDES.Timo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-10-20added mainwindow_resize_freeze() and .._thaw() functions to temporarilyTimo Sirainen
2001-10-20Added API version check between perl module and perl libs.Timo Sirainen
2001-10-20$~ crashed if arglist was emptyTimo Sirainen
2001-10-20Get the server tag to query from dcc->servertag, not dcc->server->tag, toTimo Sirainen
2001-10-20/BIND -delete doesn't anymore leave empty {} blocks in configuration file.Timo Sirainen
2001-10-20When resizing terminal smaller, destroy some split windows if they don't fitTimo Sirainen
2001-10-20Fixed restoring split windows layout. Some other split window resizing fixesTimo Sirainen
2001-10-19Randomizes the quit msg only if it wasn't given.Timo Sirainen
2001-10-19Leave one space before topic in topicbar.Timo Sirainen
2001-10-19updated infobar textTimo Sirainen
2001-10-19/LASTLOG -count option added. patch by dgl@dgl.cxTimo Sirainen
2001-10-19format string exploit found & patch by cph@cph.demon.co.ukTimo Sirainen
2001-10-19Actions are now transferred correctly, own messages in main irssi areTimo Sirainen
2001-10-19added "ctcp msg" and "ctcp reply" signals.Timo Sirainen
2001-10-18escape % with % so /HELP hilight won't treat them as colorsTimo Sirainen
2001-10-17added sb_topic_bgTimo Sirainen
2001-10-15mainwindow_set_statusbar_lines() resized only active window - not allTimo Sirainen
2001-10-15fixed a small memleak when unloading moduleTimo Sirainen
2001-10-15refcount for timeouts/inputs wasn't 0 initially so it caused some memleaks.Timo Sirainen
2001-10-15-ansicolors -mirccolors => -colors in /LOG OPEN syntax, since there's only -c...Timo Sirainen
2001-10-15/DEVOICE * should devoice operators having voices too.Timo Sirainen
2001-10-14perl_prefix_note shouldn't be printed if --enable-perl-path was given.Timo Sirainen
2001-10-14--with-perl-lib=site didn't work if --prefix was givenTimo Sirainen
2001-10-14Fixed some memory leaks.Timo Sirainen
2001-10-14fixed a minor memleakTimo Sirainen
2001-10-14Irssi lost channel key for secret/private channels after join.Timo Sirainen
2001-10-14added delete_to_next_space commandTimo Sirainen
2001-10-14delete_previous_word and delete_next_word now deletes only untilTimo Sirainen
2001-10-14$winname expando didn't change on "window changed" signal.Timo Sirainen
2001-10-14Window-statusbars are created correctly with /RELOAD, some input lineTimo Sirainen