aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/password.lib.lua
Commit message (Expand)AuthorAgeFilesLines
* MUC: Indicate origin of password related errorsKim Alvefur2019-11-251-1/+1
* MUC: Check that a room password is set before verifying password supplied by ...Michel Le Bihan2018-10-091-0/+1
* MUC: Add sections in room config formMatthew Wild2018-07-131-1/+1
* MUC/password: Set room password on creation if included in join stanzaKim Alvefur2018-07-081-0/+8
* MUC/password: Rename variable for clarity [luacheck]Kim Alvefur2018-07-081-2/+3
* 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
* mod_muc: Import util.stanza into the config handler modules that need it. Fix...Matthew Wild2014-08-051-0/+2
* plugins/muc: Move password functions to seperate moduledaurnimator2014-04-021-0/+70