diff src/dccifd.cpp @ 203:92a5c866bdfa

Verify from/to pairs even if they might be explicitly whitelisted. Document DCC greylisting and bulk detection usage. Fix DCC bulk thresholds of many. Update spec file for fedora packaging.
author Carl Byington <carl@five-ten-sg.com>
date Tue, 04 Mar 2008 21:42:51 -0800
parents ff6d14d75b1e
children 82886d4dd71f
line wrap: on
line diff
--- a/src/dccifd.cpp	Sat Feb 02 12:32:59 2008 -0800
+++ b/src/dccifd.cpp	Tue Mar 04 21:42:51 2008 -0800
@@ -27,9 +27,6 @@
 #include <sys/un.h>
 
 
-
-static const char Id[] = "$Id$";
-
 const  int	maxlen = 1000;			// used for snprintf buffers
 extern int	NULL_SOCKET;
 const  char *options = "header\n";