aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* util.promise tests: Fix luacheck warningsMatthew Wild2018-10-101-7/+6
* util.promise: ES6-like API for promisesMatthew Wild2018-10-101-0/+262
* Fix storage tests so they run, but not by defaultMatthew Wild2018-10-011-4/+11
* util.pubsub tests: Ensure necessary tests run in the defined orderMatthew Wild2018-10-011-0/+8
* Add storage tests (currently only internal and sqlite)Matthew Wild2018-09-291-0/+79
* mod_bosh: Add tests (run with 'busted -r bosh')Matthew Wild2018-09-231-0/+674
* util.serialization: Use deserialize instead of envload directlyKim Alvefur2018-09-231-4/+2
* util.serialization: Add brief initial testsKim Alvefur2018-09-231-0/+33
* mod_pep: Add test publishing a nicknameKim Alvefur2018-09-221-0/+72
* util.iterators tests: Check value matches expected [luacheck]Matthew Wild2018-09-211-0/+2
* util.iterators: Add sorted_pairs() methodMatthew Wild2018-09-211-0/+30
* util.json tests: Add [luacheck] annotation to mark intentionally-empty if branchMatthew Wild2018-09-171-1/+1
* util.cache tests: Add annotation to fix [luacheck] warningMatthew Wild2018-09-171-1/+1
* scansion: muc_register.scs: Test to ensure MUC registration by unaffiliated u...Matthew Wild2018-09-171-0/+36
* util.poll: Test that it loads after being compiledKim Alvefur2018-09-151-0/+6
* MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.)Matthew Wild2018-09-141-0/+62
* MUC: Include 'nick' attribute in affiliation lists (thanks jc)Matthew Wild2018-09-141-0/+16
* util.stanza tests: Remove unused variable #luacheckMatthew Wild2018-09-131-2/+2
* util.stanza: Don't automatically generate ids for iq stanzasMatthew Wild2018-09-131-3/+14
* spec/scansion/basic_roster.scs: Add tests for actually modifying the rosterMatthew Wild2018-09-131-8/+40
* util.stanza tests: Fix test name (copy/paste error?)Matthew Wild2018-09-131-1/+1
* MUC: Fix to correctly return 'node' in disco#info responses (thanks jc)Matthew Wild2018-09-131-2/+16
* MUC: If a user with an existing affiliation registers, preserve that affiliat...Matthew Wild2018-09-131-0/+65
* spec/scansion/prosody.cfg.lua: daemonize by defaultMatthew Wild2018-09-121-0/+1
* spec/scansion/prosody.cfg.lua: Add pidfile option so Prosody can be daemonizedMatthew Wild2018-09-121-0/+2
* spec/scansion/prosody.cfg.lua: Config file to be used for integration testsMatthew Wild2018-09-121-0/+76
* spec/scansion: Ensure all scripts have sensible titlesMatthew Wild2018-09-1112-1/+22
* spec/scansion: Multiple fixes to make all tests pass in latest (c35386e4b456)...Matthew Wild2018-09-106-155/+9
* spec/scansion: Add scansion scripts used for testingMatthew Wild2018-09-0613-0/+1474
* util.dataforms: Add support for XEP-0122: Data Forms ValidationKim Alvefur2018-09-011-0/+22
* util.dataforms: Allow field names to be different from the 'var' attributeKim Alvefur2018-09-011-0/+15
* util.stanza + tests: Bail out of loop if we are iterating too far, fixes #981Matthew Wild2018-08-191-0/+7
* util.stanza tests: Add tests for maptags() methodMatthew Wild2018-08-191-0/+71
* tests: Add muc/util tests for filtering MUC elementsMatthew Wild2018-08-191-0/+35
* util.pubsub tests: Fix whitespaceKim Alvefur2018-08-181-2/+2
* util.pubsub tests: Add tests for get_items()Matthew Wild2018-08-181-0/+28
* Pubsub: Add tests for :get_last_item() and fix for non-persistent nodesMatthew Wild2018-08-181-0/+26
* util.time: Add brief testsKim Alvefur2018-08-181-0/+31
* util.pubsub: Silence warnings in tests [luacheck]Kim Alvefur2018-08-161-1/+1
* util.pubsub tests: Add TODOMatthew Wild2018-08-121-0/+10
* util.pubsub tests: Add tests to confirm new access model is enforced on confi...Matthew Wild2018-08-121-0/+24
* util.pubsub tests: Add initial node config testsMatthew Wild2018-08-121-0/+18
* util.pubsub tests: Extend publishing tests to check for correct notification ...Matthew Wild2018-08-121-1/+13
* util.pubsub tests: Add tests for publish_model (publishers, open, subscribers)Matthew Wild2018-08-121-6/+64
* util.pubsub tests: Add some initial access model tests (open and whitelist)Matthew Wild2018-08-111-0/+52
* spec: Correct order of arguments to asserts in configmanager testsKim Alvefur2018-08-111-10/+10
* util.pubsub: Drop now redundant capabilities from testsKim Alvefur2018-08-081-6/+0
* util.dataforms: Allow passing the current values to be used in stead of omitt...Kim Alvefur2018-08-051-0/+39
* util.dataforms: Add failing test for #1177Kim Alvefur2018-06-301-0/+27
* util.dataforms: Include a fixed field in testKim Alvefur2018-07-151-0/+10