irssi/src/irc/dcc
Timo Sirainen 55c2e7a066 /SET dcc_file_create_mode wasn't used. Also print strerror() message if
creation fails.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2949 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-10-14 15:26:26 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
dcc-autoget.c crashfix for previous ~/. kludge 2002-05-17 12:59:39 +00:00
dcc-chat.c "/MSG *" works now properly with dcc chat queries. 2002-05-26 17:39:35 +00:00
dcc-chat.h Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now 2001-02-19 03:40:06 +00:00
dcc-file-rec.h DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should 2001-02-10 02:02:26 +00:00
dcc-file.h DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should 2001-02-10 02:02:26 +00:00
dcc-get.c /SET dcc_file_create_mode wasn't used. Also print strerror() message if 2002-10-14 15:26:26 +00:00
dcc-get.h DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should 2001-02-10 02:02:26 +00:00
dcc-rec.h Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now 2001-02-19 03:40:06 +00:00
dcc-resume.c proper checking for lseek() failure 2002-03-13 03:19:04 +00:00
dcc-send.c irssi didn't notice if DCC send connection died. 2002-05-12 11:19:13 +00:00
dcc-send.h Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now 2001-02-19 03:40:06 +00:00
dcc.c in_addr_t wasn't too standard, so use guint32 after all. 2002-09-14 07:29:48 +00:00
dcc.h /SET dcc_own_ip now affects also which interface irssi uses to connect to 2001-11-25 17:35:47 +00:00
Makefile.am Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get before possibly identically named headers in the glib's include directory. 2001-11-05 14:48:03 +00:00
module.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00