Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MUC: Don't default room name to JID localpart (API breaking change) | Kim Alvefur | 2020-08-29 | 1 | -3/+1 |
| | | | | | | | | | | | | | Behavior with turning empty name into localpart was originally introduced in 711eb5bf94b4 This has caused some problems for clients, making it difficult to differentiate between a room actually named like the localpart from a room without a name. Breaking: The function signature of the :get_name() method changes from always returning a string to optional string. | ||||
* | MUC: Improve labels of all config form items | Matthew Wild | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | MUC: Remove empty statement [luacheck] | Kim Alvefur | 2018-07-07 | 1 | -1/+1 |
| | |||||
* | MUC: Add roomconfig_roomname to disco#info, and ensure it's not auto-generated | Matthew Wild | 2018-07-07 | 1 | -8/+11 |
| | |||||
* | MUC: Assign priorities to config form hooks so they have a consistent order ↵ | Kim Alvefur | 2016-04-19 | 1 | -1/+1 |
| | | | | on each start | ||||
* | MUC: Save room to storage once after form processing, not in each individual ↵ | Kim Alvefur | 2016-04-15 | 1 | -1/+0 |
| | | | | setter | ||||
* | MUC: Provide a noop stub room:save() method | Kim Alvefur | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | MUC: Roll back parts of 50b9a7e86de9 that were not in the disco#info event | Kim Alvefur | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | MUC: Fix copypaste mistake | Kim Alvefur | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | MUC: Separate form data from form in disco#info event | Kim Alvefur | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | MUC: Update all config form handlers to take advantage of the new per-option ↵ | Matthew Wild | 2015-12-11 | 1 | -3/+2 |
| | | | | events | ||||
* | plugins/muc: Move name functions to seperate module | daurnimator | 2014-04-02 | 1 | -0/+47 |