log plugins/muc/muc.lib.lua @ 14229:ce31fdde0ad1 default tip

age author description
Thu, 26 Jun 2025 14:39:45 +0100 Matthew Wild MUC: Record timestamps and actors of affiliation changes
Mon, 11 Nov 2024 12:52:54 +0000 Matthew Wild MUC: Support for filtering presence broadcasts with per-session filters
Fri, 15 Nov 2024 14:37:10 +0000 Matthew Wild Merge 0.12->trunk
Fri, 15 Nov 2024 14:36:41 +0000 Matthew Wild MUC: optimizations for broadcast of visitor presence (thanks Jitsi team) 0.12
Sun, 08 Aug 2021 18:07:17 +0200 Kim Alvefur MUC: Record reason for affiliation changes and return in list (fixes #1227)
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Wed, 23 Mar 2022 13:38:55 +0000 Matthew Wild MUC: Allow kicking users with the same affiliation as the kicker (fixes #1724) 0.12
Tue, 05 Oct 2021 18:15:06 +0200 Kim Alvefur MUC: Switch ID algorithm for IQ relay (fixes #1266, #1435)
Wed, 08 Dec 2021 21:55:25 +0100 Kim Alvefur MUC: Remove <{muc}x> tags in some errors
Wed, 08 Dec 2021 21:02:14 +0100 Kim Alvefur MUC: Remove remaining deprecated numeric error codes
Wed, 08 Dec 2021 16:40:51 +0100 Kim Alvefur MUC: Return a friendly textual error when trying to speak without voice
Sun, 05 Dec 2021 14:49:06 +0100 Kim Alvefur MUC: Allow modules a chance to act prior to room destruction
Tue, 16 Nov 2021 15:00:02 +0000 Matthew Wild MUC: Actually set the new affiliation data if it was previously empty
Tue, 16 Nov 2021 12:57:23 +0000 Matthew Wild MUC: Include old affiliation data in affiliation change event
Tue, 16 Nov 2021 12:57:04 +0000 Matthew Wild MUC: Add room:set_affiliation_data()
Tue, 16 Nov 2021 12:02:54 +0000 Matthew Wild MUC: Set .previous_affiliation = "none" if nil, for consistency with .affiliation
Tue, 16 Nov 2021 11:54:32 +0000 Matthew Wild MUC: Fix incorrect variable name (thanks luacheck)
Tue, 16 Nov 2021 11:52:36 +0000 Matthew Wild MUC: Switch to event.allowed signaling to block event, matching muc-pre-set-role
Tue, 16 Nov 2021 11:41:08 +0000 Matthew Wild MUC: Add 'muc-pre-set-affiliation' event, allowing to block change or modify data
Fri, 17 Sep 2021 16:28:07 +0200 Kim Alvefur MUC: Reject full JID in affiliation queries
Fri, 23 Jul 2021 17:13:06 +0200 Kim Alvefur Merge 0.11->trunk
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)
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
Wed, 16 May 2018 12:17:06 +0100 Matthew Wild MUC: Allow the number of messages sent by default to be configured (fixes #397)
Wed, 16 May 2018 12:14:21 +0100 Matthew Wild MUC: Import revised, more comprehensive patch for 8da11142fabf (#345)
Sat, 18 Mar 2017 18:47:28 +0100 Lennart Sauerbeck muc: Allow clients to change multiple affiliations or roles at once (#345)
Fri, 09 Mar 2018 18:22:38 +0100 Kim Alvefur MUC: Move something into empty if branch
Sun, 04 Feb 2018 01:51:25 +0100 Kim Alvefur Fix spelling throughout the codebase [codespell]
Sat, 10 Mar 2018 20:52:14 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 10 Mar 2018 20:49:52 +0100 Kim Alvefur Merge 0.9->0.10
Thu, 08 Mar 2018 17:36:36 +0100 Jonas Wielicki MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)
Fri, 09 Mar 2018 22:17:59 +0100 Kim Alvefur Merge 0.10->trunk
Thu, 08 Mar 2018 17:36:36 +0100 Jonas Wielicki MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)
Thu, 08 Mar 2018 17:35:56 +0100 Jonas Wielicki MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)
Fri, 23 Feb 2018 14:07:16 +0100 Jonas Wielicki MUC: Emit 333 status code on presence as per XEP-0045 1.30 (fixes #1087)
Fri, 20 Oct 2017 05:18:58 +0200 Kim Alvefur MUC: Treat missing type and type=normal the same
Thu, 15 Feb 2018 02:54:52 +0100 Kim Alvefur MUC: Prevent traceback in case of no history items to serialize (fixes #1083)
Sat, 23 Dec 2017 06:17:11 +0100 Kim Alvefur MUC: Hook the correct event
Thu, 21 Dec 2017 13:48:21 +0100 Kim Alvefur MUC: Check delay tags when they are received instead of when they are sent
Thu, 21 Dec 2017 13:38:59 +0100 Kim Alvefur MUC: Move delayed delivery check into an event handler
Fri, 22 Dec 2017 01:02:05 +0100 Kim Alvefur Merge 0.10->trunk
Sun, 10 Dec 2017 22:23:32 +0100 Kim Alvefur Merge 0.9->0.10
Sun, 10 Dec 2017 17:52:47 +0100 Kim Alvefur MUC: Rename variable to make it clearer that it is the room JID and not the MUC host 0.9.13
Sat, 09 Dec 2017 17:57:14 +0100 Jonas Wielicki MUC: Ensure that <delay/> elements which match our from are stripped (fixes #1055)
Sat, 09 Dec 2017 17:36:47 +0100 Jonas Wielicki MUC: fix the @from on <delay/> in history replay (fixes #1054)
Sat, 09 Dec 2017 15:40:37 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 09 Dec 2017 15:37:10 +0100 Kim Alvefur Merge 0.9->0.10
Sat, 09 Dec 2017 14:39:48 +0100 Kim Alvefur MUC: Always send subject message, even if it is empty (fixes #1053)
Mon, 28 Aug 2017 21:05:12 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 06 Aug 2017 13:27:47 +0200 Kim Alvefur MUC: Use variable that actually exists (thanks Martin)
Fri, 21 Jul 2017 00:07:34 +0200 Kim Alvefur MUC: Reject whitespace-only nicknames (fixes #337)
Thu, 06 Jul 2017 11:24:36 +0200 Kim Alvefur Merge 0.10->trunk
Thu, 06 Jul 2017 10:40:00 +0200 Kim Alvefur MUC: Add some comments attempting to explain what presence and <x> tag goes where
Thu, 06 Jul 2017 10:36:22 +0200 Kim Alvefur MUC: Include status code 110 on affiliation changes (see #765)
Thu, 06 Jul 2017 10:33:16 +0200 Kim Alvefur MUC: Include status code 110 on role change notifications (fixes #765))
Mon, 03 Jul 2017 17:32:13 +0200 Kim Alvefur Backed out changeset a6574fdf8734, violates XEP-0045
Mon, 26 Jun 2017 01:03:51 +0200 Kim Alvefur MUC: Only send status code 307 to the user being kicked, not everyone (fixes #939)
Wed, 22 Mar 2017 14:13:28 +0100 Kim Alvefur MUC: Log when denying entry to locked room
Mon, 06 Mar 2017 15:35:02 +0100 Kim Alvefur MUC: Split long line [luacheck]
Wed, 26 Oct 2016 13:10:22 +0200 Kim Alvefur MUC: Include the appropriate status code if nickname is changed during join process
Wed, 26 Oct 2016 13:06:08 +0200 Kim Alvefur mod_muc/muc.lib: Allow passing different <x> elements to be passed to :publicise_occupant_status()
Fri, 07 Oct 2016 16:52:18 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 01 Oct 2016 21:51:07 +0200 Kim Alvefur MUC: Return 'true' from room:destroy() so that use from the telnet console says 'OK'
Sat, 01 Oct 2016 23:20:58 +0200 Kim Alvefur MUC: Remove "server changed your nickname" status code, it gets into the wrong places
Sat, 01 Oct 2016 22:11:34 +0200 Kim Alvefur MUC: Fix logic of nickname override detection (thanks mimi89999)
Thu, 29 Sep 2016 22:04:59 +0200 Kim Alvefur MUC: Insert the appropriate status code (210) if the nickname is overridden
Sun, 11 Sep 2016 14:54:16 +0200 Kim Alvefur MUC: Fix conflict when restoring room where the same bare JID has joined as multiple participants
Wed, 24 Aug 2016 00:34:46 +0200 Kim Alvefur MUC: Fix compatibility with new and old storage format
Sat, 09 Jul 2016 22:33:04 +0200 Kim Alvefur MUC: Hide new MUC room storage format behind an off-by-default option
Sat, 28 May 2016 12:51:12 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 28 May 2016 12:37:51 +0200 Kim Alvefur MUC: Allow members (or above) in members-only non-anonymous rooms to see the member list (fixes #445)
Sun, 15 May 2016 16:55:19 +0200 Kim Alvefur MUC: Send participant list and subject on explicit joins (thanks daurnimator)
Sat, 14 May 2016 22:36:37 +0200 Kim Alvefur Backed out changeset 63141a85beea, broke multi-session nicks
Sat, 07 May 2016 17:22:58 +0200 Kim Alvefur MUC: Treat explicit join presence as join
Wed, 04 May 2016 12:14:15 +0200 Kim Alvefur MUC: Move status text out of <x> element (thanks Tobias)
Sat, 30 Apr 2016 17:25:06 +0200 Kim Alvefur MUC: Restore last message from state, not room config (missing change from cbb05b454c13)
Fri, 29 Apr 2016 17:04:05 +0200 Kim Alvefur MUC: Separate config from live state
Fri, 29 Apr 2016 16:54:45 +0200 Kim Alvefur MUC: Separate force-save parameter from save-entire-state flag
Fri, 29 Apr 2016 14:01:01 +0200 Kim Alvefur MUC: Stricter validation of deserialized data
Thu, 28 Apr 2016 23:34:19 +0200 Kim Alvefur MUC: Include the very last message in serialized form to keep it across eviction and restore
Thu, 28 Apr 2016 22:57:53 +0200 Kim Alvefur MUC: Add event for when room is done being created
Thu, 28 Apr 2016 22:57:02 +0200 Kim Alvefur MUC: Split out handling of the room-creating presence into its own method