]> jfr.im git - irc/quakenet/newserv.git/blobdiff - proxyscan/proxyscanhandlers.c
CHANSERV: batcher activate account should use ciphertext of password for hmac
[irc/quakenet/newserv.git] / proxyscan / proxyscanhandlers.c
index 3b6311ca354a96bf0a14e701b8498e9575bc71b1..28bdd0de905626d039d4ecbbd9f68c8440e49661 100644 (file)
@@ -21,14 +21,14 @@ void proxyscan_newnick(int hooknum, void *arg) {
      (even ignoring the cache)
    */
   /* disabled as the list is hopelessly out of date */
-//  if ((esp=findextrascan(np->ipnode))) {
-//    Error("proxyextra", ERR_ERROR, "connection from possible proxy %s", IPtostr(np->p_ipaddr)); 
-//    for (espp=esp;espp;espp=espp->nextbynode) { 
-//      /* we force a scan on any hosts that may be an open proxy, even if they are:
-//       * a) already in the queue, b) we've been running < 120 seconds */
-//      queuescan(np->ipnode, espp->type, espp->port, SCLASS_NORMAL, time(NULL));
-//    }
-//  }
+  if ((esp=findextrascan(np->ipnode))) {
+    Error("proxyextra", ERR_ERROR, "connection from possible proxy %s", IPtostr(np->p_ipaddr)); 
+    for (espp=esp;espp;espp=espp->nextbynode) { 
+      /* we force a scan on any hosts that may be an open proxy, even if they are:
+       * a) already in the queue, b) we've been running < 120 seconds */
+      queuescan(np->ipnode, espp->type, espp->port, SCLASS_NORMAL, time(NULL));
+    }
+  }
 
 /* slug: this BREAKS all of P's design assumptions, do NOT REENABLE THIS UNDER ANY CIRCUMSTANCES */
 /* ignore newnick until initial burst complete */