| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcar... | Kim Alvefur | 2018-12-11 | 1 | -1/+2 |
* | | spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist for... | Kim Alvefur | 2018-12-11 | 1 | -1/+1 |
* | | util.format: Serialize values for the %q format | Kim Alvefur | 2018-10-12 | 1 | -0/+1 |
* | | 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 (workarou... | Kim Alvefur | 2018-12-01 | 1 | -6/+10 |
* | | spec/keep_full_sub_req: Verify that the presence subscription stays the same ... | Kim Alvefur | 2018-12-01 | 1 | -0/+17 |
* | | 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 request... | Kim Alvefur | 2018-11-30 | 1 | -0/+37 |
* | | 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 |
* | | util.format: Tweak how nil values are handled | Kim Alvefur | 2018-11-28 | 1 | -0/+2 |
|/ |
|
* | 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 |
* | 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 |
* | issue1224.scs: Update title | Matthew Wild | 2018-10-31 | 1 | -1/+1 |
* | muc_affiliation_notify.scs: Remove trailing whitespace | Matthew Wild | 2018-10-31 | 1 | -1/+1 |
* | muc_register.scs: Fix to expect new affiliation change notifications | Matthew Wild | 2018-10-31 | 1 | -0/+25 |
* | MUC: Announce affiliation changes for JIDs that are not in the room | Matthew Wild | 2018-10-31 | 1 | -0/+137 |
* | pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) | Kim Alvefur | 2018-10-30 | 1 | -0/+205 |
* | spec/scansion: Add pep_publish_subscribe (fixes #1222) | Matthew Wild | 2018-10-30 | 1 | -0/+210 |
* | util.serialization: Add option for allowing multiple references to the same t... | Kim Alvefur | 2018-10-27 | 1 | -1/+15 |
* | util.serialization: Test rejection of multiple references to same table | Kim Alvefur | 2018-10-27 | 1 | -0/+8 |
* | util.promise: Add tests ensuring returning a promise resolves the current pro... | Matthew Wild | 2018-10-26 | 1 | -0/+49 |
* | util.promise tests: Fix declared but unused variables | Matthew Wild | 2018-10-25 | 1 | -2/+2 |
* | util.promise: Fix missing parameters | Matthew Wild | 2018-10-25 | 1 | -2/+28 |
* | util.promise: Ensure chained promises always receive a value/rejection even i... | Matthew Wild | 2018-10-25 | 1 | -0/+37 |
* | storagemanager: Fix tests on Lua 5.3 | Kim Alvefur | 2018-10-21 | 1 | -0/+1 |
* | MUC: Use the bare JID when performing a lookup for COMPAT with clients that d... | Matthew Wild | 2018-10-21 | 1 | -0/+108 |
* | tests: Add some comments to xep54 test | Kim Alvefur | 2018-10-20 | 1 | -0/+3 |
* | tests: Remove initial read since XEP is unclear (see #1104) | Kim Alvefur | 2018-10-20 | 1 | -10/+0 |
* | tests: Set a proper title for vCard test | Kim Alvefur | 2018-10-20 | 1 | -0/+1 |
* | tests: Add simple test case for XEP-0054 | Kim Alvefur | 2018-10-20 | 1 | -0/+86 |
* | util.promise: Add promise.try() | Matthew Wild | 2018-10-18 | 1 | -0/+51 |
* | util.pubsub: Allow publishing with a config that should be used as defaults only | Matthew Wild | 2018-10-18 | 1 | -0/+28 |
* | util.promise: Add promise:finally() | Matthew Wild | 2018-10-18 | 1 | -0/+67 |
* | util.promise: Add additional test for promise.reject() | Matthew Wild | 2018-10-18 | 1 | -0/+6 |
* | util.promise: Fix promise.reject() to return a rejected promise, and fix bugg... | Matthew Wild | 2018-10-18 | 1 | -1/+1 |
* | util.http: Add tests for normalize_path | Kim Alvefur | 2018-10-14 | 1 | -0/+23 |
* | storagemanager tests: Also cover memory driver | Kim Alvefur | 2018-10-12 | 1 | -0/+3 |
* | util.serialization: Simpler metatable pre-processing | Kim Alvefur | 2018-10-12 | 1 | -0/+8 |
* | util.serialization: Test table keys that are Lua keywords | Kim Alvefur | 2018-10-11 | 1 | -0/+1 |
* | util.serialization: Test that it rejects tables wit cycles | Kim Alvefur | 2018-10-11 | 1 | -0/+7 |
* | util.serialization: Make errors fatal by default (like the previous implement... | Kim Alvefur | 2018-10-11 | 1 | -1/+11 |
* | storagemanager tests: Remove debug print() | Matthew Wild | 2018-10-11 | 1 | -1/+0 |
* | storagemanager tests: Add many more archive tests, including (failing) cases ... | Matthew Wild | 2018-10-11 | 1 | -0/+105 |
* | storagemanager tests: Add additional archive query tests | Matthew Wild | 2018-10-11 | 1 | -18/+103 |