plugins/muc/mod_muc.lua
Thu, 07 Aug 2014 12:34:51 -0400 daurnimator plugins/muc/mod_muc: Remove unused import
Tue, 05 Aug 2014 09:16:29 +0100 Matthew Wild mod_muc: Fix use of undefined global. Fixes #431.
Wed, 11 Jun 2014 17:54:23 -0400 daurnimator plugins/muc/mod_muc: fix wrong event for persistence
Mon, 19 May 2014 13:39:45 -0400 daurnimator plugins/muc/mod_muc: Get rid of room global; use module:shared to get it
Wed, 30 Apr 2014 12:43:47 -0400 daurnimator plugins/muc/mod_muc: Place adhoc section into own scope
Wed, 30 Apr 2014 12:43:04 -0400 daurnimator plugins/muc/mod_muc: Don't use rooms object directory in adhoc section
Wed, 30 Apr 2014 13:12:32 -0400 daurnimator plugins/muc/mod_muc.lua: Add "each_room" function to iterate over rooms (instead of accessing directly)
Tue, 29 Apr 2014 19:35:25 -0400 daurnimator plugins/muc/mod_muc: Remove attempt_room_creation and create_room function. Instead have a 'track_room' function called from the end of the pre-create hook, and just create an un-tracked room object when we get a presence
Tue, 29 Apr 2014 19:00:45 -0400 daurnimator plugins/muc/mod_muc: Move `restrict_room_creation` into own area. now uses pre-create hook
Tue, 29 Apr 2014 17:18:14 -0400 daurnimator plugins/muc/mod_muc: Use module:shared instead of save/restore
Tue, 29 Apr 2014 15:13:06 -0400 daurnimator plugins/muc: Move 'module:get_option_number("max_history_messages")' from mod_muc into history lib; remove from muclib exports
Tue, 29 Apr 2014 14:50:13 -0400 daurnimator plugins/muc/mod_muc: Remove support for `host_session.muc`
Tue, 29 Apr 2014 14:24:50 -0400 daurnimator plugins/muc/mod_muc: Move room persistence to own block
Tue, 29 Apr 2014 12:54:04 -0400 daurnimator plugins/muc: Add room:has_occupant() method
Mon, 28 Apr 2014 16:31:21 -0400 daurnimator plugins/muc/mod_muc: No need to treat the host room specially
Mon, 28 Apr 2014 16:33:54 -0400 daurnimator plugins/muc/mod_muc: Use get_option_string instead of get_option and checking
Mon, 28 Apr 2014 16:30:53 -0400 daurnimator plugins/muc/mod_muc: Move affiliation monkey patch into own scope
Tue, 15 Apr 2014 17:06:04 -0400 daurnimator plugins/muc: Move persistent room configuration to own module
Wed, 02 Apr 2014 15:48:25 -0400 daurnimator plugins/muc: Move locking to seperate module
Wed, 02 Apr 2014 15:36:08 -0400 daurnimator plugins/muc/mod_muc: Move room locking into hook
Thu, 27 Mar 2014 19:16:13 -0400 daurnimator plugins/muc: Massive refactor
Thu, 27 Mar 2014 18:09:42 -0400 daurnimator plugins/muc: Rename admin query hook
Thu, 20 Mar 2014 11:06:10 -0400 daurnimator plugins/muc: Have utility methods for locking the room
Wed, 19 Mar 2014 12:03:15 -0400 daurnimator plugins/muc: Provide a reasonable default `route_stanza`
Tue, 18 Mar 2014 18:56:26 -0400 daurnimator plugins/muc/mod_muc: host sessions have a .send these days
Tue, 18 Mar 2014 18:55:52 -0400 daurnimator plugins/muc/mod_muc: Refactor to use new methods available
Tue, 18 Feb 2014 17:21:47 -0500 daurnimator plugins/muc/mod_muc: Move Xep-0307 MUC unique to seperate file
Tue, 21 Jan 2014 03:24:40 +0000 Matthew Wild Merge 0.9->0.10
Sat, 18 Jan 2014 20:14:05 +0100 Kim Alvefur MUC: Fire muc-room-destroyed event when the last participant leaves a non-persistent room
Sat, 18 Jan 2014 18:28:50 +0100 Kim Alvefur MUC: Expose room metatable on module
Mon, 16 Dec 2013 02:04:16 +0000 Matthew Wild Merge 0.9->0.10
Sat, 14 Dec 2013 17:25:17 +0100 Kim Alvefur mod_muc: Remove extra parenthesis (thanks janhouse)
Sat, 14 Dec 2013 17:25:17 +0100 Kim Alvefur mod_muc: Remove extra parenthesis (thanks janhouse)
Fri, 13 Dec 2013 12:52:39 +0000 Matthew Wild Merge 0.9->0.10
Fri, 13 Dec 2013 12:52:03 +0000 Matthew Wild mod_muc: Allow admins to always bypass restrict_room_creation (thanks Chris B)
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, 30 Aug 2013 14:10:51 +0100 Matthew Wild mod_muc: Import util.array
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Wed, 05 Jun 2013 00:05:03 +0200 Florian Zeitz mod_muc: Add Ad-Hoc command to destroy MUC rooms
Wed, 05 Jun 2013 00:04:44 +0200 Florian Zeitz mod_muc: Utilize mod_disco, instead of reimplementing disco handling
Sat, 08 Jun 2013 18:07:36 +0100 Matthew Wild mod_muc: Include status code 332 on service shutdown (thanks mathieui)
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)
Fri, 19 Apr 2013 16:14:06 +0200 Kim Alvefur mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
Sat, 23 Mar 2013 02:24:11 +0100 Kim Alvefur MUC: Access prosody.hosts instead of the old global hosts
Tue, 26 Feb 2013 23:56:44 +0500 Waqas Hussain MUC: Always return <service-unavailable/> when a node is present in service discovery requests.
Fri, 30 Nov 2012 08:57:58 +0500 Waqas Hussain MUC: Expose create_room(jid).
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)
Wed, 01 Aug 2012 01:33:21 +0100 Matthew Wild mod_muc: Fix syntax error (thanks Florob)
Wed, 01 Aug 2012 01:36:30 +0500 Waqas Hussain MUC: Give host and server admins "owner" affiliation in all rooms.
Wed, 01 Aug 2012 01:36:22 +0500 Waqas Hussain MUC: Send unavailable presence when the component or server is shutting down.
Wed, 01 Aug 2012 01:36:11 +0500 Waqas Hussain MUC: Return <item-not-found/> on message and iq to non-existent rooms (thanks Maranda).
Thu, 26 Jul 2012 04:45:22 +0200 Kim Alvefur mod_muc: Remove unused variable and pull hosts into a local
Thu, 26 Jul 2012 04:41:56 +0200 Kim Alvefur mod_muc: Use module:send() instead of core_*_stanza()
Tue, 12 Jun 2012 16:55:27 +0500 Waqas Hussain MUC: Handle missing persistent room data.
Fri, 13 Apr 2012 21:23:26 +0200 Markus Kötter muc - implement per channel history limits
Wed, 31 Aug 2011 23:53:55 +0500 Waqas Hussain MUC: A little cleanup.
Wed, 04 May 2011 23:12:53 +0100 Matthew Wild mod_muc: Remove room from memory when it is made non-persistent and is empty
Thu, 02 Dec 2010 16:16:44 +0500 Waqas Hussain MUC: Give stanza handlers a negative priority, to allow mod_iq to process them first.
Wed, 17 Nov 2010 00:18:31 +0500 Waqas Hussain MUC: Fixed: Variable referencing the host session wasn't initialized.
less more (0) -60 tip