plugins: Prefix module imports with prosody namespace
|
Kim Alvefur |
Fri, 24 Mar 2023 13:15:28 +0100 |
MUC: Allow kicking users with the same affiliation as the kicker (fixes #1724)
0.12
|
Matthew Wild |
Wed, 23 Mar 2022 13:38:55 +0000 |
MUC: Switch ID algorithm for IQ relay (fixes #1266, #1435)
|
Kim Alvefur |
Tue, 05 Oct 2021 18:15:06 +0200 |
MUC: Remove <{muc}x> tags in some errors
|
Kim Alvefur |
Wed, 08 Dec 2021 21:55:25 +0100 |
MUC: Remove remaining deprecated numeric error codes
|
Kim Alvefur |
Wed, 08 Dec 2021 21:02:14 +0100 |
MUC: Return a friendly textual error when trying to speak without voice
|
Kim Alvefur |
Wed, 08 Dec 2021 16:40:51 +0100 |
MUC: Allow modules a chance to act prior to room destruction
|
Kim Alvefur |
Sun, 05 Dec 2021 14:49:06 +0100 |
MUC: Actually set the new affiliation data if it was previously empty
|
Matthew Wild |
Tue, 16 Nov 2021 15:00:02 +0000 |
MUC: Include old affiliation data in affiliation change event
|
Matthew Wild |
Tue, 16 Nov 2021 12:57:23 +0000 |
MUC: Add room:set_affiliation_data()
|
Matthew Wild |
Tue, 16 Nov 2021 12:57:04 +0000 |
MUC: Set .previous_affiliation = "none" if nil, for consistency with .affiliation
|
Matthew Wild |
Tue, 16 Nov 2021 12:02:54 +0000 |
MUC: Fix incorrect variable name (thanks luacheck)
|
Matthew Wild |
Tue, 16 Nov 2021 11:54:32 +0000 |
MUC: Switch to event.allowed signaling to block event, matching muc-pre-set-role
|
Matthew Wild |
Tue, 16 Nov 2021 11:52:36 +0000 |
MUC: Add 'muc-pre-set-affiliation' event, allowing to block change or modify data
|
Matthew Wild |
Tue, 16 Nov 2021 11:41:08 +0000 |
MUC: Reject full JID in affiliation queries
|
Kim Alvefur |
Fri, 17 Sep 2021 16:28:07 +0200 |
Merge 0.11->trunk
|
Kim Alvefur |
Fri, 23 Jul 2021 17:13:06 +0200 |
MUC: Fix logic for access to affiliation lists
0.11 0.11.10
|
Kim Alvefur |
Thu, 22 Jul 2021 17:18:39 +0200 |
MUC: Allow overriding occupant object from groupchat message event
|
Kim Alvefur |
Thu, 25 Mar 2021 13:18:23 +0100 |
MUC: Reject probes from non-occupants
|
JC Brand |
Fri, 02 Oct 2020 16:12:47 +0200 |
MUC: Add support for presence probes (fixes #1535)
|
JC Brand |
Sun, 19 Apr 2020 21:49:45 +0200 |
Merge 0.11->trunk
|
Matthew Wild |
Tue, 15 Dec 2020 13:37:05 +0000 |
MUC: Fix logic bug causing unnecessary presence to be sent, fixes #1615 (thanks damencho)
0.11
|
Matthew Wild |
Tue, 15 Dec 2020 13:36:08 +0000 |
Merge 0.11->trunk
|
Kim Alvefur |
Wed, 07 Oct 2020 13:36:24 +0200 |
MUC: Preserve disco 'node' attribute (or lack thereof) in response (fix #1595) (thanks lessthan3)
0.11
|
Kim Alvefur |
Wed, 07 Oct 2020 13:33:02 +0200 |
mod_muc: let event handlers modify cloned presence
|
JC Brand |
Wed, 22 Apr 2020 16:12:15 +0200 |
Fixes #1533 Hats don't get sent out to own MUC user
|
JC Brand |
Wed, 22 Apr 2020 16:04:03 +0200 |
Merge 0.11->trunk
|
Matthew Wild |
Thu, 23 Apr 2020 13:52:19 +0100 |
MUC: Always include 'affiliation'/'role' attributes, defaulting to 'none' if nil
0.11
|
Matthew Wild |
Thu, 23 Apr 2020 13:16:25 +0100 |
MUC: Add new event 'muc-build-occupant-presence' for plugins to extend occupant presence
|
Matthew Wild |
Sat, 11 Apr 2020 16:41:52 +0100 |
Merge 0.11->trunk
|
Matthew Wild |
Thu, 12 Mar 2020 20:33:27 +0000 |
MUC: Persist affiliation_data in new MUC format!
0.11
|
Matthew Wild |
Thu, 12 Mar 2020 20:32:07 +0000 |
MUC: Persist affiliation_data in new MUC format!
|
Matthew Wild |
Thu, 12 Mar 2020 20:32:07 +0000 |
MUC: Switch to new storage format by default
|
Matthew Wild |
Thu, 12 Mar 2020 16:10:44 +0000 |
MUC: Support for broadcasting unavailable presence for affiliated offline users
|
Matthew Wild |
Thu, 12 Mar 2020 16:01:31 +0000 |
MUC: Pass previous role to :publicise_occupant_status() when destroying a MUC
|
Matthew Wild |
Thu, 12 Mar 2020 14:35:34 +0000 |
MUC: Pass previous role to :publicise_occupant_status() whenever possible
|
Matthew Wild |
Thu, 12 Mar 2020 14:10:12 +0000 |
mod_muc: add muc-private-message event
|
Maxime “pep” Buquet |
Mon, 24 Feb 2020 14:16:45 +0100 |
MUC: Make note to handle configuration form errors [luacheck]
|
Kim Alvefur |
Mon, 23 Dec 2019 22:28:04 +0100 |
MUC: Remove some unused variables [luacheck]
|
Kim Alvefur |
Mon, 23 Dec 2019 22:23:29 +0100 |
MUC: Add missing reference to room (thanks buildbot) [luacheck]
|
Kim Alvefur |
Tue, 26 Nov 2019 00:09:51 +0100 |
MUC: Indicate that the room is the origin of various errors where 'from' is an occupant JID
|
Kim Alvefur |
Mon, 25 Nov 2019 23:52:45 +0100 |
Merge 0.11->trunk
|
Kim Alvefur |
Sat, 23 Nov 2019 23:12:01 +0100 |
MUC: Keep role across nickname change (fixes #1466)
0.11
|
Kim Alvefur |
Sat, 23 Nov 2019 01:05:28 +0100 |
MUC: Enforce strict resourceprep on nicknames (bye bye robot face)
|
Kim Alvefur |
Mon, 23 Sep 2019 19:13:14 +0200 |
MUC: Add controls for whose presence is broadcast (closes #1335)
|
Lance Stout |
Sun, 20 Oct 2019 21:58:16 +0200 |
Merge 0.11-trunk
|
Kim Alvefur |
Sun, 29 Sep 2019 20:48:58 +0200 |
MUC: Strip tags with MUC-related namespaces from private messages (fixes #1427)
0.11
|
Kim Alvefur |
Sun, 29 Sep 2019 20:48:00 +0200 |
Merge 0.11->trunk
|
Kim Alvefur |
Wed, 21 Aug 2019 00:36:42 +0200 |
MUC: Advertise XEP-0410 support
0.11
|
Kim Alvefur |
Tue, 30 Jul 2019 08:01:22 +0200 |
MUC: Reflow event tables to improve readability
|
Kim Alvefur |
Wed, 19 Jun 2019 08:51:39 +0200 |
MUC: Update error message for consistency
|
Matthew Wild |
Mon, 18 Mar 2019 09:50:23 +0000 |
MUC: Fire an event to allow affecting decision of whether to allow a role change
|
Kim Alvefur |
Sun, 24 Feb 2019 16:30:11 +0100 |
MUC: Factor out role change permission check into its own method
|
Kim Alvefur |
Sun, 24 Feb 2019 16:18:30 +0100 |
Merge 0.11->trunk
|
Matthew Wild |
Mon, 04 Feb 2019 09:28:02 +0000 |
MUC: Add error message to error bounces when not joined to room
0.11
|
Matthew Wild |
Mon, 04 Feb 2019 09:27:43 +0000 |
MUC: Rename import to avoid name clash [luacheck]
|
Kim Alvefur |
Sun, 06 Jan 2019 12:20:57 +0100 |
MUC: add ID to message if no ID is present
|
Jonas Wielicki |
Sun, 06 Jan 2019 11:28:54 +0100 |
Merge 0.11->trunk
|
Kim Alvefur |
Thu, 20 Dec 2018 14:49:50 +0100 |
MUC: Allow changing data attached to an only owner (fixes #1273)
0.11
|
Kim Alvefur |
Thu, 20 Dec 2018 14:45:22 +0100 |
Merge 0.11->trunk
|
Matthew Wild |
Wed, 19 Dec 2018 23:14:30 +0000 |