Age | Commit message (Expand) | Author |
2002-03-14 | Get the terminal size at startup with ioctl() and use it. Fixes at least | Timo Sirainen |
2002-03-14 | Scrolling was buggy with "ri" method, it tried to used "rin" as well | Timo Sirainen |
2002-03-14 | Fixed that "nick already in split list, how?" bug with a patch from fuchs. | Timo Sirainen |
2002-03-14 | $window->command() changed active window temporarily to wanted one and then | Timo Sirainen |
2002-03-14 | $cumode and $cumode_space should do stuff only to IRC servers. | Timo Sirainen |
2002-03-14 | Don't crash when trying to print text when there's no windows yet. Also | Timo Sirainen |
2002-03-14 | Don't crash if there's no prefixes (botti doesn't) when loading module. | Timo Sirainen |
2002-03-13 | "make dist" now doesn't add irc.c / irc-modules.c | Timo Sirainen |
2002-03-13 | bit fields should be unsigned type always (unsigned int dirty:1). | Timo Sirainen |
2002-03-13 | proper checking for lseek() failure | Timo Sirainen |
2002-03-13 | when autochanging query's nick to be correct case, don't print the | Timo Sirainen |
2002-03-13 | If queried nick did a nick change, it might have crashed irssi. | Timo Sirainen |
2002-03-13 | ARGH! I hate this new behaviour of CVS not asking if I want to abort | Timo Sirainen |
2002-03-13 | *** empty log message *** | Timo Sirainen |
2002-03-13 | removed the debugging code.. | Timo Sirainen |
2002-03-13 | Set ownnick to channel->NULL when the nick record is destroyed. Should fix | Timo Sirainen |
2002-03-13 | When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if there | Timo Sirainen |
2002-03-13 | added some debugging code to irssi_bless_iobject() - can it really be an | Timo Sirainen |
2002-03-12 | fix to some broken "ircds" | Timo Sirainen |
2002-03-11 | New queries should begin with last_unread_msg timestamp set to now. This | Timo Sirainen |
2002-03-11 | make clean should remove libirc_proxy.a symlink | Timo Sirainen |
2002-03-11 | added ownnick to Irssi::Channel | Timo Sirainen |
2002-03-11 | /SET max_wildcard_modes 0 should disable the checking | Timo Sirainen |
2002-03-11 | default_color checks moved from fe-text to fe-common, so they work properly | Timo Sirainen |
2002-03-11 | Safer flood protection for lines longer than 100 chars. Maybe even a bit too | Timo Sirainen |
2002-03-11 | All control chars in statusbar items are now displayed reversed. | Timo Sirainen |
2002-03-10 | Added -4 | -6 to /SERVER ADD syntax. | Timo Sirainen |
2002-03-10 | /SERVER ADD -ircnet should add the network to config with the same case as | Timo Sirainen |
2002-03-10 | whops, stupid utf-8 bug :) | Timo Sirainen |
2002-03-10 | crashfix | Timo Sirainen |
2002-03-10 | Automatically change the nick to correct case in queries (eg. you did | Timo Sirainen |
2002-03-10 | If -4 or -6 option is used with /SERVER, force the correct protocol match. | Timo Sirainen |
2002-03-10 | term_addch() : utf-8 fixes for cursor positioning. | Timo Sirainen |
2002-03-10 | When input line is in redirection mode, allow empty lines (eg. enter after | Timo Sirainen |
2002-03-10 | If you had query with "X" but the nick really was "x", and after nick change | Timo Sirainen |
2002-03-10 | Added /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP, | Timo Sirainen |
2002-03-10 | Added '.' to known nick flag characters. Also supports having multiple flag | Timo Sirainen |
2002-03-10 | Never ignore kick msg if you get kicked from channel. | Timo Sirainen |
2002-03-10 | Netjoins in +channels were printed as if users joined to "channel" and all | Timo Sirainen |
2002-03-10 | SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE when | Timo 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't | Timo Sirainen |
2002-03-10 | *** empty log message *** | Timo Sirainen |
2002-03-10 | /CYCLE reason didn't work | Timo Sirainen |
2002-03-10 | /KNOCKOUT code was a bit stupid, and the timeout checking wasn't very | Timo Sirainen |
2002-03-10 | Don't send -autosendcmd after /UPGRADE. | Timo Sirainen |
2002-03-10 | /SET autoclose_query - now only last received private message affects when | Timo Sirainen |
2002-03-10 | Foreground ANSI colors weren't working | Timo Sirainen |
2002-03-10 | No more infobar, but in empty windows topicbar contains the URL. | Timo Sirainen |
2002-03-09 | Irssi didn't work properly if read() returned only partial utf8 character | Timo Sirainen |