Software /
code /
prosody
Log
plugins/muc/password.lib.lua @ 9454:6780049be177
description | author | age |
---|---|---|
MUC: Add sections in room config form | Matthew Wild | 2018-07-13 |
MUC/password: Set room password on creation if included in join stanza | Kim Alvefur | 2018-07-08 |
MUC/password: Rename variable for clarity [luacheck] | Kim Alvefur | 2018-07-08 |
MUC: Assign priorities to config form hooks so they have a consistent order on each start | Kim Alvefur | 2016-04-19 |
MUC: Save room to storage once after form processing, not in each individual setter | Kim Alvefur | 2016-04-15 |
MUC: Provide a noop stub room:save() method | Kim Alvefur | 2016-04-14 |
MUC: Update all config form handlers to take advantage of the new per-option events | Matthew Wild | 2015-12-11 |
mod_muc: Import util.stanza into the config handler modules that need it. Fixes #432. | Matthew Wild | 2014-08-05 |
plugins/muc: Move password functions to seperate module | daurnimator | 2014-04-02 |