view mod_readonly/README.markdown @ 3488:4ddb034a8a03

mod_pubsub_text_interface: Add command for listing current subscriptions
author Kim Alvefur <zash@zash.se>
date Fri, 15 Mar 2019 04:26:54 +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" };
}
```