| Commit message (Expand) | Author | Age | Files | Lines |
* | MUC: Remove <{muc}x> tags in some errors | Kim Alvefur | 2021-12-08 | 1 | -1/+1 |
* | MUC: Remove remaining deprecated numeric error codes | Kim Alvefur | 2021-12-08 | 1 | -1/+0 |
* | Merge 0.11->trunk | Matthew Wild | 2021-05-13 | 1 | -2/+10 |
|\ |
|
| * | MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#info | Matthew Wild | 2021-05-10 | 1 | -2/+10 |
* | | MUC: Indicate that the room is the origin of various errors where 'from' is a... | Kim Alvefur | 2019-11-25 | 1 | -2/+2 |
|/ |
|
* | MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272) | Matthew Wild | 2018-12-19 | 1 | -1/+1 |
* | MUC: Add sections in room config form | Matthew Wild | 2018-07-13 | 1 | -1/+1 |
* | MUC: Improve labels of all config form items | Matthew Wild | 2018-07-13 | 1 | -3/+4 |
* | MUC: Clarify logic of invitations in members-only rooms | Matthew Wild | 2018-07-07 | 1 | -3/+5 |
* | MUC: Add allowmemberinvites to disco#info so clients know whether to allow us... | Matthew Wild | 2018-07-07 | 1 | -0/+7 |
* | MUC: Add config option to allow members to invite other members to the room (... | Matthew Wild | 2018-07-06 | 1 | -3/+30 |
* | MUC: Assign priorities to config form hooks so they have a consistent order o... | Kim Alvefur | 2016-04-19 | 1 | -1/+1 |
* | MUC: Save room to storage once after form processing, not in each individual ... | Kim Alvefur | 2016-04-15 | 1 | -1/+1 |
* | MUC: Provide a noop stub room:save() method | Kim Alvefur | 2016-04-14 | 1 | -1/+1 |
* | MUC: Rename variables to please luacheck | Kim Alvefur | 2016-01-20 | 1 | -2/+2 |
* | MUC: Update all config form handlers to take advantage of the new per-option ... | Matthew Wild | 2015-12-11 | 1 | -3/+2 |
* | plugins/muc/members_only: Kick non-members when members-only is turned on | daurnimator | 2014-10-15 | 1 | -0/+24 |
* | mod_muc: Import util.stanza into the config handler modules that need it. Fix... | Matthew Wild | 2014-08-05 | 1 | -0/+2 |
* | plugins/muc/members_only.lib: Compare affiliations via rank; wrap some long l... | daurnimator | 2014-04-21 | 1 | -17/+31 |
* | plugins/muc/muc.lib: Move members_only into seperate file | daurnimator | 2014-04-04 | 1 | -0/+89 |