view mod_readonly/README.markdown @ 5658:7a4a6ded2bd6

mod_muc_adhoc_bots: Fix unbalanced quote in metadata section
author Kim Alvefur <zash@zash.se>
date Tue, 19 Sep 2023 15:03:01 +0200
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" };
}
```