aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/moderated.lib.lua
Commit message (Expand)AuthorAgeFilesLines
* MUC: Add sections in room config formMatthew Wild2018-07-131-1/+1
* MUC: Improve labels of all config form itemsMatthew Wild2018-07-131-1/+4
* MUC: Move voice request into its own libKim Alvefur2018-06-021-55/+0
* MUC: Handle and return error in role change when granting voiceKim Alvefur2018-06-011-2/+7
* MUC: Add some debug logging for voice requestsKim Alvefur2018-06-011-0/+5
* MUC: Invert final conditional to be consistent with the other if statementsKim Alvefur2018-06-011-2/+4
* MUC: Get acting occupant into a local variable for easier accessKim Alvefur2018-06-011-1/+2
* MUC: Split out the nickname from the full room JID in voice request fromKim Alvefur2017-10-211-1/+3
* MUC: Reuse the same dataform for voice requestsKim Alvefur2017-10-201-36/+7
* MUC: Ignore unused argumens [luacheck]Kim Alvefur2017-10-201-1/+1
* MUC: Support MUC voice requests and approvals in moderated rooms (closes #655...Kim Alvefur2017-10-201-0/+69
* 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 'moderated' code to seperate file; changes default "muc-get...daurnimator2014-04-181-0/+53