update for rc2 release

This commit is contained in:
fishwaldo 2002-10-27 14:38:45 +00:00
parent 4f03f2d1fa
commit 8ef745b4eb
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
Open Proxy Scanning Bot Module for NeoStats Changelog.
==============================================================================
* Version 1.0RC2 * 27/10/2002 * Fish
- Fixed a serious bug with not banning some proxies... ALL USERS SHOULD UPDATE
* Version 1.0RC1 * 24/10/2002 * Fish
- Strings recieved from proxies are now buffered
- new set option DISABLESCAN to only do opm lookup, and not a proxy check

4
opsb.c
View file

@ -18,7 +18,7 @@
** USA
**
** NeoStats CVS Identification
** $Id: opsb.c,v 1.6 2002/10/24 09:27:58 fishwaldo Exp $
** $Id: opsb.c,v 1.7 2002/10/27 14:38:45 fishwaldo Exp $
*/
@ -62,7 +62,7 @@ int online;
Module_Info my_info[] = { {
"OPSB",
"A Open Proxy Scanning Bot",
"1.0RC1"
"1.0RC2"
} };