summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-14minor speedups and signal removing fixesTimo Sirainen
2001-08-13"IRC Net" -> "Network" in /SERVER LIST and /CHANNEL LISTTimo Sirainen
2001-08-13max_query_chans set to 1 by default. Set to 10 in networks where it's knownTimo Sirainen
2001-08-13/INVITELIST prints "Invite list is empty" message and complains about notTimo Sirainen
2001-08-13/LOG OPEN -color, /SET awaylog_colors - specifies that the color codesTimo Sirainen
2001-08-12textbuffer_view_remove_line() fixes (with a small kludge..)Timo Sirainen
2001-08-12One more limit to "key" names - it can't start with a digit. This allows usTimo Sirainen
2001-08-12Bugfix to keyb. code :) And now the "key" names can contain onlyTimo Sirainen
2001-08-12Keyboard code fixes - meta-arrows etc. should work now correctly.Timo Sirainen
2001-08-12/WINDOW CLOSE <first> didn't work if <last> too wasn't specified..Timo Sirainen
2001-08-09Removed some extra ';' chars which made it not compile with perl 5.00x.Timo Sirainen
2001-08-09Added Irssi::TextUI.Timo Sirainen
2001-08-09/VERSION command and /SV alias now print the version date too.Timo Sirainen
2001-08-08Irssi crashed if script died in a signal handler.Timo Sirainen
2001-08-08"mail counter" signal is now sent when mail counter is updated in statusbar.Timo Sirainen
2001-08-08Added function expand_escapes() which handles now escaping /EVAL and inputTimo Sirainen
2001-08-08Restoring window layout shouldn't make the queries active.Timo Sirainen
2001-08-08Changed signal / function names for /LAYOUT stuff. /LAYOUT RESET now resetsTimo Sirainen
2001-08-08If we receive INVITE for a channel that is added with /CHANNEL ADD -auto,Timo Sirainen
2001-08-08Never insert NUL characters to entry line (Ctrl-Space)Timo Sirainen
2001-08-08/BAN [-type] -> /BAN [-normal | -user | -host | -domain | -custom <type>].Timo Sirainen
2001-08-08Fixed leaking window binds. They were added but rarely removed.Timo Sirainen
2001-08-08one more extra cleanup for textbuffer_remove_all_lines()Timo Sirainen
2001-08-08Some extra cleanups for /SB CLEAR.Timo Sirainen