aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* MUC: Fix logic for access to affiliation lists0.11.10Kim Alvefur2021-07-221-57/+83
* util.stanza: Reject ASCII control characters (fixes #1606)Kim Alvefur2020-11-111-0/+1
* util.debug: Fix locals being reported under wrong stack frame in some cases (...Matthew Wild2020-10-161-0/+93
* util.strbitop: Add tests covering basicsKim Alvefur2020-10-151-0/+41
* net.websocket.frames: Add test for empty frame with MASK and key setMatthew Wild2020-10-151-0/+10
* net.websocket.frames: Use C string XOR implementationKim Alvefur2020-10-141-1/+1
* net.websocket.frames: Add small test covering xor-maskingKim Alvefur2020-10-141-0/+13
* util.dbuffer: Expose length as :len() method, like stringsKim Alvefur2020-10-121-0/+1
* MergeMatthew Wild2020-09-301-0/+130
|\
| * util.dbuffer: Simplify test caseKim Alvefur2020-08-241-0/+130
* | util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_v...Waqas Hussain2020-09-291-0/+33
|/
* MUC tests: Add missing affiliation attributeMatthew Wild2020-04-231-1/+1
* Backed out changeset 18f2c7bc5795 (was testing against wrong branch)Matthew Wild2020-04-231-6/+2
* MUC tests: Add <required/> to expected form fieldMatthew Wild2020-04-231-2/+6
* scansion/blocking: Remove the right irrelevant thingKim Alvefur2019-06-201-1/+1
* mod_blocklist: Remove unrelated tags from test caseKim Alvefur2019-06-201-10/+2
* mod_blocklist: Update test case with correct behavior (see #1380)Kim Alvefur2019-06-201-0/+6
* mod_blocklist: Add test case capturing current behaviorKim Alvefur2019-06-201-0/+162
* util.pubsub: Validate node configuration on node creation (fixes #1328)Kim Alvefur2019-03-031-0/+41
* spec: Add test case for #1322Kim Alvefur2019-02-271-0/+202
* util.pubsub: Add support for requesting multiple specific items (needed for #...Kim Alvefur2019-01-281-0/+31
* util.pubsub: Restore subscription index from stored data (fixes #1281)Kim Alvefur2018-12-291-0/+30
* mod_mam: Add test for JID normalization in prefs (see #1275)Kim Alvefur2018-12-232-1/+38
* MUC: Allow changing data attached to an only owner (fixes #1273)Kim Alvefur2018-12-201-0/+22
* spec/scansion: Fix test names of tests added in 0d97768b0ea9Matthew Wild2018-12-192-2/+2
* spec/scansion: Add tests for members-only roomsMatthew Wild2018-12-192-0/+236
* util.stanza: Improve testsKim Alvefur2018-12-021-9/+19
* net.websocket.frames: Add some brief testsKim Alvefur2018-11-291-0/+56
* util.stanza: Validate input to clone() (with brief tests)Kim Alvefur2018-11-171-0/+14
* spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_recordKim Alvefur2018-11-121-1/+3
* MUC: Add scanison test case for #1230Kim Alvefur2018-11-122-0/+102
* issue1224.scs: Fix to expect new affiliation change notificationsMatthew Wild2018-10-311-0/+7
* issue1224.scs: Update titleMatthew Wild2018-10-311-1/+1
* muc_affiliation_notify.scs: Remove trailing whitespaceMatthew Wild2018-10-311-1/+1
* muc_register.scs: Fix to expect new affiliation change notificationsMatthew Wild2018-10-311-0/+25
* MUC: Announce affiliation changes for JIDs that are not in the roomMatthew Wild2018-10-311-0/+137
* pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226)Kim Alvefur2018-10-301-0/+205
* spec/scansion: Add pep_publish_subscribe (fixes #1222)Matthew Wild2018-10-301-0/+210
* util.serialization: Add option for allowing multiple references to the same t...Kim Alvefur2018-10-271-1/+15
* util.serialization: Test rejection of multiple references to same tableKim Alvefur2018-10-271-0/+8
* util.promise: Add tests ensuring returning a promise resolves the current pro...Matthew Wild2018-10-261-0/+49
* util.promise tests: Fix declared but unused variablesMatthew Wild2018-10-251-2/+2
* util.promise: Fix missing parametersMatthew Wild2018-10-251-2/+28
* util.promise: Ensure chained promises always receive a value/rejection even i...Matthew Wild2018-10-251-0/+37
* storagemanager: Fix tests on Lua 5.3Kim Alvefur2018-10-211-0/+1
* MUC: Use the bare JID when performing a lookup for COMPAT with clients that d...Matthew Wild2018-10-211-0/+108
* tests: Add some comments to xep54 testKim Alvefur2018-10-201-0/+3
* tests: Remove initial read since XEP is unclear (see #1104)Kim Alvefur2018-10-201-10/+0
* tests: Set a proper title for vCard testKim Alvefur2018-10-201-0/+1
* tests: Add simple test case for XEP-0054Kim Alvefur2018-10-201-0/+86