Kim Alvefur
43bb3d5756
util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi())
...
Number 4 is disabled by default beacuse of how long time it takes
2019-04-19 14:12:28 +02:00
Kim Alvefur
53f4351d9a
util.hmac: Ignore long hex lines in tests
2019-04-19 13:17:49 +02:00
Kim Alvefur
d008744344
util.hmac: Generate test cases from RFC 4231
2019-04-11 00:41:48 +02:00
Matthew Wild
e1b559853f
util.stanza: Fix :top_tag() handling of namespaced attributes
2019-03-25 14:37:43 +00:00
Matthew Wild
a274eacbbc
util.queue: Add 'consume()' convenience iterator
2019-03-23 08:47:55 +00:00
Kim Alvefur
2326bed3c7
Merge 0.11->trunk
2019-03-04 13:46:09 +01:00
Kim Alvefur
5d4504e51b
util.pubsub: Validate node configuration on node creation ( fixes #1328 )
2019-03-03 19:31:56 +01:00
Kim Alvefur
3b8e8f6a45
spec: Add test case for #1322
2019-02-27 10:27:17 +01:00
Kim Alvefur
da56744645
util.pubsub: Add support for requesting multiple specific items (needed for #1305 )
2019-01-28 01:41:01 +01:00
Kim Alvefur
9f19a48ee2
util.pubsub: Restore subscription index from stored data ( fixes #1281 )
2018-12-29 21:47:51 +01:00
Kim Alvefur
67a3bf56f3
mod_mam: Add test for JID normalization in prefs (see #1275 )
2018-12-23 15:22:49 +01:00
Kim Alvefur
85a028c727
MUC: Allow changing data attached to an only owner ( fixes #1273 )
...
This previously prevented a single owner from setting their own nickname
via admin query.
The form method uses `true` as actor so it bypasses this check.
2018-12-20 14:45:22 +01:00
Matthew Wild
ee729847c3
spec/scansion: Fix test names of tests added in 0d97768b0ea9
2018-12-19 16:54:07 +00:00
Matthew Wild
6b8d5f97ed
spec/scansion: Add tests for members-only rooms
2018-12-19 13:25:15 +00:00
Kim Alvefur
1bf2e5f5f4
util.stanza: Improve tests
2018-12-02 02:16:21 +01:00
Kim Alvefur
7f75a66d21
net.websocket.frames: Add some brief tests
...
These are mostly just recordings of minimal input roundtripped back into tables.
2018-11-29 17:20:49 +01:00
Kim Alvefur
50f6335501
util.stanza: Validate input to clone() (with brief tests)
2018-11-17 15:26:11 +01:00
Kim Alvefur
4c07742fbb
spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record
...
This was accidentally included in a previous commit, but having it here
makes it easier to enable when making new test cases.
2018-11-12 22:49:54 +01:00
Kim Alvefur
cdf083b8d4
MUC: Add scanison test case for #1230
2018-11-12 18:25:40 +01:00
Matthew Wild
bab787b0ec
issue1224.scs: Fix to expect new affiliation change notifications
2018-10-31 14:18:36 +00:00
Matthew Wild
45ae85d523
issue1224.scs: Update title
2018-10-31 13:30:38 +00:00
Matthew Wild
02c97f3066
muc_affiliation_notify.scs: Remove trailing whitespace
2018-10-31 13:18:01 +00:00
Matthew Wild
e791ba30b5
muc_register.scs: Fix to expect new affiliation change notifications
2018-10-31 14:19:01 +00:00
Matthew Wild
54ecdb5cd0
MUC: Announce affiliation changes for JIDs that are not in the room
2018-10-31 13:13:05 +00:00
Kim Alvefur
e6400cd0d8
pubsub: Set pubsub#title as name attribute in disco#items ( fixes #1226 )
2018-10-30 18:20:54 +01:00
Matthew Wild
0ec2f1debd
spec/scansion: Add pep_publish_subscribe ( fixes #1222 )
2018-10-30 12:24:48 +00:00
Kim Alvefur
fdbc23fab6
util.serialization: Add option for allowing multiple references to the same table (but not cycles)
2018-10-27 12:43:03 +02:00
Kim Alvefur
2801e1f100
util.serialization: Test rejection of multiple references to same table
2018-10-27 12:40:47 +02:00
Matthew Wild
37bedc7314
util.promise: Add tests ensuring returning a promise resolves the current promise with that promise
2018-10-26 09:23:00 +01:00
Matthew Wild
201dbb74cc
util.promise tests: Fix declared but unused variables
2018-10-25 15:33:46 +01:00
Matthew Wild
e6ff6e333c
util.promise: Fix missing parameters
2018-10-25 15:24:52 +01:00
Matthew Wild
b74a643e34
util.promise: Ensure chained promises always receive a value/rejection even if an intermediate promise has no handlers
2018-10-25 14:38:00 +01:00
Kim Alvefur
687384a94a
storagemanager: Fix tests on Lua 5.3
...
_G.unpack moved to table.unpack
2018-10-21 21:03:54 +02:00
Matthew Wild
9825eee8c1
MUC: Use the bare JID when performing a lookup for COMPAT with clients that don't set it ( fixes #1224 )
...
The full JID is never meant to be the target of affiliation changes.
2018-10-21 16:04:54 +01:00
Kim Alvefur
023e5839c2
tests: Add some comments to xep54 test
2018-10-20 17:31:17 +02:00
Kim Alvefur
006a19da77
tests: Remove initial read since XEP is unclear (see #1104 )
...
If the store is empty then either this empty vCard element or an
item-not-found error is acceptable.
2018-10-20 17:29:31 +02:00
Kim Alvefur
bf624bbe1c
tests: Set a proper title for vCard test
2018-10-20 17:28:52 +02:00
Kim Alvefur
eff1cf4481
tests: Add simple test case for XEP-0054
2018-10-20 17:12:35 +02:00
Matthew Wild
05b4064188
util.promise: Add promise.try()
2018-10-18 18:03:31 +01:00
Matthew Wild
44b3954d56
util.pubsub: Allow publishing with a config that should be used as defaults only
2018-10-18 18:00:54 +01:00
Matthew Wild
681b25e427
util.promise: Add promise:finally()
2018-10-18 12:13:17 +01:00
Matthew Wild
0d3fa64b96
util.promise: Add additional test for promise.reject()
2018-10-18 12:04:14 +01:00
Matthew Wild
ef7d6ba99e
util.promise: Fix promise.reject() to return a rejected promise, and fix buggy test for it
2018-10-18 12:03:33 +01:00
Kim Alvefur
ba2688c78d
util.http: Add tests for normalize_path
2018-10-14 14:32:02 +02:00
Kim Alvefur
93aa49462f
storagemanager tests: Also cover memory driver
2018-10-12 03:43:56 +02:00
Kim Alvefur
e0a16c75dc
util.serialization: Simpler metatable pre-processing
...
It was too difficult to describe what it did.
2018-10-12 00:13:24 +02:00
Kim Alvefur
a796f87cc3
util.serialization: Test table keys that are Lua keywords
2018-10-11 22:50:45 +02:00
Kim Alvefur
69f91fa214
util.serialization: Test that it rejects tables wit cycles
2018-10-11 22:48:08 +02:00
Kim Alvefur
e99c680a14
util.serialization: Make errors fatal by default (like the previous implementation)
2018-10-11 22:42:17 +02:00
Matthew Wild
1c5c6c92c1
storagemanager tests: Remove debug print()
2018-10-11 14:18:38 +01:00