| Commit message (Expand) | Author | Age | Files | Lines |
* | scansion: Trim trailing whitespace in tests | Kim Alvefur | 2019-12-19 | 6 | -9/+9 |
* | rostermanager, mod_presence: Support for subscription preapproval (fixes #686) | Matthew Wild | 2019-12-19 | 1 | -0/+74 |
* | tests: Disable s2s in scansion tests | Kim Alvefur | 2019-11-30 | 1 | -1/+4 |
* | MUC: Indicate origin of registration related errors | Kim Alvefur | 2019-11-25 | 1 | -2/+2 |
* | MUC: Indicate origin of password related errors | Kim Alvefur | 2019-11-25 | 1 | -1/+1 |
* | MUC: Add testcase for #1466 | Kim Alvefur | 2019-11-24 | 1 | -0/+127 |
* | MUC: Make nickname field in registration form required | Kim Alvefur | 2019-11-02 | 1 | -2/+6 |
* | util.pubsub, pubsub.lib and tests: Add text to precondition-not-met error (fi... | Matthew Wild | 2019-10-27 | 1 | -0/+234 |
* | MUC: Fix XML syntax error in test | Kim Alvefur | 2019-09-21 | 1 | -0/+1 |
* | MUC: Update test for vcard-temp changes | Kim Alvefur | 2019-09-21 | 1 | -4/+11 |
* | tests: Disable TLS in scansion tests | Kim Alvefur | 2019-09-07 | 1 | -1/+1 |
* | MUC: Fix delay tag @from in test to be the room JID (#1054 came back) | Kim Alvefur | 2019-08-31 | 1 | -2/+2 |
* | MUC: Add a test covering basic room creation, messages and destruction | Kim Alvefur | 2019-08-31 | 1 | -0/+242 |
* | Merge 0.11->trunk | Kim Alvefur | 2019-06-20 | 1 | -1/+1 |
|\ |
|
| * | scansion/blocking: Remove the right irrelevant thing | Kim Alvefur | 2019-06-20 | 1 | -1/+1 |
* | | Merge 0.11->trunk | Kim Alvefur | 2019-06-20 | 1 | -10/+2 |
|\| |
|
| * | mod_blocklist: Remove unrelated tags from test case | Kim Alvefur | 2019-06-20 | 1 | -10/+2 |
* | | Merge 0.11->trunk | Kim Alvefur | 2019-06-20 | 1 | -0/+168 |
|\| |
|
| * | mod_blocklist: Update test case with correct behavior (see #1380) | Kim Alvefur | 2019-06-20 | 1 | -0/+6 |
| * | mod_blocklist: Add test case capturing current behavior | Kim Alvefur | 2019-06-20 | 1 | -0/+162 |
* | | Merge 0.11->trunk | Kim Alvefur | 2019-02-27 | 1 | -0/+202 |
|\| |
|
| * | spec: Add test case for #1322 | Kim Alvefur | 2019-02-27 | 1 | -0/+202 |
* | | Merge 0.11->trunk | Kim Alvefur | 2018-12-23 | 2 | -1/+38 |
|\| |
|
| * | mod_mam: Add test for JID normalization in prefs (see #1275) | Kim Alvefur | 2018-12-23 | 2 | -1/+38 |
* | | Merge 0.11->trunk | Kim Alvefur | 2018-12-20 | 1 | -0/+22 |
|\| |
|
| * | MUC: Allow changing data attached to an only owner (fixes #1273) | Kim Alvefur | 2018-12-20 | 1 | -0/+22 |
* | | Merge 0.11->trunk | Matthew Wild | 2018-12-19 | 2 | -2/+2 |
|\| |
|
| * | spec/scansion: Fix test names of tests added in 0d97768b0ea9 | Matthew Wild | 2018-12-19 | 2 | -2/+2 |
* | | Merge 0.11 -> trunk | Matthew Wild | 2018-12-19 | 2 | -0/+236 |
|\| |
|
| * | spec/scansion: Add tests for members-only rooms | Matthew Wild | 2018-12-19 | 2 | -0/+236 |
* | | MUC: Test that subject is still empty after sending a non-subject change mess... | Kim Alvefur | 2018-12-16 | 1 | -0/+27 |
* | | MUC: Add descriptive comments to #667 test | Kim Alvefur | 2018-12-16 | 1 | -0/+8 |
* | | MUC: Add another message to #667 test | Kim Alvefur | 2018-12-16 | 1 | -0/+15 |
* | | spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.... | Kim Alvefur | 2018-12-11 | 1 | -0/+5 |
* | | spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcar... | Kim Alvefur | 2018-12-11 | 1 | -1/+2 |
* | | spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist for... | Kim Alvefur | 2018-12-11 | 1 | -1/+1 |
* | | MUC: Add test case for #667 | Kim Alvefur | 2018-12-06 | 1 | -0/+79 |
* | | spec/keep_full_sub_req: Make the second connect a differenct device (workarou... | Kim Alvefur | 2018-12-01 | 1 | -6/+10 |
* | | spec/keep_full_sub_req: Verify that the presence subscription stays the same ... | Kim Alvefur | 2018-12-01 | 1 | -0/+17 |
* | | spec/keep_full_sub_req: Add missing type attribute | Kim Alvefur | 2018-12-01 | 1 | -1/+1 |
* | | tests: Add scansion test for #689 about keeping the full subscription request... | Kim Alvefur | 2018-11-30 | 1 | -0/+37 |
|/ |
|
* | spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record | Kim Alvefur | 2018-11-12 | 1 | -1/+3 |
* | MUC: Add scanison test case for #1230 | Kim Alvefur | 2018-11-12 | 2 | -0/+102 |
* | issue1224.scs: Fix to expect new affiliation change notifications | Matthew Wild | 2018-10-31 | 1 | -0/+7 |
* | issue1224.scs: Update title | Matthew Wild | 2018-10-31 | 1 | -1/+1 |
* | muc_affiliation_notify.scs: Remove trailing whitespace | Matthew Wild | 2018-10-31 | 1 | -1/+1 |
* | muc_register.scs: Fix to expect new affiliation change notifications | Matthew Wild | 2018-10-31 | 1 | -0/+25 |
* | MUC: Announce affiliation changes for JIDs that are not in the room | Matthew Wild | 2018-10-31 | 1 | -0/+137 |
* | pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) | Kim Alvefur | 2018-10-30 | 1 | -0/+205 |
* | spec/scansion: Add pep_publish_subscribe (fixes #1222) | Matthew Wild | 2018-10-30 | 1 | -0/+210 |