Browse Source

* Disabled new encryption checking for now
* Changed URL for md5


svn: 1654

Bryan Drewery 21 years ago
parent
commit
e9648df6a3
2 changed files with 6 additions and 1 deletions
  1. 2 0
      pack/pack.cfg.sample
  2. 4 1
      src/dcc.c

+ 2 - 0
pack/pack.cfg.sample

@@ -12,6 +12,8 @@ PACKNAME <name>
 
 /* SHELLHASH: 32 char md5 hash used for binary password 
  * in mIRC: //echo -a $MD5(SOMEWORD)
+ * URL: http://pajhome.org.uk/crypt/md5/
+   sometimes wrong:
  * URL: http://edge.codebin.dk/md5.php
  */
 SHELLHASH <md5hash>

+ 4 - 1
src/dcc.c

@@ -295,6 +295,7 @@ cont_link(int idx, char *buf, int ii)
 
 /* FIXME: remove after 1.2.2 */
 /* need to support the posibility of old hubs being up */
+#ifdef READY
   if (ii == 2) {
     dprintf(idx, "%s\n", conf.bot->nick);
 
@@ -307,12 +308,14 @@ cont_link(int idx, char *buf, int ii)
 
     /* wait for "elink" now */
   } else if (ii == 3) {			/* new hub response */
-
+#endif
     dprintf(idx, "-%s\n", conf.bot->nick);
     dcc[idx].newbot = 1;
 
     /* wait for "neg?" now */
+#ifdef READY
   }
+#endif
 
 
   /* now we wait to negotiate an encryption */