Log

plugins/muc/mod_muc.lua @ 6234:cc8a6ca2d7c5

description author age
plugins/muc/mod_muc: Move affiliation monkey patch into own scope daurnimator Mon, 28 Apr 2014 16:30:53 -0400
plugins/muc: Move persistent room configuration to own module daurnimator Tue, 15 Apr 2014 17:06:04 -0400
plugins/muc: Move locking to seperate module daurnimator Wed, 02 Apr 2014 15:48:25 -0400
plugins/muc/mod_muc: Move room locking into hook daurnimator Wed, 02 Apr 2014 15:36:08 -0400
plugins/muc: Massive refactor daurnimator Thu, 27 Mar 2014 19:16:13 -0400
plugins/muc: Rename admin query hook daurnimator Thu, 27 Mar 2014 18:09:42 -0400
plugins/muc: Have utility methods for locking the room daurnimator Thu, 20 Mar 2014 11:06:10 -0400
plugins/muc: Provide a reasonable default `route_stanza` daurnimator Wed, 19 Mar 2014 12:03:15 -0400
plugins/muc/mod_muc: host sessions have a .send these days daurnimator Tue, 18 Mar 2014 18:56:26 -0400
plugins/muc/mod_muc: Refactor to use new methods available daurnimator Tue, 18 Mar 2014 18:55:52 -0400
plugins/muc/mod_muc: Move Xep-0307 MUC unique to seperate file daurnimator Tue, 18 Feb 2014 17:21:47 -0500
Merge 0.9->0.10 Matthew Wild Tue, 21 Jan 2014 03:24:40 +0000
MUC: Fire muc-room-destroyed event when the last participant leaves a non-persistent room Kim Alvefur Sat, 18 Jan 2014 20:14:05 +0100
MUC: Expose room metatable on module Kim Alvefur Sat, 18 Jan 2014 18:28:50 +0100
Merge 0.9->0.10 Matthew Wild Mon, 16 Dec 2013 02:04:16 +0000
mod_muc: Remove extra parenthesis (thanks janhouse) Kim Alvefur Sat, 14 Dec 2013 17:25:17 +0100
mod_muc: Remove extra parenthesis (thanks janhouse) Kim Alvefur Sat, 14 Dec 2013 17:25:17 +0100
Merge 0.9->0.10 Matthew Wild Fri, 13 Dec 2013 12:52:39 +0000
mod_muc: Allow admins to always bypass restrict_room_creation (thanks Chris B) Matthew Wild Fri, 13 Dec 2013 12:52:03 +0000
mod_muc: Support for locking newly-created rooms until they are configured (enabled with muc_room_locking = true) Matthew Wild Fri, 30 Aug 2013 14:15:29 +0100
mod_muc: Import util.array Matthew Wild Fri, 30 Aug 2013 14:10:51 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
mod_muc: Add Ad-Hoc command to destroy MUC rooms Florian Zeitz Wed, 05 Jun 2013 00:05:03 +0200
mod_muc: Utilize mod_disco, instead of reimplementing disco handling Florian Zeitz Wed, 05 Jun 2013 00:04:44 +0200
mod_muc: Include status code 332 on service shutdown (thanks mathieui) Matthew Wild Sat, 08 Jun 2013 18:07:36 +0100
mod_muc: Refactor config form handling, and allow for clients to submit incomplete forms. Fixes #246 Matthew Wild Thu, 16 May 2013 14:17:25 +0100
mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik) Matthew Wild Tue, 14 May 2013 09:38:54 +0100
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() Kim Alvefur Fri, 19 Apr 2013 16:14:06 +0200
MUC: Access prosody.hosts instead of the old global hosts Kim Alvefur Sat, 23 Mar 2013 02:24:11 +0100
MUC: Always return <service-unavailable/> when a node is present in service discovery requests. Waqas Hussain Tue, 26 Feb 2013 23:56:44 +0500