remove Blitzed_OPM as it no longer exists
This commit is contained in:
parent
2b17a349e4
commit
3987e22bcd
2 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@ Black List Scanning Bot Module for NeoStats Changelog.
|
||||||
Fish (F) & Mark (M) & DeadNotBuried (D)
|
Fish (F) & Mark (M) & DeadNotBuried (D)
|
||||||
==============================================================================
|
==============================================================================
|
||||||
3.0.b1-dev
|
3.0.b1-dev
|
||||||
|
- remove Blitzed_OPM as it has closed (D)
|
||||||
- Fix memory leak after black list lookup (D)
|
- Fix memory leak after black list lookup (D)
|
||||||
- Fix the lookup crash when user had signed off and left a dangling pointer (D)
|
- Fix the lookup crash when user had signed off and left a dangling pointer (D)
|
||||||
- don't akill excluded users/hosts (D)
|
- don't akill excluded users/hosts (D)
|
||||||
|
|
1
blsb.c
1
blsb.c
|
@ -60,7 +60,6 @@ static Bot *blsb_bot;
|
||||||
|
|
||||||
static dom_list stddomlist[] =
|
static dom_list stddomlist[] =
|
||||||
{
|
{
|
||||||
{"Blitzed_OPM", "opm.blitzed.org", BL_LOOKUP_TXT_RECORD, "Open proxy - see http://opm.blitzed.org/%s", 0},
|
|
||||||
{"Secure-IRC", "bl.irc-chat.net", BL_LOOKUP_TXT_RECORD, "Insecure Host - See http://secure.irc-chat.net/ipinfo.php?ip=%s", 0},
|
{"Secure-IRC", "bl.irc-chat.net", BL_LOOKUP_TXT_RECORD, "Insecure Host - See http://secure.irc-chat.net/ipinfo.php?ip=%s", 0},
|
||||||
{"Tor_Exit_Server", "exitnodes.tor.dnsbl.sectoor.de", BL_LOOKUP_TXT_RECORD, "Your Host is a Tor Exit Server", 0},
|
{"Tor_Exit_Server", "exitnodes.tor.dnsbl.sectoor.de", BL_LOOKUP_TXT_RECORD, "Your Host is a Tor Exit Server", 0},
|
||||||
{"IRC Abusive Hosts", "ircbl.ahbl.org", BL_LOOKUP_A_RECORD, "Abusive Host - See http://www.ahbl.org/ for more info and/or removal (your IP is %s)", 0},
|
{"IRC Abusive Hosts", "ircbl.ahbl.org", BL_LOOKUP_A_RECORD, "Abusive Host - See http://www.ahbl.org/ for more info and/or removal (your IP is %s)", 0},
|
||||||
|
|
Reference in a new issue