log plugins/muc/mod_muc.lua @ 7131:ea3eea291321

age author description
Thu, 25 Jun 2015 18:54:01 +0200 Kim Alvefur Merge 0.9->0.10
Thu, 25 Jun 2015 17:58:24 +0200 Kim Alvefur MUC: Prevent admins from being given affiliatons other than owner
Thu, 25 Jun 2015 17:54:19 +0200 Kim Alvefur Backed out changeset bea3862b6bde in favor of a different approach
Tue, 16 Jun 2015 15:13:47 +0200 Kim Alvefur MUC: Remove half of monkeypatch that was supposed to make admins always be room owners, fixes #458
Fri, 17 Oct 2014 16:35:46 -0400 daurnimator plugins/muc/mod_muc: Add 'local_only' flag to mod_muc, so rooms don't get restored on shutdown
Sun, 31 Aug 2014 20:33:47 +0200 Kim Alvefur mod_muc: Fix 'destroy rooms' adhoc command (Thanks Florob)
Mon, 11 Aug 2014 11:36:30 +0200 Kim Alvefur mod_muc: Fix tracebacks (thanks nick1)
Thu, 07 Aug 2014 18:03:31 -0400 daurnimator plugins/muc/mod_muc: persistent rooms keyval store needs username as nil
Thu, 07 Aug 2014 12:35:12 -0400 daurnimator plugins/muc/mod_muc: Use map store for room persistence
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