Software /
code /
prosody
Log
plugins/muc/lock.lib.lua @ 7798:74cfec1fe5a2
description | author | age |
---|---|---|
MUC: Use a timestamp to keep track of when to unlock room instead of a timer (so timer does not unlock an evicted room) | Kim Alvefur | Thu, 28 Apr 2016 23:20:41 +0200 |
MUC: Move the locked flag into persisted data (so not to lose it on eviction) | Kim Alvefur | Thu, 28 Apr 2016 23:14:09 +0200 |
mod_muc: Import util.stanza into the config handler modules that need it. Fixes #432. | Matthew Wild | Tue, 05 Aug 2014 09:55:08 +0100 |
plugins/muc/lock.lib: lock inside of pre-create instead of 'created' | daurnimator | Tue, 29 Apr 2014 18:50:30 -0400 |
plugins/muc/lock.lib: Need to let creator into the locked room :) | daurnimator | Wed, 02 Apr 2014 15:56:37 -0400 |
plugins/muc: Move locking to seperate module | daurnimator | Wed, 02 Apr 2014 15:48:25 -0400 |