aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/persistent.lib.lua
Commit message (Expand)AuthorAgeFilesLines
* core, plugins: Split prosody:user role into prosody:{guest,registered,member}Matthew Wild2023-06-291-1/+1
* Backed out changeset 73a45ba6e3f1 in favour of 427dd01f0864Matthew Wild2022-09-291-3/+6
* muc: Re-allow non-admins to configure persistence (thanks Meaz)Matthew Wild2022-09-281-6/+3
* Switch to a new role-based authorization framework, removing is_admin()Matthew Wild2022-06-151-4/+7
* MUC: Allow restricting public/persistent room options to service admins (muc_...Matthew Wild2018-07-171-0/+10
* MUC: Add sections in room config formMatthew Wild2018-07-131-1/+1
* MUC: Improve labels of all config form itemsMatthew Wild2018-07-131-1/+2
* MUC: Unset persistence of destroyed rooms later in event chainKim Alvefur2018-07-111-1/+1
* MUC: Assign priorities to config form hooks so they have a consistent order o...Kim Alvefur2016-04-191-1/+1
* MUC: Save room to storage once after form processing, not in each individual ...Kim Alvefur2016-04-151-1/+0
* MUC: Provide a noop stub room:save() methodKim Alvefur2016-04-141-1/+1
* MUC: Update all config form handlers to take advantage of the new per-option ...Matthew Wild2015-12-111-3/+2
* plugins/muc: Move persistent room configuration to own moduledaurnimator2014-04-151-0/+49