plugins/muc/muc.lib.lua
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
Thu, 28 Apr 2016 22:53:22 +0200 Kim Alvefur MUC: Split out handling of normal (un)available presence into its own method
Thu, 28 Apr 2016 22:03:00 +0200 Kim Alvefur MUC: Log cases of possible room resynchronisation
Wed, 27 Apr 2016 18:55:49 +0200 Kim Alvefur MUC: Be more careful with deserialization of rooms, fix case where a bare jid has joined as multiple participants
Wed, 20 Apr 2016 12:29:31 +0200 Kim Alvefur MUC: Don't force-save rooms where not needed
Tue, 19 Apr 2016 18:46:07 +0200 Kim Alvefur MUC: Fix logic for when to broadcast unavailable presence (actual fix for 14170d161b39)
Tue, 19 Apr 2016 18:43:15 +0200 Kim Alvefur MUC: Return item-not-found as error when attempting to change role of non-existant occupant
Tue, 19 Apr 2016 17:32:22 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 19 Apr 2016 17:30:30 +0200 Kim Alvefur Merge 0.9->0.10
Tue, 19 Apr 2016 17:20:39 +0200 Kim Alvefur MUC: Accept missing form as "instant room" request (fixes #377)
Mon, 18 Apr 2016 19:30:15 +0200 Kim Alvefur MUC: Add support for serializing live rooms, including occupants and their presence
Mon, 18 Apr 2016 19:29:23 +0200 Kim Alvefur MUC: Flatten format of serialized rooms
Mon, 18 Apr 2016 19:26:26 +0200 Kim Alvefur MUC: Move room deserialization to muc.lib
Mon, 18 Apr 2016 19:20:51 +0200 Kim Alvefur MUC: Wrap "support" for the groupchat 1.0 join protocol in a config option to allow disabling
Mon, 18 Apr 2016 19:08:31 +0200 Kim Alvefur MUC: Save yourself! (fixes reference to current room)
Mon, 18 Apr 2016 16:51:09 +0200 Kim Alvefur MUC: Assign occupants unavailable presence on room destruction, fixes destruction notification
Mon, 18 Apr 2016 14:54:01 +0200 Kim Alvefur MUC: Use config passed to rew_roow()
Sun, 17 Apr 2016 22:09:44 +0200 Kim Alvefur MUC: Move 'preserialization' step to muc.lib
Fri, 15 Apr 2016 11:50:55 +0200 Kim Alvefur MUC: Save room to storage once after form processing, not in each individual setter
Thu, 14 Apr 2016 21:23:09 +0200 Kim Alvefur MUC: Provide a noop stub room:save() method
Fri, 08 Apr 2016 17:54:46 +0200 Kim Alvefur MUC: Include originating session and stanza in events
Fri, 08 Apr 2016 17:53:49 +0200 Kim Alvefur MUC: Spread event tables over multiple lines
Fri, 11 Mar 2016 20:35:26 +0100 Kim Alvefur MUC: Use already initialized logger
Wed, 03 Feb 2016 02:13:03 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 03 Feb 2016 02:07:03 +0100 Kim Alvefur MUC: Fire a muc-disco#info event like in trunk so modules can extend the reply
Wed, 03 Feb 2016 02:05:49 +0100 Kim Alvefur MUC: Separate form data from form in disco#info event
Wed, 20 Jan 2016 15:04:42 +0100 Kim Alvefur MUC: Add luacheck annotations, remove unused vars, rename conflicting vars etc
Wed, 16 Dec 2015 16:47:34 +0000 Matthew Wild Merge 0.10->trunk
Wed, 16 Dec 2015 16:45:57 +0000 Matthew Wild Merge 0.9->0.10
Wed, 16 Dec 2015 16:41:48 +0000 Matthew Wild MUC: Fix incorrect nesting of status codes when room config changes (fixes #579)
Fri, 11 Dec 2015 15:27:01 +0000 Matthew Wild MUC: Fire per-field events for the config form, including those with value == nil (no <value/> element in form)
Thu, 10 Dec 2015 18:58:30 +0000 Matthew Wild Merge 0.10->trunk
Wed, 09 Dec 2015 16:33:43 +0100 Kim Alvefur MUC: Fix previous commit
Tue, 08 Dec 2015 20:19:30 +0100 Kim Alvefur MUC: Process only options that are included in a form (Fixes #521)
Tue, 17 Nov 2015 17:12:45 +0000 Matthew Wild Merge 0.10->trunk
Tue, 17 Nov 2015 17:04:04 +0000 Matthew Wild Merge 0.9->0.10
less more (0) -300 -100 -60 tip