Age | Commit message (Expand) | Author |
2002-12-01 | /CONNECT -! shouldn't send autosendcmds when joining channels. | Timo Sirainen |
2002-11-29 | /last -clear removes now the "lastlog would print x lines, ... use -force" | Timo Sirainen |
2002-11-29 | and remove outdated comment :) | Timo Sirainen |
2002-11-29 | If bind() fails when connecting, don't fallback to default address. Should | Timo Sirainen |
2002-11-28 | net_gethostbyaddr() was pretty much broken. | Timo Sirainen |
2002-11-28 | /NETSPLIT now prints the server tag as well. | Timo Sirainen |
2002-11-28 | /SET resolve_reverse_lookup to do reverse lookups for server when | Timo Sirainen |
2002-11-21 | Create log file directories using /set log_create_file_mode + exec-bit. | Timo Sirainen |
2002-11-21 | Prettier displaying of DCC transfers, including adding ETA. | Timo Sirainen |
2002-11-21 | doc/syntax updates | Timo Sirainen |
2002-11-21 | completion_msg() is now public | Timo Sirainen |
2002-11-21 | Irssi now uses 64bit file offets if it's only supported by system. Also did | Timo Sirainen |
2002-11-19 | /SET dcc_send_replace_space_with_underscore ON was buggy. | Timo Sirainen |
2002-11-19 | /SB END: if we're already at the end of buffer don't redraw it. | Timo Sirainen |
2002-11-19 | Timeout server connections if they're not in fully connected stage in /SET | Timo Sirainen |
2002-11-17 | forgot to commit with previous perl changes | Timo Sirainen |
2002-11-17 | Less strict error checking, and notify about every error we do see. | Timo Sirainen |
2002-11-17 | cmd_get_quoted_param() didn't work properly if it was used with last word | Timo Sirainen |
2002-11-17 | If /DCC SEND file isn't found, complain about it | Timo Sirainen |
2002-11-15 | Try to choose better the window where we print when matching by level and | Timo Sirainen |
2002-11-15 | /WINDOW NAME x, /WINDOW NAME X shouldn't complain about existing window | Timo Sirainen |
2002-11-13 | Don't rename our nick in DCC chats when connecting to server before we know | Timo Sirainen |
2002-11-13 | Don't highlight whois_extra and whois_special lines. | Timo Sirainen |
2002-11-11 | Fixes to allow -append and -prepend work when there's only one file being | Timo Sirainen |
2002-11-11 | whops, forgot to add | Timo Sirainen |
2002-11-11 | fixes to allow you to register a new keyboard redirection inside a | Timo Sirainen |
2002-11-11 | DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>, | Timo Sirainen |
2002-11-10 | Irssi::timeout_add(), timeout_add_once() and input_add() were buggy. | Timo Sirainen |
2002-11-09 | grammatical fix | Timo Sirainen |
2002-11-07 | Some compiling fixes found by -Wall in perl dirs.. | Timo Sirainen |
2002-11-07 | Use the modified PERL_CFLAGS + CFLAGS to compile .xs files. | Timo Sirainen |
2002-11-05 | Added "gui key pressed" signal which is sent every time a key is pressed. | Timo Sirainen |
2002-11-05 | Fixed some "buffer overflow" alerts when playing with buggy /EVAL values. | Timo Sirainen |
2002-11-03 | added quotes to make CC="$(CC)" | Timo Sirainen |
2002-10-31 | Support for /MODE #chan +o nick1 +o nick2 style grouping. | Timo Sirainen |
2002-10-29 | typofix | Timo Sirainen |
2002-10-28 | fix for new perls | Timo Sirainen |
2002-10-28 | Cast pointers to IVs instead of using GPOINTER_TO_INT() which casts them to | Timo Sirainen |
2002-10-28 | compiling fix | Timo Sirainen |
2002-10-28 | Try to fix perl compilation for people whose perl has been compiled with | Timo Sirainen |
2002-10-27 | Exported expando interface to perl. Fix for statusbar deinit. | Timo Sirainen |
2002-10-26 | GLIB2 support for SSL code. Patch by vjt@users.sf.net | Timo Sirainen |
2002-10-26 | "nick mode changed" now gives changed mode/type as parameters. | Timo Sirainen |
2002-10-25 | config_node_nth() and config_node_index() don't count comments in config | Timo Sirainen |
2002-10-21 | Added #define DEFAULT_SERVER_ADD_PORT to common.h which /SERVER ADD uses as | Timo Sirainen |
2002-10-21 | /SERVER and /DISCONNECT handlers moved from irc to core. | Timo Sirainen |
2002-10-19 | Handle correctly g_get_home_dir() returning NULL, assume it's the current | Timo Sirainen |
2002-10-18 | don't crash when trying to print with non-existent module in theme.. | Timo Sirainen |
2002-10-16 | When ignoring without any options, don't print the [] | Timo Sirainen |
2002-10-16 | Adde -servertag to /MSG completion always with >1 connected servers. | Timo Sirainen |