Mercurial > prosody-modules
annotate mod_flags/README.md @ 6519:01d8bfbfc435
mod_pubsub_serverinfo: Fix check for local domain
The module was checking whether a host exists, but this may be misleading if
our host is loaded before the host that is being checked.
This change makes it check the config. This will provide a false positive in
the rare case that the host is defined but not activated/enabled. But we don't
have an API currently for "is this host configured and enabled?"
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 21 Apr 2026 19:54:19 +0100 |
| parents | 7dcddb2a5108 |
| children |
| rev | line source |
|---|---|
| 6467 | 1 --- |
| 2 summary: View and manage flags on user accounts via shell/API | |
| 3 labels: | |
| 4 - 'Stage-Merged' | |
| 5 ... | |
| 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 |
