plugins/muc/muc.lib.lua
Thu, 22 Jul 2021 17:18:39 +0200 Kim Alvefur MUC: Fix logic for access to affiliation lists 0.11 0.11.10
Thu, 25 Mar 2021 13:18:23 +0100 Kim Alvefur MUC: Allow overriding occupant object from groupchat message event
Fri, 02 Oct 2020 16:12:47 +0200 JC Brand MUC: Reject probes from non-occupants
Sun, 19 Apr 2020 21:49:45 +0200 JC Brand MUC: Add support for presence probes (fixes #1535)
Tue, 15 Dec 2020 13:37:05 +0000 Matthew Wild Merge 0.11->trunk
Tue, 15 Dec 2020 13:36:08 +0000 Matthew Wild MUC: Fix logic bug causing unnecessary presence to be sent, fixes #1615 (thanks damencho) 0.11
Wed, 07 Oct 2020 13:36:24 +0200 Kim Alvefur Merge 0.11->trunk
Wed, 07 Oct 2020 13:33:02 +0200 Kim Alvefur MUC: Preserve disco 'node' attribute (or lack thereof) in response (fix #1595) (thanks lessthan3) 0.11
Wed, 22 Apr 2020 16:12:15 +0200 JC Brand mod_muc: let event handlers modify cloned presence
Wed, 22 Apr 2020 16:04:03 +0200 JC Brand Fixes #1533 Hats don't get sent out to own MUC user
Thu, 23 Apr 2020 13:52:19 +0100 Matthew Wild Merge 0.11->trunk
Thu, 23 Apr 2020 13:16:25 +0100 Matthew Wild MUC: Always include 'affiliation'/'role' attributes, defaulting to 'none' if nil 0.11
Sat, 11 Apr 2020 16:41:52 +0100 Matthew Wild MUC: Add new event 'muc-build-occupant-presence' for plugins to extend occupant presence
Thu, 12 Mar 2020 20:33:27 +0000 Matthew Wild Merge 0.11->trunk
Thu, 12 Mar 2020 20:32:07 +0000 Matthew Wild MUC: Persist affiliation_data in new MUC format! 0.11
Thu, 12 Mar 2020 20:32:07 +0000 Matthew Wild MUC: Persist affiliation_data in new MUC format!
Thu, 12 Mar 2020 16:10:44 +0000 Matthew Wild MUC: Switch to new storage format by default
Thu, 12 Mar 2020 16:01:31 +0000 Matthew Wild MUC: Support for broadcasting unavailable presence for affiliated offline users
Thu, 12 Mar 2020 14:35:34 +0000 Matthew Wild MUC: Pass previous role to :publicise_occupant_status() when destroying a MUC
Thu, 12 Mar 2020 14:10:12 +0000 Matthew Wild MUC: Pass previous role to :publicise_occupant_status() whenever possible
Mon, 24 Feb 2020 14:16:45 +0100 Maxime “pep” Buquet mod_muc: add muc-private-message event
Mon, 23 Dec 2019 22:28:04 +0100 Kim Alvefur MUC: Make note to handle configuration form errors [luacheck]
Mon, 23 Dec 2019 22:23:29 +0100 Kim Alvefur MUC: Remove some unused variables [luacheck]
Tue, 26 Nov 2019 00:09:51 +0100 Kim Alvefur MUC: Add missing reference to room (thanks buildbot) [luacheck]
Mon, 25 Nov 2019 23:52:45 +0100 Kim Alvefur MUC: Indicate that the room is the origin of various errors where 'from' is an occupant JID
Sat, 23 Nov 2019 23:12:01 +0100 Kim Alvefur Merge 0.11->trunk
Sat, 23 Nov 2019 01:05:28 +0100 Kim Alvefur MUC: Keep role across nickname change (fixes #1466) 0.11
Mon, 23 Sep 2019 19:13:14 +0200 Kim Alvefur MUC: Enforce strict resourceprep on nicknames (bye bye robot face)
Sun, 20 Oct 2019 21:58:16 +0200 Lance Stout MUC: Add controls for whose presence is broadcast (closes #1335)
Sun, 29 Sep 2019 20:48:58 +0200 Kim Alvefur Merge 0.11-trunk
Sun, 29 Sep 2019 20:48:00 +0200 Kim Alvefur MUC: Strip tags with MUC-related namespaces from private messages (fixes #1427) 0.11
Wed, 21 Aug 2019 00:36:42 +0200 Kim Alvefur Merge 0.11->trunk
Tue, 30 Jul 2019 08:01:22 +0200 Kim Alvefur MUC: Advertise XEP-0410 support 0.11
Wed, 19 Jun 2019 08:51:39 +0200 Kim Alvefur MUC: Reflow event tables to improve readability
Mon, 18 Mar 2019 09:50:23 +0000 Matthew Wild MUC: Update error message for consistency
Sun, 24 Feb 2019 16:30:11 +0100 Kim Alvefur MUC: Fire an event to allow affecting decision of whether to allow a role change
Sun, 24 Feb 2019 16:18:30 +0100 Kim Alvefur MUC: Factor out role change permission check into its own method
Mon, 04 Feb 2019 09:28:02 +0000 Matthew Wild Merge 0.11->trunk
Mon, 04 Feb 2019 09:27:43 +0000 Matthew Wild MUC: Add error message to error bounces when not joined to room 0.11
Sun, 06 Jan 2019 12:20:57 +0100 Kim Alvefur MUC: Rename import to avoid name clash [luacheck]
Sun, 06 Jan 2019 11:28:54 +0100 Jonas Wielicki MUC: add ID to message if no ID is present
Thu, 20 Dec 2018 14:49:50 +0100 Kim Alvefur Merge 0.11->trunk
Thu, 20 Dec 2018 14:45:22 +0100 Kim Alvefur MUC: Allow changing data attached to an only owner (fixes #1273) 0.11
Wed, 19 Dec 2018 23:14:30 +0000 Matthew Wild Merge 0.11->trunk
Wed, 19 Dec 2018 23:14:13 +0000 Matthew Wild MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272) 0.11
Tue, 27 Nov 2018 17:01:47 +0100 Kim Alvefur MUC: Move check for explicit room join earlier in room creation flow
Sun, 25 Nov 2018 13:31:40 +0100 Kim Alvefur Merge 0.11->trunk
Sun, 25 Nov 2018 13:04:37 +0100 Kim Alvefur MUC: Fix traceback on muc#admin query with missing <item> child (#1242) 0.11
Sat, 10 Nov 2018 15:50:32 +0100 Kim Alvefur MUC: Fix spelling in comments
Fri, 09 Nov 2018 18:49:45 +0100 Kim Alvefur MUC: Allow anyone read access to all affiliation lists in non-anonymous rooms (fixes #1230) 0.11
Fri, 09 Nov 2018 18:40:13 +0100 Kim Alvefur MUC: Clarify condition with parenthesis 0.11
Wed, 31 Oct 2018 13:13:05 +0000 Matthew Wild MUC: Announce affiliation changes for JIDs that are not in the room 0.11
Thu, 25 Oct 2018 14:17:32 +0100 Matthew Wild MUC: Remove debug log
Sun, 21 Oct 2018 16:18:10 +0100 Matthew Wild MUC: Add function to retrieve affiliation data for a given JID
Sun, 21 Oct 2018 16:17:55 +0100 Matthew Wild MUC: Include affiliation data when iterating over affiliations with a room
Sun, 21 Oct 2018 16:04:54 +0100 Matthew Wild MUC: Use the bare JID when performing a lookup for COMPAT with clients that don't set it (fixes #1224)
Sun, 07 Oct 2018 03:48:13 +0200 Kim Alvefur MUC: Respond to ping per XEP-0410: MUC Self-Ping server optimization (closes #1220)
Fri, 14 Sep 2018 18:06:12 +0100 Matthew Wild MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.)
Fri, 14 Sep 2018 12:05:47 +0100 Matthew Wild MUC: Include 'nick' attribute in affiliation lists (thanks jc)
Thu, 13 Sep 2018 15:11:08 +0100 Matthew Wild MUC: Fix to correctly return 'node' in disco#info responses (thanks jc)
less more (0) -300 -100 -60 tip