aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/members_only.lib.lua
Commit message (Collapse)AuthorAgeFilesLines
* MUC: Assign priorities to config form hooks so they have a consistent order ↵Kim Alvefur2016-04-191-1/+1
| | | | on each start
* MUC: Save room to storage once after form processing, not in each individual ↵Kim Alvefur2016-04-151-1/+1
| | | | setter
* MUC: Provide a noop stub room:save() methodKim Alvefur2016-04-141-1/+1
|
* MUC: Rename variables to please luacheckKim Alvefur2016-01-201-2/+2
|
* MUC: Update all config form handlers to take advantage of the new per-option ↵Matthew Wild2015-12-111-3/+2
| | | | events
* plugins/muc/members_only: Kick non-members when members-only is turned ondaurnimator2014-10-151-0/+24
|
* mod_muc: Import util.stanza into the config handler modules that need it. ↵Matthew Wild2014-08-051-0/+2
| | | | Fixes #432.
* plugins/muc/members_only.lib: Compare affiliations via rank; wrap some long ↵daurnimator2014-04-211-17/+31
| | | | lines
* plugins/muc/muc.lib: Move members_only into seperate filedaurnimator2014-04-041-0/+89