view mod_readonly/README.markdown @ 4438:2bb11055e4bb

mod_pubsub_summary: Make titles *bold* to stand out more Hard to see where each post starts in certain clients.
author Kim Alvefur <zash@zash.se>
date Wed, 10 Feb 2021 16:14:18 +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" };
}
```