• Mathieu Rene's avatar
    Add mod_blacklist from contrib. · 3a477c42
    Mathieu Rene 提交于
    Can be used to maintain lists of numbers and query/modify them with api commands.
    
    Example:
    blacklist add <list> <number>
    blacklist del <list> <number>
    blacklist check <list> <number> (outputs true or false)
    3a477c42
mod_blacklist.c 7.7 KB