Page 1 of 1

RBANS 1.2 - IRC-style bans with wildcards support

Posted: Sun Nov 21, 2021 9:16 pm
by greenie
* IRC-style bans with wildcards support
*
* Copyright (c) 2008 ahtoh
*
* EXAMPLES:
*
* *dsl*.somecity.someisp.com
* ???-???-168-192.*.cable.someisp.com
* *.com
* *.cn
* 10.10.*.42
* 10.12.??.*
*
*
* INSTALLATION TIPS:
*
* 1. You will need NETDB module for reverse DNS lookups
* here http://forums.alliedmods.net/showthread.php?t=52326
* Put netdb_amxx_i386.so to amxmodx\modules dir
*
*
* CONSOLE COMMANDS:
*
* amx_rban <IP|FQDN> [minutes] - add to banlist. Wildcards * and ? are supported.
* amx_addwhite <IP|FQDN> - add to whitelist. Wildcards * and ? are supported
* amx_runban <IP|FQDN> - remove from banlist
* amx_removewhite <IP|FQDN> - remove from whitelist
* amx_blist - show banlist
* amx_wlist - show whitelist
*
*
* CVARS:
*
* amx_rban_minutes (0) - Ban time (in minutes)
* amx_rban_delay (0) - Delay (in seconds) before kicking banned player
*
*
* VERSION HISTORY:
*
* v1.2 - 11/20/08
* - bugfixing
*
* v1.12 - 11/19/08
* - added amx_rban_delay cvar
* - added logging on kick
*
* v1.0 - 07/26/08
* - Initial release

get plugin
get source