Commit graph

183 commits

Author SHA1 Message Date
Kim Alvefur
3e30870220 util.http: Fix decoding of uppercase URL encoded chars
Broken in 1af5106a2c34
2019-01-16 13:53:04 +01:00
Kim Alvefur
e23c17c3a0 Merge 0.11->trunk 2018-12-29 21:49:32 +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
Matthew Wild
d422c3a4c0 storagemanager tests: Add many more archive tests, including (failing) cases for #1200 and #1073 2018-10-11 14:10:55 +01:00
Matthew Wild
2a92bf5c27 storagemanager tests: Add additional archive query tests 2018-10-11 13:29:14 +01:00
Matthew Wild
6b841f66fd storagemanager tests: Add some additional checks 2018-10-10 22:03:11 +01:00
Matthew Wild
038921d7e0 storagemanager tests: Add initial basic tests for archive stores 2018-10-10 22:00:37 +01:00
Matthew Wild
bdc5ef569d util.promise tests: Fix luacheck warnings 2018-10-10 18:02:36 +01:00
Matthew Wild
e557cfb012 util.promise: ES6-like API for promises 2018-10-10 17:45:19 +01:00
Matthew Wild
a9963c54c9 Fix storage tests so they run, but not by default 2018-10-01 20:21:26 +01:00