plugins/muc/muc.lib.lua
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)
Tue, 04 Sep 2018 21:55:40 +0100 Matthew Wild MUC: Initialize room with empty affiliation_data if none stored
Tue, 04 Sep 2018 18:00:43 +0200 Kim Alvefur MUC: Allow vCard4 requests trough
Tue, 04 Sep 2018 11:59:17 +0100 Matthew Wild MUC: Allow admins to include a registered nick when setting affiliation
Mon, 03 Sep 2018 12:19:42 +0100 Matthew Wild MUC: Add some comments for clarity
Mon, 03 Sep 2018 12:19:20 +0100 Matthew Wild MUC: Add support for separate events for disco#info queries with a 'node'
Mon, 03 Sep 2018 12:18:13 +0100 Matthew Wild MUC: Add support for storing additional data with MUC affiliations
Sat, 18 Aug 2018 14:06:23 +0200 Kim Alvefur MUC: Direct PubSub queries to occupants to their real bare JID
Wed, 08 Aug 2018 08:12:36 +0100 Matthew Wild MUC: Remove 307 status from error-kicks (fixes #939)
Wed, 08 Aug 2018 08:10:11 +0100 Matthew Wild mod_muc: Fix incorrect variable usage [luacheck]
Tue, 07 Aug 2018 13:32:11 +0100 Matthew Wild MUC: Suppress error text when participants are kicked due to error in semi-anon rooms (fixes #563)
Fri, 03 Aug 2018 17:48:41 +0200 Kim Alvefur MUC: Split long lines [luacheck strict]
Tue, 17 Jul 2018 20:37:56 +0100 Matthew Wild MUC: Fix another logic inversion ()
Tue, 17 Jul 2018 19:32:36 +0100 Matthew Wild MUC: Fix inverted logic ()
Tue, 17 Jul 2018 18:49:32 +0100 Matthew Wild Backed out changeset 0bf0ff3b0f91 (incorrect fix)
Tue, 17 Jul 2018 18:15:15 +0100 Matthew Wild MUC: Use JID from correct place when adding <body> to mediated invites (thanks Link Mauve/lovetox)
Tue, 17 Jul 2018 11:54:02 +0100 Matthew Wild MUC: Add 'actor' field in muc-config-submitted event
Thu, 12 Jul 2018 02:18:46 +0200 Kim Alvefur MUC: Also prevent changing to an invisible nickname
Thu, 12 Jul 2018 02:31:47 +0200 Kim Alvefur MUC: Use nickname from occupant object
Thu, 12 Jul 2018 02:15:22 +0200 Kim Alvefur MUC: Fix stanza reference
Thu, 12 Jul 2018 02:14:16 +0200 Kim Alvefur MUC: Reject invisible nicknames (fixes #979)
Thu, 12 Jul 2018 01:50:06 +0200 Kim Alvefur MUC: Fix to send status code 100 *only* to the joining (fixes #680)
Thu, 12 Jul 2018 01:23:19 +0200 Kim Alvefur MUC: Simplify creation of <{muc}x> for room creation
Wed, 11 Jul 2018 11:48:56 +0200 Kim Alvefur MUC: Remove <item> from room destruction announcement, it's added later somwehere
Wed, 11 Jul 2018 02:29:01 +0200 Kim Alvefur MUC: Include destruction reason and other info in destroyed event
Tue, 10 Jul 2018 21:10:12 +0200 Kim Alvefur MUC: Flag rooms being destroyed (fixes #887)
Mon, 09 Jul 2018 17:46:23 +0100 Matthew Wild MUC: Bring handling of presence errors to the room more in line with unavailable presence
Mon, 09 Jul 2018 17:41:57 +0100 Matthew Wild MUC: Return new occupant object from :save_occupant(), which can include useful info
Tue, 26 Jun 2018 16:27:07 +0200 Kim Alvefur MUC: Avoid sending error for unavailable presence in GC 1.0 check
Mon, 18 Jun 2018 04:25:01 +0200 Kim Alvefur MUC: Normalize role value, fixes removal on loss of membership (thanks mimi89999)
Fri, 09 Mar 2018 19:03:50 +0100 Kim Alvefur MUC: Remove support for GC 1.0 for joining
Fri, 09 Mar 2018 19:02:10 +0100 Kim Alvefur MUC: Remove support for GC 1.0 during room creation
Fri, 09 Mar 2018 18:23:03 +0100 Kim Alvefur MUC: Move extraction of <{muc}x> earlier, to be used later to differentiate between join and presence update
Fri, 08 Jun 2018 17:15:27 +0200 Kim Alvefur MUC: Ignore unused 'self' [luacheck]
Fri, 08 Jun 2018 16:15:32 +0200 Kim Alvefur Merge 0.10->trunk
Fri, 08 Jun 2018 16:02:57 +0200 Kim Alvefur Backed out changeset b8c3dbf76a2e (fixes #1162)
Sat, 02 Jun 2018 20:15:32 +0200 Kim Alvefur MUC: Move voice request into its own lib
Sat, 02 Jun 2018 16:10:00 +0200 Kim Alvefur MUC: Correctly use a multiple options field for requested role (thanks jonasw)
Fri, 01 Jun 2018 09:56:22 +0200 Kim Alvefur MUC: Add some debug logging for voice requests
Fri, 01 Jun 2018 09:16:24 +0200 Kim Alvefur MUC: Use util.jid.resource
Fri, 20 Oct 2017 05:45:40 +0200 Kim Alvefur MUC: Reuse the same dataform for voice requests
Fri, 20 Oct 2017 05:45:03 +0200 Kim Alvefur MUC: Ignore unused argumens [luacheck]
Fri, 20 Oct 2017 05:19:25 +0200 Kim Alvefur MUC: Support MUC voice requests and approvals in moderated rooms (closes #655) (thanks to Lance Stout)
Wed, 30 May 2018 21:40:00 +0100 Matthew Wild Merge 0.10->trunk
Wed, 30 May 2018 21:33:53 +0100 Matthew Wild MUC: Revert unstable MUC commits since 0.10.1
Tue, 29 May 2018 22:33:22 +0200 Kim Alvefur MUC: Handle setting default history messages when history length is unset (thanks tmolitor)
Thu, 17 May 2018 17:12:07 +0200 Jonas Wielicki MUC: ensure that x/item/@jid is always a bare JID
Thu, 17 May 2018 17:11:42 +0200 Jonas Wielicki MUC: correctly emit <status/> tags
Thu, 17 May 2018 17:11:25 +0200 Jonas Wielicki MUC: reject non-bare JIDs in set_affiliation requests with not-acceptable
Thu, 17 May 2018 17:11:00 +0200 Jonas Wielicki MUC: fix set_role invocation
Wed, 16 May 2018 23:59:30 +0100 Matthew Wild Merge 0.10 -> trunk
Wed, 16 May 2018 23:57:30 +0100 Matthew Wild MUC: Restore status codes on presence sent to occupant when their affiliation changes (thanks jonasw)
Wed, 16 May 2018 23:50:08 +0100 Matthew Wild Merge 0.10 -> trunk
less more (0) -300 -100 -60 tip