Age | Commit message (Expand) | Author |
2005-02-11 | Fixed output of /hilight (add a space after -levels if any). | Valentin Batz |
2004-08-19 | /DCC SEND didn't actually use /SET dcc_upload_path | Timo Sirainen |
2004-07-11 | Don't autoget files sent to channels, unless dcc_autoget_masks is set. | Timo Sirainen |
2004-07-11 | Some DCC SERVER fixes. | Timo Sirainen |
2004-07-11 | Don't crash if dcc chated user changes nick | Timo Sirainen |
2004-07-11 | Fix. | Timo Sirainen |
2004-05-14 | Crashed with spaces in filenames, patch by Francesco Fracassi | Timo Sirainen |
2004-05-10 | noinst_HEADERS -> pkginc_HEADERS | Timo Sirainen |
2004-03-23 | Passive DCC support by Francesco Fracassi (francesco.f at openssl.it) | Timo Sirainen |
2004-01-19 | /set -default dcc_autoget_max_size crashed | Timo Sirainen |
2003-11-23 | 0.8.8 with a few backwards compatibility fixes | Timo Sirainen |
2003-11-16 | Don't crash with /DCC SEND nick "" | Timo Sirainen |
2003-11-16 | Allow /SET dcc_own_ip to be non-local address. | Timo Sirainen |
2003-10-01 | Added DCC SERVER support by Mark Trumbull | Timo Sirainen |
2003-07-09 | Network fixes. DCC fixes for IPv6 + BSDs. | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-12-10 | GC fixes. | 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-17 | Less strict error checking, and notify about every error we do see. | Timo Sirainen |
2002-11-17 | If /DCC SEND file isn't found, complain about it | Timo Sirainen |
2002-11-13 | Don't rename our nick in DCC chats when connecting to server before we know | 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 | DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>, | Timo Sirainen |
2002-10-14 | /SET dcc_file_create_mode wasn't used. Also print strerror() message if | Timo Sirainen |
2002-09-14 | in_addr_t wasn't too standard, so use guint32 after all. | Timo Sirainen |
2002-09-14 | s/guint32/in_addr_t/ actually. | Timo Sirainen |
2002-09-14 | DCC was broken with some 64bit systems (64bit unsigned long) | Timo Sirainen |
2002-08-26 | removed the stupid error-parameters from net_connect*() calls. errno can be | Timo Sirainen |
2002-05-26 | "/MSG *" works now properly with dcc chat queries. | Timo Sirainen |
2002-05-26 | net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6 | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-05-17 | crashfix for previous ~/. kludge | Timo Sirainen |
2002-05-16 | kludgeing: don't autoget files beginning with '.' if dcc_download_path is | Timo Sirainen |
2002-05-12 | dcc reject bugfix went wrong, fixed. | Timo Sirainen |
2002-05-12 | irssi didn't notice if DCC send connection died. | Timo Sirainen |
2002-05-10 | don't send DCC REJECT when closing a connected DCC connection. | Timo Sirainen |
2002-04-23 | warning fix | Timo Sirainen |
2002-04-18 | /SET dcc_send_replace_space_with_underscore - patch by nix@suhs.nu | Timo Sirainen |
2002-04-11 | /SET dcc_autoget_max_size default changed to 0 (disabled) - it's pretty | Timo Sirainen |
2002-04-10 | Fixed one error and several warnings with GLIB 2.0 | Timo Sirainen |
2002-03-31 | Listen for DCC connections in all interfaces | Timo Sirainen |
2002-03-17 | fallback to rename() if link() isn't supported on the filesystem, so people | Timo Sirainen |
2002-03-13 | proper checking for lseek() failure | Timo Sirainen |
2002-02-10 | Correctly handle DCC GET write() failures. | Timo Sirainen |
2002-02-06 | DCC /MSG handlers broke /MSG -ircnet | Timo Sirainen |
2002-02-04 | Broke DCC CHAT queries. | Timo Sirainen |
2002-02-02 | Ignore /SET dcc_autoresume if /SET dcc_autoget is OFF. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |