mod_readonly/README.markdown
author Kim Alvefur <zash@zash.se>
Sat, 02 Mar 2024 14:47:09 +0100
changeset 5855 dde9d21a599f
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_traceback: Hook signal via event instead of directly Safer this way, see Prosody trunk rev 69faf3552d52

This module blocks configured queries that change server state.

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

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