aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/lock.lib.lua
Commit message (Expand)AuthorAgeFilesLines
* MUC: Enable room locking by default to gather feedback (#328)Kim Alvefur2018-06-031-1/+1
* MUC/lock: Fix locking timeout to account for the direction of timeKim Alvefur2018-03-071-1/+1
* MUC/lock: Remove redundant fallback valueKim Alvefur2018-03-071-1/+1
* Merge 0.10->trunkKim Alvefur2017-03-231-0/+1
* MUC: Use a timestamp to keep track of when to unlock room instead of a timer ...Kim Alvefur2016-04-281-9/+7
* MUC: Move the locked flag into persisted data (so not to lose it on eviction)Kim Alvefur2016-04-281-3/+3
* mod_muc: Import util.stanza into the config handler modules that need it. Fix...Matthew Wild2014-08-051-0/+2
* plugins/muc/lock.lib: lock inside of pre-create instead of 'created'daurnimator2014-04-291-9/+5
* plugins/muc/lock.lib: Need to let creator into the locked room :)daurnimator2014-04-021-1/+1
* plugins/muc: Move locking to seperate moduledaurnimator2014-04-021-0/+65