summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-17Print the log's expanded file name when complaining about not being able toTimo Sirainen
2001-09-13..the same fix..Timo Sirainen
2001-09-13Don't crash if the IRC server doesn't print your nick in /NAMES list afterTimo Sirainen
2001-09-12The new /SET dcc_port range didn't work properly..Timo Sirainen
2001-09-11/BIND ^W-1 was treated as ^W + '-' + '1', not as ^W + '1'..Timo Sirainen
2001-09-11escape_target() didn't escape / chars properly, it just crashed irssi..Timo Sirainen
2001-09-11It's now possible to stop single character /BINDs from printing to inputTimo Sirainen
2001-09-11Updated "module xxx" signals.Timo Sirainen
2001-09-11Server notices shouldn't contain target field when printing it, it's alwaysTimo Sirainen
2001-09-11autolog: target name is now always lowercased with irc protocol.Timo Sirainen
2001-09-11/LOAD fixes for modules with no core part, and /LOAD ~/...Timo Sirainen
2001-09-11sys/resource.h check - needed for the ulimit change.. removed libintl.hTimo Sirainen
2001-09-11Added option /SET channel_sync - if disabled irssi disables the channelTimo Sirainen
2001-09-11-targets accepts space separated list..Timo Sirainen
2001-09-10/SET dcc_port accepts now port range (eg. "10000 20000")Timo Sirainen
2001-09-10/SET override_coredump_limit - sets core file size to unlimited if set ONTimo Sirainen
2001-09-10Disabled using idcok() which caused redrawing problems with netbsd.Timo Sirainen
2001-09-09Restoring split windows layout didn't work properly (didn't I already commitTimo Sirainen
2001-09-09/WINDOW MOVE UP|DOWN might have crashed.Timo Sirainen
2001-09-08/WINDOW ITEM MOVE didn't work properly if there was space after parameterTimo Sirainen
2001-09-08Loading modules that didn't have "core" part didn't work (eg. irc_proxy).Timo Sirainen
2001-09-06upatedTimo Sirainen
2001-09-06Use only the first word from username when sending it to server.Timo Sirainen
2001-08-31mainwindow_set_size() called mainwindow_shrink() improperly.Timo Sirainen
2001-08-31Expando lookup crashed with hi-ascii chars.Timo Sirainen
2001-08-31Print the server tag in "query started" messages with query->server_tag, notTimo Sirainen
2001-08-28Added command /RESIZE for resizing the terminal when SIGWINCH isn't supported.Timo Sirainen
2001-08-28Check that word isn't empty instead of just assuming it isn't. This oneTimo Sirainen
2001-08-24/CALC alias fixedTimo Sirainen
2001-08-24/UPTIME alias was _still_ broken.Timo Sirainen
2001-08-23removed accidental 'i' :)Timo Sirainen
2001-08-23Added server tag to query_start format.Timo Sirainen
2001-08-22/UPTIME alias fixedTimo Sirainen
2001-08-22typofixTimo Sirainen
2001-08-20Added option /SET autolog_colors. Colors are now off by default for /WINDOWTimo Sirainen
2001-08-17/LASTLOG: start parameter wasn't handled correctlyTimo Sirainen
2001-08-17Module loading fixes.Timo Sirainen
2001-08-17typofixTimo Sirainen
2001-08-17added textuiTimo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-08-14quitmsg_is_split() fix - the hosts must contain the domain part now (ie.Timo Sirainen
2001-08-14Some support for lain ircd's /SETHOST - It /PART + /JOINs all channels, soTimo Sirainen
2001-08-14Rewrote quitmsg_is_split(). A bit faster now and doesn't match to quitTimo Sirainen
2001-08-14Irssi::TextUI::TextBufferVew should also contain the scroll..Timo Sirainen
2001-08-14Updated for view->scroll.Timo Sirainen
2001-08-14Typofix - might have caused a crash if channel was destroyed with /WINDOWTimo Sirainen
2001-08-14--more-- checker uses now "gui print text finished" signal. "gui " part wasTimo Sirainen
2001-08-14/SET scroll ON - should the windows be scrolled by default when you're atTimo Sirainen
2001-08-14Removed trigraphs by adding "" in the middle.Timo Sirainen
2001-08-14Added missing module_register() calls.Timo Sirainen