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 |
MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272)
0.11
|
Matthew Wild |
Wed, 19 Dec 2018 23:14:13 +0000 |
MUC: Move check for explicit room join earlier in room creation flow
|
Kim Alvefur |
Tue, 27 Nov 2018 17:01:47 +0100 |
Merge 0.11->trunk
|
Kim Alvefur |
Sun, 25 Nov 2018 13:31:40 +0100 |
MUC: Fix traceback on muc#admin query with missing <item> child (#1242)
0.11
|
Kim Alvefur |
Sun, 25 Nov 2018 13:04:37 +0100 |
MUC: Fix spelling in comments
|
Kim Alvefur |
Sat, 10 Nov 2018 15:50:32 +0100 |
MUC: Allow anyone read access to all affiliation lists in non-anonymous rooms (fixes #1230)
0.11
|
Kim Alvefur |
Fri, 09 Nov 2018 18:49:45 +0100 |
MUC: Clarify condition with parenthesis
0.11
|
Kim Alvefur |
Fri, 09 Nov 2018 18:40:13 +0100 |
MUC: Announce affiliation changes for JIDs that are not in the room
0.11
|
Matthew Wild |
Wed, 31 Oct 2018 13:13:05 +0000 |
MUC: Remove debug log
|
Matthew Wild |
Thu, 25 Oct 2018 14:17:32 +0100 |
MUC: Add function to retrieve affiliation data for a given JID
|
Matthew Wild |
Sun, 21 Oct 2018 16:18:10 +0100 |
MUC: Include affiliation data when iterating over affiliations with a room
|
Matthew Wild |
Sun, 21 Oct 2018 16:17:55 +0100 |
MUC: Use the bare JID when performing a lookup for COMPAT with clients that don't set it (fixes #1224)
|
Matthew Wild |
Sun, 21 Oct 2018 16:04:54 +0100 |
MUC: Respond to ping per XEP-0410: MUC Self-Ping server optimization (closes #1220)
|
Kim Alvefur |
Sun, 07 Oct 2018 03:48:13 +0200 |
MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.)
|
Matthew Wild |
Fri, 14 Sep 2018 18:06:12 +0100 |
MUC: Include 'nick' attribute in affiliation lists (thanks jc)
|
Matthew Wild |
Fri, 14 Sep 2018 12:05:47 +0100 |
MUC: Fix to correctly return 'node' in disco#info responses (thanks jc)
|
Matthew Wild |
Thu, 13 Sep 2018 15:11:08 +0100 |
MUC: Initialize room with empty affiliation_data if none stored
|
Matthew Wild |
Tue, 04 Sep 2018 21:55:40 +0100 |
MUC: Allow vCard4 requests trough
|
Kim Alvefur |
Tue, 04 Sep 2018 18:00:43 +0200 |
MUC: Allow admins to include a registered nick when setting affiliation
|
Matthew Wild |
Tue, 04 Sep 2018 11:59:17 +0100 |
MUC: Add some comments for clarity
|
Matthew Wild |
Mon, 03 Sep 2018 12:19:42 +0100 |
MUC: Add support for separate events for disco#info queries with a 'node'
|
Matthew Wild |
Mon, 03 Sep 2018 12:19:20 +0100 |
MUC: Add support for storing additional data with MUC affiliations
|
Matthew Wild |
Mon, 03 Sep 2018 12:18:13 +0100 |
MUC: Direct PubSub queries to occupants to their real bare JID
|
Kim Alvefur |
Sat, 18 Aug 2018 14:06:23 +0200 |
MUC: Remove 307 status from error-kicks (fixes #939)
|
Matthew Wild |
Wed, 08 Aug 2018 08:12:36 +0100 |
mod_muc: Fix incorrect variable usage [luacheck]
|
Matthew Wild |
Wed, 08 Aug 2018 08:10:11 +0100 |
MUC: Suppress error text when participants are kicked due to error in semi-anon rooms (fixes #563)
|
Matthew Wild |
Tue, 07 Aug 2018 13:32:11 +0100 |
MUC: Split long lines [luacheck strict]
|
Kim Alvefur |
Fri, 03 Aug 2018 17:48:41 +0200 |
MUC: Fix another logic inversion ()
|
Matthew Wild |
Tue, 17 Jul 2018 20:37:56 +0100 |
MUC: Fix inverted logic ()
|
Matthew Wild |
Tue, 17 Jul 2018 19:32:36 +0100 |
Backed out changeset 0bf0ff3b0f91 (incorrect fix)
|
Matthew Wild |
Tue, 17 Jul 2018 18:49:32 +0100 |
MUC: Use JID from correct place when adding <body> to mediated invites (thanks Link Mauve/lovetox)
|
Matthew Wild |
Tue, 17 Jul 2018 18:15:15 +0100 |
MUC: Add 'actor' field in muc-config-submitted event
|
Matthew Wild |
Tue, 17 Jul 2018 11:54:02 +0100 |
MUC: Also prevent changing to an invisible nickname
|
Kim Alvefur |
Thu, 12 Jul 2018 02:18:46 +0200 |
MUC: Use nickname from occupant object
|
Kim Alvefur |
Thu, 12 Jul 2018 02:31:47 +0200 |
MUC: Fix stanza reference
|
Kim Alvefur |
Thu, 12 Jul 2018 02:15:22 +0200 |
MUC: Reject invisible nicknames (fixes #979)
|
Kim Alvefur |
Thu, 12 Jul 2018 02:14:16 +0200 |
MUC: Fix to send status code 100 *only* to the joining (fixes #680)
|
Kim Alvefur |
Thu, 12 Jul 2018 01:50:06 +0200 |
MUC: Simplify creation of <{muc}x> for room creation
|
Kim Alvefur |
Thu, 12 Jul 2018 01:23:19 +0200 |
MUC: Remove <item> from room destruction announcement, it's added later somwehere
|
Kim Alvefur |
Wed, 11 Jul 2018 11:48:56 +0200 |
MUC: Include destruction reason and other info in destroyed event
|
Kim Alvefur |
Wed, 11 Jul 2018 02:29:01 +0200 |
MUC: Flag rooms being destroyed (fixes #887)
|
Kim Alvefur |
Tue, 10 Jul 2018 21:10:12 +0200 |
MUC: Bring handling of presence errors to the room more in line with unavailable presence
|
Matthew Wild |
Mon, 09 Jul 2018 17:46:23 +0100 |
MUC: Return new occupant object from :save_occupant(), which can include useful info
|
Matthew Wild |
Mon, 09 Jul 2018 17:41:57 +0100 |
MUC: Avoid sending error for unavailable presence in GC 1.0 check
|
Kim Alvefur |
Tue, 26 Jun 2018 16:27:07 +0200 |
MUC: Normalize role value, fixes removal on loss of membership (thanks mimi89999)
|
Kim Alvefur |
Mon, 18 Jun 2018 04:25:01 +0200 |
MUC: Remove support for GC 1.0 for joining
|
Kim Alvefur |
Fri, 09 Mar 2018 19:03:50 +0100 |
MUC: Remove support for GC 1.0 during room creation
|
Kim Alvefur |
Fri, 09 Mar 2018 19:02:10 +0100 |
MUC: Move extraction of <{muc}x> earlier, to be used later to differentiate between join and presence update
|
Kim Alvefur |
Fri, 09 Mar 2018 18:23:03 +0100 |
MUC: Ignore unused 'self' [luacheck]
|
Kim Alvefur |
Fri, 08 Jun 2018 17:15:27 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Fri, 08 Jun 2018 16:15:32 +0200 |
Backed out changeset b8c3dbf76a2e (fixes #1162)
|
Kim Alvefur |
Fri, 08 Jun 2018 16:02:57 +0200 |
MUC: Move voice request into its own lib
|
Kim Alvefur |
Sat, 02 Jun 2018 20:15:32 +0200 |
MUC: Correctly use a multiple options field for requested role (thanks jonasw)
|
Kim Alvefur |
Sat, 02 Jun 2018 16:10:00 +0200 |
MUC: Add some debug logging for voice requests
|
Kim Alvefur |
Fri, 01 Jun 2018 09:56:22 +0200 |
MUC: Use util.jid.resource
|
Kim Alvefur |
Fri, 01 Jun 2018 09:16:24 +0200 |
MUC: Reuse the same dataform for voice requests
|
Kim Alvefur |
Fri, 20 Oct 2017 05:45:40 +0200 |
MUC: Ignore unused argumens [luacheck]
|
Kim Alvefur |
Fri, 20 Oct 2017 05:45:03 +0200 |
MUC: Support MUC voice requests and approvals in moderated rooms (closes #655) (thanks to Lance Stout)
|
Kim Alvefur |
Fri, 20 Oct 2017 05:19:25 +0200 |
Merge 0.10->trunk
|
Matthew Wild |
Wed, 30 May 2018 21:40:00 +0100 |
MUC: Revert unstable MUC commits since 0.10.1
|
Matthew Wild |
Wed, 30 May 2018 21:33:53 +0100 |
MUC: Handle setting default history messages when history length is unset (thanks tmolitor)
|
Kim Alvefur |
Tue, 29 May 2018 22:33:22 +0200 |
MUC: ensure that x/item/@jid is always a bare JID
|
Jonas Wielicki |
Thu, 17 May 2018 17:12:07 +0200 |
MUC: correctly emit <status/> tags
|
Jonas Wielicki |
Thu, 17 May 2018 17:11:42 +0200 |
MUC: reject non-bare JIDs in set_affiliation requests with not-acceptable
|
Jonas Wielicki |
Thu, 17 May 2018 17:11:25 +0200 |
MUC: fix set_role invocation
|
Jonas Wielicki |
Thu, 17 May 2018 17:11:00 +0200 |
Merge 0.10 -> trunk
|
Matthew Wild |
Wed, 16 May 2018 23:59:30 +0100 |
MUC: Restore status codes on presence sent to occupant when their affiliation changes (thanks jonasw)
|
Matthew Wild |
Wed, 16 May 2018 23:57:30 +0100 |
Merge 0.10 -> trunk
|
Matthew Wild |
Wed, 16 May 2018 23:50:08 +0100 |
MUC: Allow the number of messages sent by default to be configured (fixes #397)
|
Matthew Wild |
Wed, 16 May 2018 12:17:06 +0100 |
MUC: Import revised, more comprehensive patch for 8da11142fabf (#345)
|
Matthew Wild |
Wed, 16 May 2018 12:14:21 +0100 |
muc: Allow clients to change multiple affiliations or roles at once (#345)
|
Lennart Sauerbeck |
Sat, 18 Mar 2017 18:47:28 +0100 |
MUC: Move something into empty if branch
|
Kim Alvefur |
Fri, 09 Mar 2018 18:22:38 +0100 |
Fix spelling throughout the codebase [codespell]
|
Kim Alvefur |
Sun, 04 Feb 2018 01:51:25 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Sat, 10 Mar 2018 20:52:14 +0100 |
Merge 0.9->0.10
|
Kim Alvefur |
Sat, 10 Mar 2018 20:49:52 +0100 |
MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)
|
Jonas Wielicki |
Thu, 08 Mar 2018 17:36:36 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Fri, 09 Mar 2018 22:17:59 +0100 |
MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)
|
Jonas Wielicki |
Thu, 08 Mar 2018 17:36:36 +0100 |
MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)
|
Jonas Wielicki |
Thu, 08 Mar 2018 17:35:56 +0100 |
MUC: Emit 333 status code on presence as per XEP-0045 1.30 (fixes #1087)
|
Jonas Wielicki |
Fri, 23 Feb 2018 14:07:16 +0100 |
MUC: Treat missing type and type=normal the same
|
Kim Alvefur |
Fri, 20 Oct 2017 05:18:58 +0200 |
MUC: Prevent traceback in case of no history items to serialize (fixes #1083)
|
Kim Alvefur |
Thu, 15 Feb 2018 02:54:52 +0100 |
MUC: Hook the correct event
|
Kim Alvefur |
Sat, 23 Dec 2017 06:17:11 +0100 |
MUC: Check delay tags when they are received instead of when they are sent
|
Kim Alvefur |
Thu, 21 Dec 2017 13:48:21 +0100 |
MUC: Move delayed delivery check into an event handler
|
Kim Alvefur |
Thu, 21 Dec 2017 13:38:59 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Fri, 22 Dec 2017 01:02:05 +0100 |
Merge 0.9->0.10
|
Kim Alvefur |
Sun, 10 Dec 2017 22:23:32 +0100 |
MUC: Rename variable to make it clearer that it is the room JID and not the MUC host
0.9.13
|
Kim Alvefur |
Sun, 10 Dec 2017 17:52:47 +0100 |
MUC: Ensure that <delay/> elements which match our from are stripped (fixes #1055)
|
Jonas Wielicki |
Sat, 09 Dec 2017 17:57:14 +0100 |
MUC: fix the @from on <delay/> in history replay (fixes #1054)
|
Jonas Wielicki |
Sat, 09 Dec 2017 17:36:47 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Sat, 09 Dec 2017 15:40:37 +0100 |
Merge 0.9->0.10
|
Kim Alvefur |
Sat, 09 Dec 2017 15:37:10 +0100 |
MUC: Always send subject message, even if it is empty (fixes #1053)
|
Kim Alvefur |
Sat, 09 Dec 2017 14:39:48 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Mon, 28 Aug 2017 21:05:12 +0200 |
MUC: Use variable that actually exists (thanks Martin)
|
Kim Alvefur |
Sun, 06 Aug 2017 13:27:47 +0200 |
MUC: Reject whitespace-only nicknames (fixes #337)
|
Kim Alvefur |
Fri, 21 Jul 2017 00:07:34 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Thu, 06 Jul 2017 11:24:36 +0200 |
MUC: Add some comments attempting to explain what presence and <x> tag goes where
|
Kim Alvefur |
Thu, 06 Jul 2017 10:40:00 +0200 |
MUC: Include status code 110 on affiliation changes (see #765)
|
Kim Alvefur |
Thu, 06 Jul 2017 10:36:22 +0200 |
MUC: Include status code 110 on role change notifications (fixes #765))
|
Kim Alvefur |
Thu, 06 Jul 2017 10:33:16 +0200 |
Backed out changeset a6574fdf8734, violates XEP-0045
|
Kim Alvefur |
Mon, 03 Jul 2017 17:32:13 +0200 |
MUC: Only send status code 307 to the user being kicked, not everyone (fixes #939)
|
Kim Alvefur |
Mon, 26 Jun 2017 01:03:51 +0200 |
MUC: Log when denying entry to locked room
|
Kim Alvefur |
Wed, 22 Mar 2017 14:13:28 +0100 |
MUC: Split long line [luacheck]
|
Kim Alvefur |
Mon, 06 Mar 2017 15:35:02 +0100 |
MUC: Include the appropriate status code if nickname is changed during join process
|
Kim Alvefur |
Wed, 26 Oct 2016 13:10:22 +0200 |
mod_muc/muc.lib: Allow passing different <x> elements to be passed to :publicise_occupant_status()
|
Kim Alvefur |
Wed, 26 Oct 2016 13:06:08 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Fri, 07 Oct 2016 16:52:18 +0200 |
MUC: Return 'true' from room:destroy() so that use from the telnet console says 'OK'
|
Kim Alvefur |
Sat, 01 Oct 2016 21:51:07 +0200 |
MUC: Remove "server changed your nickname" status code, it gets into the wrong places
|
Kim Alvefur |
Sat, 01 Oct 2016 23:20:58 +0200 |
MUC: Fix logic of nickname override detection (thanks mimi89999)
|
Kim Alvefur |
Sat, 01 Oct 2016 22:11:34 +0200 |
MUC: Insert the appropriate status code (210) if the nickname is overridden
|
Kim Alvefur |
Thu, 29 Sep 2016 22:04:59 +0200 |
MUC: Fix conflict when restoring room where the same bare JID has joined as multiple participants
|
Kim Alvefur |
Sun, 11 Sep 2016 14:54:16 +0200 |
MUC: Fix compatibility with new and old storage format
|
Kim Alvefur |
Wed, 24 Aug 2016 00:34:46 +0200 |
MUC: Hide new MUC room storage format behind an off-by-default option
|
Kim Alvefur |
Sat, 09 Jul 2016 22:33:04 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Sat, 28 May 2016 12:51:12 +0200 |
MUC: Allow members (or above) in members-only non-anonymous rooms to see the member list (fixes #445)
|
Kim Alvefur |
Sat, 28 May 2016 12:37:51 +0200 |
MUC: Send participant list and subject on explicit joins (thanks daurnimator)
|
Kim Alvefur |
Sun, 15 May 2016 16:55:19 +0200 |
Backed out changeset 63141a85beea, broke multi-session nicks
|
Kim Alvefur |
Sat, 14 May 2016 22:36:37 +0200 |
MUC: Treat explicit join presence as join
|
Kim Alvefur |
Sat, 07 May 2016 17:22:58 +0200 |
MUC: Move status text out of <x> element (thanks Tobias)
|
Kim Alvefur |
Wed, 04 May 2016 12:14:15 +0200 |
MUC: Restore last message from state, not room config (missing change from cbb05b454c13)
|
Kim Alvefur |
Sat, 30 Apr 2016 17:25:06 +0200 |
MUC: Separate config from live state
|
Kim Alvefur |
Fri, 29 Apr 2016 17:04:05 +0200 |
MUC: Separate force-save parameter from save-entire-state flag
|
Kim Alvefur |
Fri, 29 Apr 2016 16:54:45 +0200 |
MUC: Stricter validation of deserialized data
|
Kim Alvefur |
Fri, 29 Apr 2016 14:01:01 +0200 |
MUC: Include the very last message in serialized form to keep it across eviction and restore
|
Kim Alvefur |
Thu, 28 Apr 2016 23:34:19 +0200 |
MUC: Add event for when room is done being created
|
Kim Alvefur |
Thu, 28 Apr 2016 22:57:53 +0200 |
MUC: Split out handling of the room-creating presence into its own method
|
Kim Alvefur |
Thu, 28 Apr 2016 22:57:02 +0200 |
MUC: Split out handling of normal (un)available presence into its own method
|
Kim Alvefur |
Thu, 28 Apr 2016 22:53:22 +0200 |
MUC: Log cases of possible room resynchronisation
|
Kim Alvefur |
Thu, 28 Apr 2016 22:03:00 +0200 |
MUC: Be more careful with deserialization of rooms, fix case where a bare jid has joined as multiple participants
|
Kim Alvefur |
Wed, 27 Apr 2016 18:55:49 +0200 |
MUC: Don't force-save rooms where not needed
|
Kim Alvefur |
Wed, 20 Apr 2016 12:29:31 +0200 |
MUC: Fix logic for when to broadcast unavailable presence (actual fix for 14170d161b39)
|
Kim Alvefur |
Tue, 19 Apr 2016 18:46:07 +0200 |
MUC: Return item-not-found as error when attempting to change role of non-existant occupant
|
Kim Alvefur |
Tue, 19 Apr 2016 18:43:15 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Tue, 19 Apr 2016 17:32:22 +0200 |
Merge 0.9->0.10
|
Kim Alvefur |
Tue, 19 Apr 2016 17:30:30 +0200 |
MUC: Accept missing form as "instant room" request (fixes #377)
|
Kim Alvefur |
Tue, 19 Apr 2016 17:20:39 +0200 |
MUC: Add support for serializing live rooms, including occupants and their presence
|
Kim Alvefur |
Mon, 18 Apr 2016 19:30:15 +0200 |
MUC: Flatten format of serialized rooms
|
Kim Alvefur |
Mon, 18 Apr 2016 19:29:23 +0200 |
MUC: Move room deserialization to muc.lib
|
Kim Alvefur |
Mon, 18 Apr 2016 19:26:26 +0200 |
MUC: Wrap "support" for the groupchat 1.0 join protocol in a config option to allow disabling
|
Kim Alvefur |
Mon, 18 Apr 2016 19:20:51 +0200 |
MUC: Save yourself! (fixes reference to current room)
|
Kim Alvefur |
Mon, 18 Apr 2016 19:08:31 +0200 |
MUC: Assign occupants unavailable presence on room destruction, fixes destruction notification
|
Kim Alvefur |
Mon, 18 Apr 2016 16:51:09 +0200 |
MUC: Use config passed to rew_roow()
|
Kim Alvefur |
Mon, 18 Apr 2016 14:54:01 +0200 |
MUC: Move 'preserialization' step to muc.lib
|
Kim Alvefur |
Sun, 17 Apr 2016 22:09:44 +0200 |
MUC: Save room to storage once after form processing, not in each individual setter
|
Kim Alvefur |
Fri, 15 Apr 2016 11:50:55 +0200 |
MUC: Provide a noop stub room:save() method
|
Kim Alvefur |
Thu, 14 Apr 2016 21:23:09 +0200 |
MUC: Include originating session and stanza in events
|
Kim Alvefur |
Fri, 08 Apr 2016 17:54:46 +0200 |
MUC: Spread event tables over multiple lines
|
Kim Alvefur |
Fri, 08 Apr 2016 17:53:49 +0200 |
MUC: Use already initialized logger
|
Kim Alvefur |
Fri, 11 Mar 2016 20:35:26 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Wed, 03 Feb 2016 02:13:03 +0100 |
MUC: Fire a muc-disco#info event like in trunk so modules can extend the reply
|
Kim Alvefur |
Wed, 03 Feb 2016 02:07:03 +0100 |
MUC: Separate form data from form in disco#info event
|
Kim Alvefur |
Wed, 03 Feb 2016 02:05:49 +0100 |
MUC: Add luacheck annotations, remove unused vars, rename conflicting vars etc
|
Kim Alvefur |
Wed, 20 Jan 2016 15:04:42 +0100 |
Merge 0.10->trunk
|
Matthew Wild |
Wed, 16 Dec 2015 16:47:34 +0000 |
Merge 0.9->0.10
|
Matthew Wild |
Wed, 16 Dec 2015 16:45:57 +0000 |
MUC: Fix incorrect nesting of status codes when room config changes (fixes #579)
|
Matthew Wild |
Wed, 16 Dec 2015 16:41:48 +0000 |
MUC: Fire per-field events for the config form, including those with value == nil (no <value/> element in form)
|
Matthew Wild |
Fri, 11 Dec 2015 15:27:01 +0000 |
Merge 0.10->trunk
|
Matthew Wild |
Thu, 10 Dec 2015 18:58:30 +0000 |
MUC: Fix previous commit
|
Kim Alvefur |
Wed, 09 Dec 2015 16:33:43 +0100 |
MUC: Process only options that are included in a form (Fixes #521)
|
Kim Alvefur |
Tue, 08 Dec 2015 20:19:30 +0100 |
Merge 0.10->trunk
|
Matthew Wild |
Tue, 17 Nov 2015 17:12:45 +0000 |
Merge 0.9->0.10
|
Matthew Wild |
Tue, 17 Nov 2015 17:04:04 +0000 |
muc.lib: Fix pattern so that it doesn't match hashes containing null bytes, causing dropped stanzas (thanks Jitsi folk!)
|
Matthew Wild |
Tue, 17 Nov 2015 17:01:25 +0000 |
MUC: Reject muc:admin query with missing <item> child
|
Kim Alvefur |
Sun, 18 Oct 2015 14:00:15 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Thu, 17 Sep 2015 22:15:26 +0200 |
MUC: Break a very long line
|
Kim Alvefur |
Sat, 12 Sep 2015 18:52:39 +0200 |
MUC: Prevent double replies when MUC affiliation/role change requests fail.
|
Lance Stout |
Thu, 17 Sep 2015 13:02:09 -0700 |
MUC: Fix traceback in request for MUC affiliation lists by non-affiliated (thanks Lance)
|
Kim Alvefur |
Tue, 15 Sep 2015 19:39:57 +0200 |
plugins/muc/muc.lib: Fix issue #505 where unavailable presences were never used
|
daurnimator |
Mon, 24 Aug 2015 13:16:49 +1000 |
MUC: Fix logic error
|
Kim Alvefur |
Mon, 17 Aug 2015 01:58:53 +0200 |
plugins/muc: Move loading of optional muc libraries from muc.lib.lua to mod_muc
|
daurnimator |
Mon, 27 Jul 2015 18:34:51 +1000 |
plugins/muc/muc.lib: Allow muc-broadcast-presence event listeners to modify nick, actor, reason
|
daurnimator |
Fri, 14 Nov 2014 17:37:47 -0500 |
plugins/muc/muc.lib: Don't expose actor jids to users when anonymous
|
daurnimator |
Tue, 11 Nov 2014 13:08:34 -0500 |
plugins/muc/muc.lib: Add :each_affiliation() iterator
|
daurnimator |
Wed, 15 Oct 2014 17:08:19 -0400 |
plugins/muc/muc.lib: Kick users from outcast hosts
|
daurnimator |
Wed, 15 Oct 2014 16:56:42 -0400 |
plugins/muc/muc.lib: Fix passing actor along as a boolean (thanks fippo)
|
daurnimator |
Wed, 15 Oct 2014 14:28:16 -0400 |
plugins/muc/muc.lib: Fire muc-occupant-left from other places an occupant may leave the room
|
daurnimator |
Fri, 26 Sep 2014 17:44:14 -0400 |
plugins/muc/muc.lib: Validate affiliations and roles to admin query get
|
daurnimator |
Fri, 26 Sep 2014 17:43:00 -0400 |
plugins/muc/muc.lib: Add missing :up()
|
daurnimator |
Fri, 26 Sep 2014 17:34:02 -0400 |
plugins/muc/muc.lib: Use occupants iterator instead of assuming pairs
|
daurnimator |
Fri, 26 Sep 2014 17:33:38 -0400 |