view mod_readonly/README.markdown @ 4395:df9bb3d861f9

mod_invites_adhoc: add information about who created an invitation
author Jonas Schäfer <jonas@wielicki.name>
date Tue, 26 Jan 2021 16:09:02 +0100
parents ce5d1fa69ba3
children
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" };
}
```