File

mod_readonly/README.markdown @ 3779:5e69a4358053

mod_invite: Update to use local_user ad-hoc permission (thanks Martin)
author Matthew Wild <mwild1@gmail.com>
date Fri, 27 Dec 2019 11:03:29 +0000
parent 3437:ce5d1fa69ba3
line wrap: on
line source

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```