annotate mod_flags/README.md @ 6556:7477e97a9045

mod_firewall: Apply pre-reload state before re-reading config This change makes load/reload a bit more robust. module.load() runs before module.restore() and it reads from the config and updates the state (if needed). However, after this, module.restore() could run and apply the old state again.
author Matthew Wild <mwild1@gmail.com>
date Sun, 24 May 2026 20:03:20 +0100
parents 7dcddb2a5108
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6467
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
1 ---
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
2 summary: View and manage flags on user accounts via shell/API
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
3 labels:
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
4 - 'Stage-Merged'
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
5 ...
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
6
6250
4ae051999194 mod_flags: Add short stub README with link to Prosody docs
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 View and manage flags on user accounts via shell/API.
4ae051999194 mod_flags: Add short stub README with link to Prosody docs
Kim Alvefur <zash@zash.se>
parents:
diff changeset
8 See [documentation for mod_flags at Prosody site][doc:modules:mod_flags]
4ae051999194 mod_flags: Add short stub README with link to Prosody docs
Kim Alvefur <zash@zash.se>
parents:
diff changeset
9
4ae051999194 mod_flags: Add short stub README with link to Prosody docs
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10 This module is included with Prosody 13.0.x and is provided here for users of Prosody 0.12.x