some updates
This commit is contained in:
parent
fca0939ff2
commit
d8f24b4377
3 changed files with 15 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -10,6 +10,7 @@ libopm/.cvsignore -text
|
|||
libopm/LICENSE -text
|
||||
libopm/Makefile.am -text
|
||||
libopm/Makefile.in -text
|
||||
libopm/README -text
|
||||
libopm/compat.c -text
|
||||
libopm/compat.h -text
|
||||
libopm/config.c -text
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
Open Proxy Scanning Bot Module for NeoStats Changelog.
|
||||
==============================================================================
|
||||
* Version 1.1 * 23/09/2003 * Fish
|
||||
- Initial import of libopm, to replace our engine.
|
||||
|
||||
* Version 1.0 * 12/12/2002 * Fish
|
||||
- Fix a coredump when not enough paramaters supplied to the set command
|
||||
- OPSB checks the excluded server list when a nick joins on straight away, instead of waiting for the DNS lookups to finish :)
|
||||
|
|
11
libopm/README
Normal file
11
libopm/README
Normal file
|
@ -0,0 +1,11 @@
|
|||
This is libopm, a open proxy detection library written by Erik Fears and the
|
||||
Blitzed team. (www.blitzed.org, strtok@blitzed.org)
|
||||
More information about this library can be found at www.blitzed.org (This
|
||||
library powers BOPM, blitzed version of the open proxy monitoring library.)
|
||||
|
||||
There are a few modifications to this library to enable it to plug in
|
||||
cleaning to OPSB, but the majority of credit must be given to them.
|
||||
|
||||
If your interested in using this library in your software, checked out the
|
||||
blitzed webpages for more informationa and documentation.
|
||||
|
Reference in a new issue