aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* util.dbuffer: If no bytes parameter passed to read, return remainder of front...Matthew Wild2020-06-291-0/+15
* util.human.io: Add brief test of table generationKim Alvefur2020-06-281-0/+29
* util.dbuffer: Don't use # operator in tests, Lua 5.1 doesn't support __lenMatthew Wild2020-06-281-1/+1
* util.dbuffer: dynamic string bufferMatthew Wild2020-06-261-0/+95
* util.ringbuffer: Fix accidentally committed test change (thanks buildbot)Matthew Wild2020-06-251-1/+1
* util.ringbuffer: Add some additional asserts to testsMatthew Wild2020-06-241-4/+4
* util.ringbuffer: Ensure unsigned chars are always returned from :byte()Matthew Wild2020-06-241-0/+7
* util.ringbuffer: Add test for :discard()Matthew Wild2020-06-231-0/+11
* scansion tests: Enable mod_muc_mam during tests (expect breakage)Kim Alvefur2020-06-211-0/+4
* MUC: Remove XEP-0091 Legacy Delayed Delivery from testKim Alvefur2020-06-211-1/+0
* storage tests: Add tests for archive queries before/after specific idsMatthew Wild2020-06-121-5/+47
* util.promise: Add all_settled, which follows semantics of allSettled from ES2020Matthew Wild2020-06-081-0/+54
* util.human.io: Fix right-alignmentKim Alvefur2020-06-061-2/+4
* util.ringbuffer: Add :sub() and :byte() methods equivalent to the string methodsMatthew Wild2020-06-041-0/+58
* util.ringbuffer: Prevent creation of buffer with negative sizeKim Alvefur2020-06-041-0/+5
* util.ringbuffer: Prevent creation of zero-size bufferKim Alvefur2020-05-291-0/+5
* util.ringbuffer: Add some initial testsKim Alvefur2020-05-291-0/+17
* util.human.units: A library for formatting numbers with SI unitsKim Alvefur2019-01-041-0/+15
* scansion: Add test for mod_server_contact_info / XEP-0157Kim Alvefur2020-05-272-1/+63
* mod_storage_internal: Fix keeping old timestamp in archive map APIKim Alvefur2020-05-151-3/+14
* mod_storage_internal: Implement key-value APIKim Alvefur2020-05-111-0/+15
* spec/storage: Reset build context of test stanza make comparisons easierKim Alvefur2020-05-111-1/+2
* spec/scansion/blocking: Don't send stanzas after disconnectingKim Alvefur2020-05-091-4/+4
* util.rsm: Test that Lua 5.3 floats are not encoded with decimal pointKim Alvefur2020-04-231-0/+7
* util.rsm: Add testsKim Alvefur2020-04-231-0/+82
* MUC tests: Add missing 'affiliation' attributeMatthew Wild2020-04-231-1/+1
* Merge with upstream trunkMatthew Wild2020-04-235-5/+130
|\
| * util.hashes: Fix output length of PBKDF2-HMAC-SHA256Kim Alvefur2020-04-221-0/+18
| * util.hashes: Use generic name of PBKDF2-HMAC-SHA1 function in testsKim Alvefur2020-04-221-5/+5
| * mod_lastactivity: Add basic scansion test coverageKim Alvefur2020-04-202-0/+46
| * mod_uptime: Add scansion test coverageKim Alvefur2020-04-201-0/+21
| * scansion: Mock time libraries during testsKim Alvefur2020-04-201-0/+11
| * mod_version: Add scansion testKim Alvefur2020-04-202-0/+29
* | Merge 0.11->trunkMatthew Wild2020-04-231-1/+1
|\ \ | |/ |/|
| * 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
* | util.stanza: Add method returning stanza with added indentationKim Alvefur2020-04-121-0/+8
* | spec: Include a hacky moduleapi stub to allow test to proceedKim Alvefur2020-04-111-5/+17
* | spec: Add test cases for util.http.contains_tokenEmmanuel Gil Peyrot2020-04-101-0/+19
* | MUC: Add test for destroying a room by ad-hoc commandKim Alvefur2020-03-201-0/+67
* | MUC: Support for broadcasting unavailable presence for affiliated offline usersMatthew Wild2020-03-121-0/+544
* | storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()Matthew Wild2020-03-111-12/+12
* | storagemanager: Add support for :find_key() and :delete_key() to map store shimMatthew Wild2020-03-111-7/+4
* | storagemanager: Fix unused variable in tests [luacheck]Matthew Wild2020-03-111-1/+2
* | mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)Matthew Wild2020-03-111-2/+72
* | storagemanager: Add tests for map storesMatthew Wild2020-03-111-0/+38
* | util.jwt: Remove unused return value from tests [luacheck]Kim Alvefur2020-02-241-1/+1
* | util.jwt: Basic JSON Web Token library supporting HS256 tokensKim Alvefur2020-02-241-0/+20
* | scansion tests: Remove daemonize option, not neededKim Alvefur2020-01-261-1/+0