Age | Commit message (Expand) | Author |
2002-03-09 | Irssi didn't work properly if read() returned only partial utf8 character | Timo Sirainen |
2002-03-09 | "use Irssi" now prints a warning if it's used outside irssi, but doesn't | Timo Sirainen |
2002-03-09 | Fixed a memory leak with ^Y | Timo Sirainen |
2002-03-08 | /SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRC | Timo Sirainen |
2002-03-08 | /OP etc. shouldn't crash if channel hadn't received /NAMES list yet. | Timo Sirainen |
2002-03-01 | scripts should be looked from share dir, not lib dir. | Timo Sirainen |
2002-02-25 | /FORMAT tab completion went to infinite loop if there was more spaces than | Timo Sirainen |
2002-02-25 | ^Y shouldn't crash with empty cutbuffer | Timo Sirainen |
2002-02-22 | Show window's scroll state with /WINDOW. | Timo Sirainen |
2002-02-22 | Window level matching code was a bit messy. Also, now the active window is | Timo Sirainen |
2002-02-22 | Highascii 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-20 | PROXY CTCP ON|OFF - proxy clients can send this command to specify that they | Timo Sirainen |
2002-02-20 | $cumode wasn't updated after receiving nick list, so with empty channels it | Timo Sirainen |
2002-02-20 | Backspace/delete shouldn't modify cutbuffer. | Timo Sirainen |
2002-02-20 | stupid bug :) lines longer than 1024 chars made irssi crash. | Timo Sirainen |
2002-02-18 | Added escape_char /BIND command for inserting the next keypress to input | Timo Sirainen |
2002-02-18 | if gethostbyname() failed, the return value was returned incorrectly | Timo Sirainen |
2002-02-17 | Some events that contained target parameter weren't printed to correct | Timo Sirainen |
2002-02-17 | still one isxdigit() -> i_isxdigit() | Timo Sirainen |
2002-02-17 | compiler warning fix | Timo Sirainen |
2002-02-17 | --disable-terminfo didn't work | Timo Sirainen |
2002-02-17 | Another crashfix | Timo Sirainen |
2002-02-17 | fixed a compiler warning | Timo Sirainen |
2002-02-17 | Log writing sometimes might have produced some glib errors. | Timo Sirainen |
2002-02-17 | compiler warning fixes | Timo Sirainen |
2002-02-17 | "whops" :) ^D<char> as last chars in line made some screen corruption and | Timo Sirainen |
2002-02-17 | --help printed part of the path for irssi which looked stupid, now it prints | Timo Sirainen |
2002-02-17 | Added ^I = "tab" key. | Timo Sirainen |
2002-02-17 | Don't crash if special vars line ends with '$'. | Timo Sirainen |
2002-02-16 | Added /STATUSBAR # RESET command for removing the whole statusbar block from | Timo Sirainen |
2002-02-16 | /ACTION supports -servertag now and tab completion works with it like with | Timo Sirainen |
2002-02-16 | Removed useless casting. | Timo Sirainen |
2002-02-16 | server->emode_known wasn't saved during /UPGRADE. | Timo Sirainen |
2002-02-16 | Cutbuffer should be cleared when ^U is used in empty line (or in general, 0 | Timo Sirainen |
2002-02-16 | Don't crash when handling input line if the input line doesn't exist (huh? | Timo Sirainen |
2002-02-16 | /STATUSBAR now prints a list of statusbars, /STATUSBAR <name> prints | Timo Sirainen |
2002-02-16 | There was the check for max. 10 chars/ban, but for some reason it was 11 in | Timo Sirainen |
2002-02-16 | /STATUSBAR # VISIBLE command didn't work properly | Timo Sirainen |
2002-02-16 | /RELOAD didn't update the statusbar colors the first time. /SET theme never | Timo Sirainen |
2002-02-15 | command_unbind("statusbar add") was called with wrong function parameter. | Timo Sirainen |
2002-02-15 | case-insensitivity for /STATUSBAR command | Timo Sirainen |
2002-02-15 | Added _very_ small help for /statusbar + their SYNTAXes. | Timo Sirainen |
2002-02-15 | More statusbar commands. | Timo Sirainen |
2002-02-15 | renamed old config_node_index() to config_node_nth(). added new | Timo Sirainen |
2002-02-15 | Added /STATUSBAR commands for most commonly used tasks. | Timo Sirainen |
2002-02-15 | Disable the nl_langinfo() if CODESET isn't defined (openbsd). | Timo Sirainen |
2002-02-15 | /SET term_type didn't take effect on entry until the second time it was | Timo Sirainen |
2002-02-15 | don't crash if trying to erase 0 chars and there's no cutbuffer. | Timo Sirainen |
2002-02-15 | Allow still showing ping time even if client replied with only one ping | Timo Sirainen |