summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-10-01/SET translation was broken - fixed by lam@e-gate.pl.Timo Sirainen
2001-09-23added expando_get_signals() and special_vars_get_signals() to return listTimo Sirainen
2001-09-22channel_create() wasn't called properlyTimo Sirainen
2001-09-22added config_node_first() function to get the first non-comment node.Timo Sirainen
2001-09-22config_node_next() - Returns the next non-comment node in list. Use thisTimo Sirainen
2001-09-22/SET translation now says if there were any errorsTimo Sirainen
2001-09-21bind_key format updated. Doesn't truncate the key now.Timo Sirainen
2001-09-20When using /SET hostname ipv6:address, replace the ':' char with '_' so itTimo Sirainen
2001-09-20PARAMS -> ARGS fix again..Timo Sirainen
2001-09-20s/PARAM_FLAGS_ONLY_PARAMS/PARAM_FLAG_ONLY_ARGS/ since they're calledTimo Sirainen
2001-09-20$*, $~ and $-n should still work with PARAM_FLAG_ONLY_PARAMS.Timo Sirainen
2001-09-20special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it soTimo Sirainen
2001-09-20perl_signal_remove() didn't work.Timo Sirainen
2001-09-18"Unknown chat network" error now tells to create it with /IRCNET ADDTimo Sirainen
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-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-11Added option /SET channel_sync - if disabled irssi disables the channelTimo 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-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-23removed accidental 'i' :)Timo Sirainen
2001-08-23Added server tag to query_start format.Timo 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