plugins/muc/muc.lib.lua
Tue, 18 Mar 2014 15:15:14 -0400 daurnimator plugins/muc/muc: Rename `handle_invite_to_room` to `handle_mediated_invite`; clean up logic
Tue, 18 Mar 2014 14:56:20 -0400 daurnimator plugins/muc/muc: Check for mediated invites in a smarter way
Tue, 18 Mar 2014 14:54:41 -0400 daurnimator plugins/muc/muc: Add copyright for daurnimator
Fri, 21 Feb 2014 19:06:33 -0500 daurnimator plugins/muc/muc.lib: Add disco iq handlers with compatible argument signature
Fri, 21 Feb 2014 18:04:38 -0500 daurnimator plugins/muc/muc.lib: Move all kick code into one place
Fri, 21 Feb 2014 17:52:40 -0500 daurnimator plugins/muc/muc.lib: Make use of return values to send service-unavailable errors
Fri, 21 Feb 2014 17:40:16 -0500 daurnimator plugins/muc/muc.lib: Add some missing return values
Fri, 21 Feb 2014 17:17:01 -0500 daurnimator plugins/muc/muc.lib: Move (de)construct_stanza_id into `handle_iq_to_occupant`
Fri, 21 Feb 2014 16:30:43 -0500 daurnimator plugins/muc/muc.lib: Refactor _to_occupant handlers
Fri, 21 Feb 2014 15:48:26 -0500 daurnimator plugins/muc/muc.lib: Split out the room iq handler into functions
Thu, 20 Feb 2014 16:50:18 -0500 daurnimator plugins/muc/muc.lib: Factor `handle_to_occupant` out into many functions
Thu, 20 Feb 2014 14:36:49 -0500 daurnimator plugins/muc/muc.lib: Split up `handle_to_room` into smaller handlers (thanks sysko)
Wed, 19 Feb 2014 17:39:57 -0500 daurnimator plugins/muc/muc.lib: Split out `send_history` into `parse_history` and `get_history`
Wed, 02 Apr 2014 17:41:38 +0100 Matthew Wild Merge 0.9->0.10
Tue, 01 Apr 2014 10:02:58 -0400 Waqas Hussain MUC: Fixed traceback when a JID not in a room requested a role change for an occupant.
Tue, 28 Jan 2014 19:21:21 +0100 Kim Alvefur MUC: Tag PMs with <x>, like presence stanzas
Sat, 18 Jan 2014 18:11:13 +0100 Kim Alvefur MUC: Split out sending of the topic into method separate from sending history
Sat, 18 Jan 2014 18:05:42 +0100 Kim Alvefur MUC: Split saving to history into a separate method
Sat, 05 Oct 2013 12:15:25 -0400 Matthew Wild Merge 0.9->0.10
Sat, 05 Oct 2013 17:11:16 +0100 Paul muc.lib.lua: Fix Spark jabber client not displaying conference room lists, seemingly due to a missing value tag for the room description if the description has not been set
Fri, 30 Aug 2013 14:15:29 +0100 Matthew Wild mod_muc: Support for locking newly-created rooms until they are configured (enabled with muc_room_locking = true)
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Thu, 13 Jun 2013 12:07:46 +0100 Matthew Wild Merge 0.9->trunk
Tue, 21 May 2013 10:10:28 +0100 Matthew Wild mod_muc: Fix incorrect variable name
Tue, 21 May 2013 13:21:30 +0100 Matthew Wild mod_muc: Remove some old TODO comments
Tue, 21 May 2013 10:10:28 +0100 Matthew Wild mod_muc: Fix incorrect variable name
Tue, 21 May 2013 10:10:09 +0100 Matthew Wild mod_muc: Remove unused variable
Tue, 21 May 2013 09:57:36 +0100 Matthew Wild mod_muc: Use stanza:maptags() instead of custom filtering functions, 7 insertions, 19 deletions!
Tue, 21 May 2013 09:48:59 +0100 Matthew Wild mod_muc: Replace getText() with get_child_text(), 1 insertion, 12 deletions!
Sat, 18 May 2013 15:29:10 +0100 Matthew Wild mod_muc: Pass actor (requesting JID) when generating the config form, and to the muc-config-form event handler
Sat, 18 May 2013 15:28:00 +0100 Matthew Wild mod_muc: Add getter/setter for 'whois' (fixes traceback)
Thu, 16 May 2013 14:17:25 +0100 Matthew Wild mod_muc: Refactor config form handling, and allow for clients to submit incomplete forms. Fixes #246
Tue, 14 May 2013 09:38:54 +0100 Matthew Wild mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik)
Mon, 29 Apr 2013 11:25:12 +0100 Matthew Wild MUC: Allow actor == true to set roles (like affiliations)
Mon, 29 Apr 2013 11:21:37 +0100 Matthew Wild MUC: Allow plugins to add and handle options in the MUC config form
Thu, 25 Apr 2013 20:36:55 +0100 Matthew Wild MUC: add __tostring on room metatable
Thu, 28 Mar 2013 09:50:21 -0400 Matthew Wild mod_muc/muc.lib: Don't add messages without a body (such as chat state notifications) to the room history (thanks louiz’, Link Mauve, poezio and all its users)
Tue, 26 Feb 2013 23:56:44 +0500 Waqas Hussain MUC: Always return <service-unavailable/> when a node is present in service discovery requests.
Tue, 26 Feb 2013 20:31:41 +0500 Waqas Hussain MUC: Fix affiliation check for admins, and bring it in line with the spec (thanks Maranda).
Wed, 09 Jan 2013 17:56:40 +0100 Kim Alvefur MUC: Don't reply to errors (thanks iron)
Sat, 15 Dec 2012 07:08:54 +0500 Waqas Hussain MUC: Support invite messages when stanza type is explicitly set to "normal" or to an unknown value.
Thu, 22 Nov 2012 21:57:06 +0000 Matthew Wild muc: Make max_history_messages simply a service-wide config option, and don't store it per-room (rooms still have their own history_message, but this is a global limit)
Tue, 25 Sep 2012 22:03:35 +0200 Kim Alvefur MUC: Fix traceback caused by faulty logic precedence. (thanks waqas, nulani)
Thu, 09 Aug 2012 07:17:25 +0500 Waqas Hussain MUC: Fix a traceback caused by private IQ result and error stanzas where the encoded id can't be processed.
Sat, 04 Aug 2012 23:22:16 +0500 Waqas Hussain MUC: Fix private IQ results and errors for non-vcard queries.
Wed, 01 Aug 2012 01:36:25 +0500 Waqas Hussain MUC: Expose room metatable in the MUC lib.
Wed, 01 Aug 2012 01:36:19 +0500 Waqas Hussain MUC: Fix private IQ and message routing.
Tue, 24 Jul 2012 10:44:37 +0100 Matthew Wild mod_muc: Fix a couple of cases of 'forbidden' stanza error being sent with type 'cancel' - fixes #303
Sun, 13 May 2012 22:58:25 +0100 Matthew Wild muc.lib: room:set_historylength(): Condense code, and don't store length when equal to default
Mon, 14 May 2012 02:42:42 +0500 Waqas Hussain MUC: Fix check for history length update.
Sun, 13 May 2012 21:07:00 +0100 Matthew Wild muc.lib: Fix for traceback when no history length is set for the room
Thu, 10 May 2012 23:37:36 +0000 Marco Cirillo muc.lib: return feature-not-implemented when a foregoing discovery node is specified in a disco#info request.
Sat, 28 Apr 2012 18:36:03 +0100 Matthew Wild mod_muc/muc.lib: Fall back to default_history_length if no length in config
Sat, 28 Apr 2012 04:12:34 +0100 Matthew Wild mod_muc/muc.lib.lua: Remove unused imports and variables
Fri, 13 Apr 2012 21:23:26 +0200 Markus Kötter muc - implement per channel history limits
Mon, 21 Nov 2011 19:59:38 +0500 Waqas Hussain MUC: Fix a possible stack overflow (when a local component joins a room, then disconnects, an unavailble-error presence cycle can occur).
Thu, 25 Aug 2011 12:05:27 +0500 Waqas Hussain MUC: Allow affiliation change when argument actor==true in room:set_affiliation().
Mon, 27 Jun 2011 20:36:18 +0100 Matthew Wild MUC: Change error type of badly-formatted stanza from 'auth' to 'modify' (thanks Andrew)
Sat, 07 May 2011 21:17:03 +0500 Waqas Hussain MUC: Include occupant count in room disco#info response.
Thu, 24 Feb 2011 07:11:35 +0500 Waqas Hussain MUC: Don't limit affiliation changes to owners, and allow owners to remove themselves if they are not the last owner.
less more (0) -100 -60 tip