Sfoglia il codice sorgente

* Add credits/update line for new cookies

Bryan Drewery 17 anni fa
parent
commit
6244186da6
3 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 1 0
      doc/CREDITS
  2. 2 0
      doc/UPDATES
  3. 1 0
      src/cmds.c

+ 1 - 0
doc/CREDITS

@@ -12,6 +12,7 @@ Credits and thanks to the following:
 * pgpkeys for finding bugs, and providing input.
 * Excelsior for celdrop which inspired many features.
 * syt for giving me inspiration to code a more secure bot.
+* mulder for helping with the cookie op algorithm
 * Blackjac for helping with the bx auth script with his Sentinel script.
 * Mystikal for various bugs.
 * Many others.

+ 2 - 0
doc/UPDATES

@@ -1,3 +1,5 @@
+* Cookie op algorithm changed again, they can no longer be easily reused (fixes #402) Thank you mulder.
+
 1.2.17 - http://wraith.botpack.net/milestone/1.2.17
 * Binary pass prompt has been changed to be more clear.
 * Fix uname checking on NetBSD and OpenBSD

+ 1 - 0
src/cmds.c

@@ -406,6 +406,7 @@ static void cmd_about(int idx, char *par)
   dprintf(idx, STR(" * $bpgpkeys$b for finding bugs, and providing input.\n"));
   dprintf(idx, STR(" * $bExcelsior$b for celdrop which inspired many features.\n"));
   dprintf(idx, STR(" * $bsyt$b for giving me inspiration to code a more secure bot.\n"));
+  dprintf(idx, STR(" * $bmulder$b for helping with the cookie op algorithm.\n"));
   dprintf(idx, STR(" * $bBlackjac$b for helping with the bx auth script with his Sentinel script.\n"));
   dprintf(idx, STR(" * $bMystikal$b for various bugs.\n"));
   dprintf(idx, STR(" * $bMany$b others.\n"));