Software /
code /
prosody
Log
plugins/muc/lock.lib.lua @ 8519:e7808f8d7d11
description | author | age |
---|---|---|
Merge 0.10->trunk | Kim Alvefur | 2017-03-23 |
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 | 2016-04-28 |
MUC: Move the locked flag into persisted data (so not to lose it on eviction) | Kim Alvefur | 2016-04-28 |
mod_muc: Import util.stanza into the config handler modules that need it. Fixes #432. | Matthew Wild | 2014-08-05 |
plugins/muc/lock.lib: lock inside of pre-create instead of 'created' | daurnimator | 2014-04-29 |
plugins/muc/lock.lib: Need to let creator into the locked room :) | daurnimator | 2014-04-02 |
plugins/muc: Move locking to seperate module | daurnimator | 2014-04-02 |