Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MUC: Remove <{muc}x> tags in some errors | Kim Alvefur | 2021-12-08 | 1 | -2/+0 |
| | | | | | Including the payload of the stanza that caused the error is optional and we're generally not doing it anywhere else. | ||||
* | Merge 0.11->trunk | Matthew Wild | 2020-04-23 | 1 | -1/+1 |
|\ | |||||
| * | MUC tests: Add missing affiliation attribute | Matthew Wild | 2020-04-23 | 1 | -1/+1 |
| | | |||||
| * | Backed out changeset 18f2c7bc5795 (was testing against wrong branch) | Matthew Wild | 2020-04-23 | 1 | -6/+2 |
| | | |||||
| * | MUC tests: Add <required/> to expected form field | Matthew Wild | 2020-04-23 | 1 | -2/+6 |
| | | |||||
* | | scansion: Trim trailing whitespace in tests | Kim Alvefur | 2019-12-19 | 1 | -1/+1 |
| | | |||||
* | | MUC: Indicate origin of registration related errors | Kim Alvefur | 2019-11-25 | 1 | -2/+2 |
| | | |||||
* | | MUC: Make nickname field in registration form required | Kim Alvefur | 2019-11-02 | 1 | -2/+6 |
|/ | | | | | | Prevents traceback from resourceprep(nil) muc#register_roomnick is also required in XEP-0045 | ||||
* | MUC: Allow changing data attached to an only owner (fixes #1273) | Kim Alvefur | 2018-12-20 | 1 | -0/+22 |
| | | | | | | | This previously prevented a single owner from setting their own nickname via admin query. The form method uses `true` as actor so it bypasses this check. | ||||
* | muc_register.scs: Fix to expect new affiliation change notifications | Matthew Wild | 2018-10-31 | 1 | -0/+25 |
| | |||||
* | scansion: muc_register.scs: Test to ensure MUC registration by unaffiliated ↵ | Matthew Wild | 2018-09-17 | 1 | -0/+36 |
| | | | | users is disabled by default | ||||
* | MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.) | Matthew Wild | 2018-09-14 | 1 | -0/+62 |
| | |||||
* | MUC: Include 'nick' attribute in affiliation lists (thanks jc) | Matthew Wild | 2018-09-14 | 1 | -0/+16 |
| | |||||
* | MUC: Fix to correctly return 'node' in disco#info responses (thanks jc) | Matthew Wild | 2018-09-13 | 1 | -2/+16 |
| | |||||
* | MUC: If a user with an existing affiliation registers, preserve that ↵ | Matthew Wild | 2018-09-13 | 1 | -0/+65 |
| | | | | affiliation (thanks jc) | ||||
* | spec/scansion: Ensure all scripts have sensible titles | Matthew Wild | 2018-09-11 | 1 | -0/+2 |
| | |||||
* | spec/scansion: Add scansion scripts used for testing | Matthew Wild | 2018-09-06 | 1 | -0/+286 |
All past, except issue978-multi which fails randomly based on ordering of elements - this is a scansion issue to be resolved. |