Age | Commit message (Expand) | Author |
2001-11-11 | Redirection fixes. | Timo Sirainen |
2001-11-11 | /RAWLOG commands should work immediately after connection to server was | Timo Sirainen |
2001-11-11 | /WHOIS unknown_nick printed the "there was no such nickname" message | Timo Sirainen |
2001-11-11 | Moved rewritten server redirection code from core to irc. This new code | Timo Sirainen |
2001-11-10 | net_listen(): if creating IPv6 socket fails because of EPROTONOSUPPORT, try | Timo Sirainen |
2001-11-07 | net_connect(): if bind() fails, set the address back to INADDR_ANY to make su... | Timo Sirainen |
2001-11-07 | separated the different /RAWLOG commands with empty lines - otherwise irssi w... | Timo Sirainen |
2001-11-07 | Removed " = " in /SET autolog_path example - it really shouldn't be there :) | Timo Sirainen |
2001-11-05 | Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef... | Timo Sirainen |
2001-11-05 | Terminfo is now the default, always. | Timo Sirainen |
2001-11-05 | /CHANNEL xxx - don't crash if not connected to server. | Timo Sirainen |
2001-11-04 | Still messing up with colors. | Timo Sirainen |
2001-11-04 | removed, not needed. | Timo Sirainen |
2001-11-04 | Looks like I went and broke /PART accidentally.. | Timo Sirainen |
2001-11-04 | Stupid me, remembered wrong how PARAM_FLAG_OPTCHAN worked. This broke /CTCP, | Timo Sirainen |
2001-11-03 | Added missing irc-commands.h | Timo Sirainen |
2001-11-03 | * works now as active channel with /NOTICE, /CTCP and /NCTCP. | Timo Sirainen |
2001-11-03 | Virtualized cursor movement and clearing to end of line. Now neither is done | Timo Sirainen |
2001-11-03 | Don't clear the window before redrawing, it's faster to do it at the same | Timo Sirainen |
2001-11-03 | Reset the color before clearing screen. Set the cursor invisible when moving | Timo Sirainen |
2001-11-03 | /OP, /DEOP, /VOICE and /DEVOICE fixed not to print glib error if used in | Timo Sirainen |
2001-11-03 | update_cmd_color() updated colors wrong. | Timo Sirainen |
2001-11-03 | Commands that accepeted * parameter as active channel didn't work properly - | Timo Sirainen |
2001-11-03 | Quit if terminal gets lost. | Timo Sirainen |
2001-11-03 | /RECONNECT ALL crashed irssi (typofix - s/unref/ref/ :) | Timo Sirainen |
2001-11-03 | Some fixes to drawing lines & handling long lines. | Timo Sirainen |
2001-11-03 | Yet another fix of /UPTIME alias - maybe it finally works now :) | Timo Sirainen |
2001-11-02 | compile fix - patch by manoj@io.com | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-11-01 | server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added | Timo Sirainen |
2001-11-01 | Buffer overflow fix (read-only, might have caused some crashes). | Timo Sirainen |
2001-11-01 | Check that it's IRC-channel we're destroying before doing any IRC-specific | Timo Sirainen |
2001-11-01 | indent_always setting was wrongly set when configuration was changed. | Timo Sirainen |
2001-10-31 | Crashfix when module didn't contain deinit() function. | Timo Sirainen |
2001-10-31 | changed default log directory mode to 0700 and file mode to 0600. | Timo Sirainen |
2001-10-30 | updated for $cumode_space | Timo Sirainen |
2001-10-30 | added $cumode_space expando. Like $cumode, but gives " " if there's no mode. | Timo Sirainen |
2001-10-29 | typofix :) | Timo Sirainen |
2001-10-29 | Link with $LDFLAGS when trying to compile one of the test programs.. | Timo Sirainen |
2001-10-29 | forgot to define TI_rep for repeat() command. | Timo Sirainen |
2001-10-29 | bug in last commit :) background color was broken | Timo Sirainen |
2001-10-29 | when colors aren't used, don't save last_fg and last_bg. This helps at least ... | Timo Sirainen |
2001-10-29 | terminfo's term_clrtoeol() uses the clrtoeol() command only when using the de... | Timo Sirainen |
2001-10-29 | Windows weren't created with correct size. When setting statusbar lines for | Timo Sirainen |
2001-10-29 | /WINDOW SERVER -unsticky crashed irssi if it was used when you weren't connec... | Timo Sirainen |
2001-10-29 | stuff in LIBS moved to PROG_LIBS again. Otherwise linking perl module (and ma... | Timo Sirainen |
2001-10-29 | not needed anymore, code is in term*.[ch] now. | Timo Sirainen |
2001-10-28 | clrtoeol() wasn't called always when drawing buffer, so some garbage could | Timo Sirainen |
2001-10-28 | term_getch() -> term_gets() which can be used to read multiple keypresses at | Timo Sirainen |
2001-10-28 | Removed unused default_real_color, updated default_color's value to "-1" | Timo Sirainen |