Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Backed out changeset 61bc5c52c941 | Kim Alvefur | 2019-04-21 | 1 | -16/+0 | |
| | | | | | | | | luaL_buffinitsize is only available in Lua 5.2+ | |||||
* | | util.hashes: Allow specifying output key length | Kim Alvefur | 2019-04-20 | 1 | -0/+16 | |
| | | | | | | | | This is not needed for SCRAM but PBKDF2 takes this argument. | |||||
* | | util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi()) | Kim Alvefur | 2019-04-19 | 1 | -0/+37 | |
| | | | | | | | | Number 4 is disabled by default beacuse of how long time it takes | |||||
* | | util.hmac: Ignore long hex lines in tests | Kim Alvefur | 2019-04-19 | 1 | -0/+3 | |
| | | ||||||
* | | util.hmac: Generate test cases from RFC 4231 | Kim Alvefur | 2019-04-11 | 1 | -0/+103 | |
| | | ||||||
* | | util.stanza: Fix :top_tag() handling of namespaced attributes | Matthew Wild | 2019-03-25 | 1 | -0/+31 | |
| | | ||||||
* | | util.queue: Add 'consume()' convenience iterator | Matthew Wild | 2019-03-23 | 1 | -0/+37 | |
| | | ||||||
* | | Merge 0.11->trunk | Kim Alvefur | 2019-03-04 | 1 | -0/+41 | |
|\| | ||||||
| * | util.pubsub: Validate node configuration on node creation (fixes #1328) | Kim Alvefur | 2019-03-03 | 1 | -0/+41 | |
| | | ||||||
* | | Merge 0.11->trunk | Kim Alvefur | 2019-02-27 | 1 | -0/+202 | |
|\| | ||||||
| * | spec: Add test case for #1322 | Kim Alvefur | 2019-02-27 | 1 | -0/+202 | |
| | | ||||||
* | | Merge 0.11->trunk | Kim Alvefur | 2019-01-28 | 1 | -0/+31 | |
|\| | ||||||
| * | util.pubsub: Add support for requesting multiple specific items (needed for ↵ | Kim Alvefur | 2019-01-28 | 1 | -0/+31 | |
| | | | | | | | | #1305) | |||||
* | | util.http: Fix decoding of uppercase URL encoded chars | Kim Alvefur | 2019-01-16 | 1 | -0/+5 | |
| | | | | | | | | Broken in 1af5106a2c34 | |||||
* | | Merge 0.11->trunk | Kim Alvefur | 2018-12-29 | 1 | -0/+30 | |
|\| | ||||||
| * | util.pubsub: Restore subscription index from stored data (fixes #1281) | Kim Alvefur | 2018-12-29 | 1 | -0/+30 | |
| | | ||||||
* | | spec: Stub tests for util.interpolation | Kim Alvefur | 2018-03-10 | 1 | -0/+17 | |
| | | ||||||
* | | util.stanza: Require a type attribute for iq stanzas | Kim Alvefur | 2018-12-28 | 1 | -4/+15 | |
| | | ||||||
* | | Merge 0.11->trunk | Kim Alvefur | 2018-12-23 | 2 | -1/+38 | |
|\| | ||||||
| * | mod_mam: Add test for JID normalization in prefs (see #1275) | Kim Alvefur | 2018-12-23 | 2 | -1/+38 | |
| | | ||||||
* | | util.table: Add test for create() | Kim Alvefur | 2018-12-23 | 1 | -0/+7 | |
| | | ||||||
* | | util.table: Add test for pack() | Kim Alvefur | 2018-12-23 | 1 | -0/+10 | |
| | | ||||||
* | | Merge 0.11->trunk | Kim Alvefur | 2018-12-20 | 1 | -0/+22 | |
|\| | ||||||
| * | MUC: Allow changing data attached to an only owner (fixes #1273) | Kim Alvefur | 2018-12-20 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | 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. | |||||
* | | Merge 0.11->trunk | Matthew Wild | 2018-12-19 | 2 | -2/+2 | |
|\| | ||||||
| * | spec/scansion: Fix test names of tests added in 0d97768b0ea9 | Matthew Wild | 2018-12-19 | 2 | -2/+2 | |
| | | ||||||
* | | Merge 0.11 -> trunk | Matthew Wild | 2018-12-19 | 2 | -0/+236 | |
|\| | ||||||
| * | spec/scansion: Add tests for members-only rooms | Matthew Wild | 2018-12-19 | 2 | -0/+236 | |
| | | ||||||
* | | MUC: Test that subject is still empty after sending a non-subject change ↵ | Kim Alvefur | 2018-12-16 | 1 | -0/+27 | |
| | | | | | | | | message with a subject (#667) | |||||
* | | MUC: Add descriptive comments to #667 test | Kim Alvefur | 2018-12-16 | 1 | -0/+8 | |
| | | ||||||
* | | MUC: Add another message to #667 test | Kim Alvefur | 2018-12-16 | 1 | -0/+15 | |
| | | ||||||
* | | spec/scansion/prosody.cfg.lua: Add remaining modules listened in ↵ | Kim Alvefur | 2018-12-11 | 1 | -0/+5 | |
| | | | | | | | | prosody.cfg.lua.dist for easier comparisons | |||||
* | | spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and ↵ | Kim Alvefur | 2018-12-11 | 1 | -1/+2 | |
| | | | | | | | | mod_vcard_legacy as in default config | |||||
* | | spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist ↵ | Kim Alvefur | 2018-12-11 | 1 | -1/+1 | |
| | | | | | | | | for easier comparisons | |||||
* | | util.format: Serialize values for the %q format | Kim Alvefur | 2018-10-12 | 1 | -0/+1 | |
| | | | | | | | | Improves eg debug logs | |||||
* | | various: Don't rely on _G.unpack existing | Kim Alvefur | 2018-12-08 | 1 | -1/+1 | |
| | | ||||||
* | | MUC: Add test case for #667 | Kim Alvefur | 2018-12-06 | 1 | -0/+79 | |
| | | ||||||
* | | Merge 0.11->trunk | Kim Alvefur | 2018-12-02 | 1 | -9/+19 | |
|\| | ||||||
| * | util.stanza: Improve tests | Kim Alvefur | 2018-12-02 | 1 | -9/+19 | |
| | | ||||||
* | | spec/keep_full_sub_req: Make the second connect a differenct device ↵ | Kim Alvefur | 2018-12-01 | 1 | -6/+10 | |
| | | | | | | | | | | | | (workaround for scansion issue) scansion threw an error when a client connected again | |||||
* | | spec/keep_full_sub_req: Verify that the presence subscription stays the same ↵ | Kim Alvefur | 2018-12-01 | 1 | -0/+17 | |
| | | | | | | | | after a reconnect | |||||
* | | spec/keep_full_sub_req: Add missing type attribute | Kim Alvefur | 2018-12-01 | 1 | -1/+1 | |
| | | ||||||
* | | tests: Add scansion test for #689 about keeping the full subscription ↵ | Kim Alvefur | 2018-11-30 | 1 | -0/+37 | |
| | | | | | | | | request stanza | |||||
* | | Merge 0.11->trunk | Kim Alvefur | 2018-11-30 | 1 | -0/+56 | |
|\| | ||||||
| * | net.websocket.frames: Add some brief tests | Kim Alvefur | 2018-11-29 | 1 | -0/+56 | |
| | | | | | | | | These are mostly just recordings of minimal input roundtripped back into tables. | |||||
* | | util.format: Tweak how nil values are handled | Kim Alvefur | 2018-11-28 | 1 | -0/+2 | |
|/ | | | | Because [<nil>] seems exsessive | |||||
* | util.stanza: Validate input to clone() (with brief tests) | Kim Alvefur | 2018-11-17 | 1 | -0/+14 | |
| | ||||||
* | spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record | Kim Alvefur | 2018-11-12 | 1 | -1/+3 | |
| | | | | | This was accidentally included in a previous commit, but having it here makes it easier to enable when making new test cases. | |||||
* | MUC: Add scanison test case for #1230 | Kim Alvefur | 2018-11-12 | 2 | -0/+102 | |
| | ||||||
* | issue1224.scs: Fix to expect new affiliation change notifications | Matthew Wild | 2018-10-31 | 1 | -0/+7 | |
| |