irssi/src/irc/dcc
Timo Sirainen aa95b7f305 /SET dcc_autoget_max_size default changed to 0 (disabled) - it's pretty
stupid default since no-one wants it anyway


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2665 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-04-11 13:54:23 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
dcc-autoget.c /SET dcc_autoget_max_size default changed to 0 (disabled) - it's pretty 2002-04-11 13:54:23 +00:00
dcc-chat.c DCC /MSG handlers broke /MSG -ircnet 2002-02-06 18:07:55 +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 fallback to rename() if link() isn't supported on the filesystem, so people 2002-03-17 00:59:46 +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 Fixed one error and several warnings with GLIB 2.0 2002-04-10 02:53:06 +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 Listen for DCC connections in all interfaces 2002-03-31 19:40:40 +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