summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-10If -4 or -6 option is used with /SERVER, force the correct protocol match.Timo Sirainen
2002-03-10term_addch() : utf-8 fixes for cursor positioning.Timo Sirainen
2002-03-10When input line is in redirection mode, allow empty lines (eg. enter afterTimo Sirainen
2002-03-10If you had query with "X" but the nick really was "x", and after nick changeTimo Sirainen
2002-03-10Added /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP,Timo Sirainen
2002-03-10Added '.' to known nick flag characters. Also supports having multiple flagTimo Sirainen
2002-03-10Never ignore kick msg if you get kicked from channel.Timo Sirainen
2002-03-10Netjoins in +channels were printed as if users joined to "channel" and allTimo Sirainen
2002-03-10SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE whenTimo Sirainen
2002-03-10/CYCLE tried to do /PART twice.Timo Sirainen
2002-03-10/CAT prints files now with CLIENTCRAP + NEVER level, so timestamps aren'tTimo Sirainen
2002-03-10*** empty log message ***Timo Sirainen
2002-03-10/CYCLE reason didn't workTimo Sirainen
2002-03-10/KNOCKOUT code was a bit stupid, and the timeout checking wasn't veryTimo Sirainen
2002-03-10Don't send -autosendcmd after /UPGRADE.Timo Sirainen
2002-03-10/SET autoclose_query - now only last received private message affects whenTimo Sirainen
2002-03-10Foreground ANSI colors weren't workingTimo Sirainen
2002-03-10No more infobar, but in empty windows topicbar contains the URL.Timo Sirainen
2002-03-09Added missing Q/A :)Timo Sirainen
2002-03-09added utf8 helpTimo Sirainen
2002-03-09Irssi didn't work properly if read() returned only partial utf8 characterTimo Sirainen
2002-03-09"use Irssi" now prints a warning if it's used outside irssi, but doesn'tTimo Sirainen
2002-03-09added titleTimo Sirainen
2002-03-09FAQ is now in HTML format. Patch by Han.Timo Sirainen
2002-03-09Fixed a memory leak with ^YTimo Sirainen
2002-03-08/SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRCTimo Sirainen
2002-03-08/OP etc. shouldn't crash if channel hadn't received /NAMES list yet.Timo Sirainen
2002-03-06"Why does irssi autojoin on invite by default?"Timo Sirainen
2002-03-06added -! option help, by c0ffeeTimo Sirainen
2002-03-04added info about /set term_force_colors to lazy people sectionTimo Sirainen
2002-03-01scripts should be looked from share dir, not lib dir.Timo Sirainen
2002-03-01added notice of man 7 regexTimo Sirainen
2002-02-28added psybnc sectionTimo Sirainen
2002-02-25updatedTimo Sirainen
2002-02-25/FORMAT tab completion went to infinite loop if there was more spaces thanTimo Sirainen
2002-02-25^Y shouldn't crash with empty cutbufferTimo Sirainen
2002-02-25command() fixesTimo Sirainen
2002-02-23updated nick_find(), added nick_find_mask()Timo Sirainen
2002-02-22Show window's scroll state with /WINDOW.Timo Sirainen
2002-02-22Window level matching code was a bit messy. Also, now the active window isTimo Sirainen
2002-02-22Highascii chars in replaces block in theme files could have crashed irssi.Timo Sirainen
2002-02-20/UPGRADE saves now topic_time and topic_by.Timo Sirainen
2002-02-20PROXY CTCP ON|OFF - proxy clients can send this command to specify that theyTimo Sirainen
2002-02-20$cumode wasn't updated after receiving nick list, so with empty channels itTimo Sirainen
2002-02-20Backspace/delete shouldn't modify cutbuffer.Timo Sirainen
2002-02-20stupid bug :) lines longer than 1024 chars made irssi crash.Timo Sirainen
2002-02-18there's no /RUN or /PERLFLUSH commands anymore. someone could write /HELPTimo Sirainen
2002-02-18Added escape_char /BIND command for inserting the next keypress to inputTimo Sirainen
2002-02-18if gethostbyname() failed, the return value was returned incorrectlyTimo Sirainen
2002-02-18updated proxy docsTimo Sirainen