aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* util.array: Fix new() library functionKim Alvefur2023-07-221-0/+7
* tests: Add hack to test only a single storage driverKim Alvefur2023-07-221-0/+5
* tests: Update storagemanager tests for prosody.* namespace changeKim Alvefur2023-07-221-8/+6
* util.human.io: Add tests for parse_duration() (some failing)Kim Alvefur2023-07-161-0/+9
* util.human.io: Include relevant arguments in test messagesKim Alvefur2023-07-161-1/+1
* util.human.io: Use tail call in test to get correct line numbersKim Alvefur2023-07-161-1/+1
* util.cache: Pass cache itself to eviction callbackKim Alvefur2023-06-301-2/+1
* util.cache: Keep eviction candidate if callback resized to make roomKim Alvefur2023-06-301-0/+21
* util.argparse: Add support for repeatable parametersKim Alvefur2022-01-051-0/+5
* storagemanager tests: Reorder test data in chronological orderKim Alvefur2021-05-111-13/+13
* util.http: Implement parser for RFC 7239 Forwarded headerKim Alvefur2023-06-031-0/+21
* util.sasl: Add basic tests for OAUTHBEARERKim Alvefur2023-05-261-0/+32
* util.jsonschema: Update test suite ignore rulesKim Alvefur2023-05-201-5/+6
* util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'Kim Alvefur2023-04-231-2/+0
* util.jsonschema: Implement 'minContains' and 'maxContains'Kim Alvefur2023-04-231-2/+0
* util.jsonschema: Tweak description of disabled testKim Alvefur2023-04-221-1/+1
* util.jsonschema: Enable passing IEEE 754 equality testKim Alvefur2023-04-221-1/+0
* util.error: Add test for #1805Kim Alvefur2023-04-191-0/+3
* util.human.io: Add parse_duration() method to parse a duration stringMatthew Wild2023-04-071-0/+18
* integration tests: Preserve unmocked time.monotonic()Matthew Wild2023-04-061-6/+5
* util.fsm: New utility lib for finite state machinesMatthew Wild2022-03-171-0/+250
* util.jsonschema: Implement 'dependentSchemas'Kim Alvefur2023-03-261-1/+1
* util.jsonschema: Implement 'dependentRequired'Kim Alvefur2023-03-261-1/+0
* util.format: Update tests for serialization changesKim Alvefur2023-03-261-5/+5
* scansion: Enable mod_debug_reset during testsMatthew Wild2023-03-231-0/+3
* scansion: vcard_temp: Ensure at least one connection is open throughout testMatthew Wild2023-03-231-2/+2
* scansion: Fix tests failing after addition of pubsub#itemreply config fieldMatthew Wild2023-03-234-0/+51
* scansion: Fix tests failing due to lack of 'publisher'Matthew Wild2023-03-231-1/+1
* scansion: Add tests for pubsub#itemreply in PEPMatthew Wild2023-03-221-0/+205
* scansion: PEP notifications no longer carry 'publisher' by defaultMatthew Wild2023-03-221-3/+3
* storagemanager: Add keyval+ (combined keyval + map) store typeMatthew Wild2022-09-271-0/+130
* util.jsonschema: Disable some further new failing testsKim Alvefur2023-03-111-1/+4
* util.jsonschema: Ignore some new tests in test suiteKim Alvefur2023-03-111-1/+4
* util.table: Expand table.move() tests (thanks mutation testing)Matthew Wild2023-03-171-0/+31
* util.ip: Tests for truncate()Matthew Wild2023-03-141-0/+22
* Merge 0.12->trunkMatthew Wild2023-02-171-3/+50
|\
| * net.http.parser: Fix off-by-one error in chunk parserMatthew Wild2023-02-171-3/+50
* | Merge 0.12->trunkMatthew Wild2023-02-091-3/+3
|\|
| * net.http.parser: Improve handling of responses without content-lengthMatthew Wild2023-02-091-3/+3
* | spec: Suppress some harmless luacheck warnings in testsMatthew Wild2023-01-132-0/+3
* | util.paseto: Add support for v3.local tokensMatthew Wild2023-01-131-18/+191
* | util.crypto: Add support for AES-256-CTRMatthew Wild2023-01-131-0/+17
* | util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA384Matthew Wild2023-01-131-0/+38
* | util.datamapper: Simplify test schemaKim Alvefur2022-12-201-12/+12
* | util.hashring: Support associating arbitrary data with nodesMatthew Wild2022-12-021-0/+7
* | util.hashring: tests: don't randomize order - they are written in a sequentia...Matthew Wild2022-12-021-0/+1
* | Merge 0.12->trunkMatthew Wild2022-11-041-0/+8
|\|
| * util.json: Accept empty arrays with whitespace (fixes #1782)Matthew Wild2022-11-041-0/+8
* | util.smqueue: Improve testsKim Alvefur2022-10-191-0/+3
* | util.jsonpointer: Improve testsKim Alvefur2022-10-191-0/+2