Commit Graph

147 Commits (2a701f2d8b5b024bccbe10ebfcb0e4f1f3ffddf2)

Author SHA1 Message Date
Matthew Wild bab787b0ec issue1224.scs: Fix to expect new affiliation change notifications 8 years ago
Matthew Wild 45ae85d523 issue1224.scs: Update title 8 years ago
Matthew Wild 02c97f3066 muc_affiliation_notify.scs: Remove trailing whitespace 8 years ago
Matthew Wild e791ba30b5 muc_register.scs: Fix to expect new affiliation change notifications 8 years ago
Matthew Wild 54ecdb5cd0 MUC: Announce affiliation changes for JIDs that are not in the room 8 years ago
Kim Alvefur e6400cd0d8 pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 8 years ago
Matthew Wild 0ec2f1debd spec/scansion: Add pep_publish_subscribe (fixes #1222) 8 years ago
Kim Alvefur fdbc23fab6 util.serialization: Add option for allowing multiple references to the same table (but not cycles) 8 years ago
Kim Alvefur 2801e1f100 util.serialization: Test rejection of multiple references to same table 8 years ago
Matthew Wild 37bedc7314 util.promise: Add tests ensuring returning a promise resolves the current promise with that promise 8 years ago
Matthew Wild 201dbb74cc util.promise tests: Fix declared but unused variables 8 years ago
Matthew Wild e6ff6e333c util.promise: Fix missing parameters 8 years ago
Matthew Wild b74a643e34 util.promise: Ensure chained promises always receive a value/rejection even if an intermediate promise has no handlers 8 years ago
Kim Alvefur 687384a94a storagemanager: Fix tests on Lua 5.3 8 years ago
Matthew Wild 9825eee8c1 MUC: Use the bare JID when performing a lookup for COMPAT with clients that don't set it (fixes #1224) 8 years ago
Kim Alvefur 023e5839c2 tests: Add some comments to xep54 test 8 years ago
Kim Alvefur 006a19da77 tests: Remove initial read since XEP is unclear (see #1104) 8 years ago
Kim Alvefur bf624bbe1c tests: Set a proper title for vCard test 8 years ago
Kim Alvefur eff1cf4481 tests: Add simple test case for XEP-0054 8 years ago
Matthew Wild 05b4064188 util.promise: Add promise.try() 8 years ago
Matthew Wild 44b3954d56 util.pubsub: Allow publishing with a config that should be used as defaults only 8 years ago
Matthew Wild 681b25e427 util.promise: Add promise:finally() 8 years ago
Matthew Wild 0d3fa64b96 util.promise: Add additional test for promise.reject() 8 years ago
Matthew Wild ef7d6ba99e util.promise: Fix promise.reject() to return a rejected promise, and fix buggy test for it 8 years ago
Kim Alvefur ba2688c78d util.http: Add tests for normalize_path 8 years ago
Kim Alvefur 93aa49462f storagemanager tests: Also cover memory driver 8 years ago
Kim Alvefur e0a16c75dc util.serialization: Simpler metatable pre-processing 8 years ago
Kim Alvefur a796f87cc3 util.serialization: Test table keys that are Lua keywords 8 years ago
Kim Alvefur 69f91fa214 util.serialization: Test that it rejects tables wit cycles 8 years ago
Kim Alvefur e99c680a14 util.serialization: Make errors fatal by default (like the previous implementation) 8 years ago
Matthew Wild 1c5c6c92c1 storagemanager tests: Remove debug print() 8 years ago
Matthew Wild d422c3a4c0 storagemanager tests: Add many more archive tests, including (failing) cases for #1200 and #1073 8 years ago
Matthew Wild 2a92bf5c27 storagemanager tests: Add additional archive query tests 8 years ago
Matthew Wild 6b841f66fd storagemanager tests: Add some additional checks 8 years ago
Matthew Wild 038921d7e0 storagemanager tests: Add initial basic tests for archive stores 8 years ago
Matthew Wild bdc5ef569d util.promise tests: Fix luacheck warnings 8 years ago
Matthew Wild e557cfb012 util.promise: ES6-like API for promises 8 years ago
Matthew Wild a9963c54c9 Fix storage tests so they run, but not by default 8 years ago
Matthew Wild 56e97dc5d6 util.pubsub tests: Ensure necessary tests run in the defined order 8 years ago
Matthew Wild 4317135049 Add storage tests (currently only internal and sqlite) 8 years ago
Matthew Wild 823ff40259 mod_bosh: Add tests (run with 'busted -r bosh') 8 years ago
Kim Alvefur 42cc508a5d util.serialization: Use deserialize instead of envload directly 8 years ago
Kim Alvefur 31cf61bea4 util.serialization: Add brief initial tests 8 years ago
Kim Alvefur fdbf28899f mod_pep: Add test publishing a nickname 8 years ago
Matthew Wild f38c79e95a util.iterators tests: Check value matches expected [luacheck] 8 years ago
Matthew Wild c65893de6e util.iterators: Add sorted_pairs() method 8 years ago
Matthew Wild 0207b2d785 util.json tests: Add [luacheck] annotation to mark intentionally-empty if branch 8 years ago
Matthew Wild 24106955b4 util.cache tests: Add annotation to fix [luacheck] warning 8 years ago
Matthew Wild c3809bebd2 scansion: muc_register.scs: Test to ensure MUC registration by unaffiliated users is disabled by default 8 years ago
Kim Alvefur fd174452eb util.poll: Test that it loads after being compiled 8 years ago