Mercurial > prosody-modules
annotate mod_flags/README.md @ 6514:668b1f0a4dc6
mod_c2s_limit_sessions: Fix check when it's the first connection
Creation of the sessions[username] entry happens after the
"pre-resource-bind" event, before the "resource-bind" event.
Thus, for a users first connection, it may not exist.
This led to an 'attempt to index a nil value' error, fixed here.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 08 Apr 2026 15:56:38 +0200 |
| 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 |
