plugins/mod_pep_plus.lua
author Kim Alvefur <zash@zash.se>
Sat, 22 Apr 2023 12:48:51 +0200
changeset 13089 0e17cb78264f
parent 9077 0462405b1cfb
permissions -rw-r--r--
util.jsonschema: Implement 'luaPattern' - Lua variant of 'pattern' Like 'pattern' but uses Lua patterns instead of Regular Expressions, since only a subset of regex are also valid Lua patterns.

module:log("error", "mod_pep_plus has been renamed to mod_pep, please update your config file. Auto-loading mod_pep...");
module:depends("pep");