File

mod_readonly/README.markdown @ 3591:3f8383c5a045

mod_http_muc_log: Fix Y10k bug Mostly in preparation for the next commit
author Kim Alvefur <zash@zash.se>
date Mon, 13 May 2019 00:20:19 +0200
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" };
}
```