aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.12->trunkMatthew Wild2022-10-311-4/+11
|\
| * mod_http: Allow disabling CORS in the http_cors_override option and by defaultMatthew Wild2022-10-311-4/+11
* | Merge 0.12->trunkKim Alvefur2022-10-241-1/+5
|\|
| * mod_admin_shell: Ensure available connection for column 'secure'Kim Alvefur2022-10-231-1/+1
| * mod_admin_shell: Ensure connection exists to get port from (fixes #1777)Kim Alvefur2022-10-231-1/+5
* | util.prosodyctl.cert: Remove Lua 5.1 os.execute() return value compatKim Alvefur2022-10-201-1/+1
* | util.prosodyctl: Remove Lua 5.1 os.execute() return value compatKim Alvefur2022-10-201-2/+1
* | util.openssl: Remove Lua 5.1 os.execute() return value compatKim Alvefur2022-10-201-2/+1
* | util.human.io: Fix handling of os.execute() return values in Lua 5.2+Kim Alvefur2022-10-201-3/+3
* | util.mathcompat: Module to ease reuse of math.type()Kim Alvefur2022-10-207-10/+41
* | util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.2Kim Alvefur2022-10-194-9/+17
* | Merge 0.12->trunkKim Alvefur2022-10-201-1/+1
|\|
| * util.startup: Ensure import() is available in prosodyctl (thanks keyzer)Kim Alvefur2022-10-201-1/+1
* | util.smqueue: Improve testsKim Alvefur2022-10-191-0/+3
* | util.jsonpointer: Improve testsKim Alvefur2022-10-191-0/+2
* | util.datamapper: Remove leftover debug assert (Only Teal, not included in build)Kim Alvefur2022-10-191-4/+0
* | mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from...Kim Alvefur2022-10-172-0/+9
* | util.stanza: Add new methods to Teal interface specificationKim Alvefur2022-10-171-0/+5
* | mod_c2s: Include stream attributes in stream-features eventMatthew Wild2022-10-141-1/+1
* | mod_tokenauth: Allow attaching an arbitrary data table to a tokenMatthew Wild2022-10-131-1/+2
* | util.cache: Add some missing test casesMatthew Wild2022-10-131-0/+52
* | util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas)Matthew Wild2022-10-111-0/+1
* | util.jid: Simplify boolean logic in conditionalsMatthew Wild2022-10-111-3/+3
* | util.jid: Remove redundant check from split() (micro-optimization?)Matthew Wild2022-10-111-2/+1
* | util.jid: Add missing test casesMatthew Wild2022-10-111-0/+40
* | .luacheckrc: Add test_mutants.sh.lua to the ignore listMatthew Wild2022-10-111-0/+1
* | tools: Add initial mutation testing scriptMatthew Wild2022-10-111-0/+217
* | util.dbuffer: Add a bunch of missing test casesMatthew Wild2022-10-111-2/+70
* | util.dbuffer: Add efficient shortcuts for discard() in certain casesMatthew Wild2022-10-111-2/+6
* | util.dbuffer: Remove redundant code (read_chunk() cannot fail at this point)Matthew Wild2022-10-111-7/+3
* | Merge 0.12->trunkKim Alvefur2022-10-092-10/+16
|\|
| * util.jsonschema: Use same integer/float logic on Lua 5.2 and 5.3Kim Alvefur2022-10-091-2/+2
| * util.jsonschema: Fix Lua 5.2 integer compatKim Alvefur2022-10-091-1/+1
| * util.jsonschema: Ignore test case for JavaScript specific detailKim Alvefur2022-10-091-0/+1
| * util.jsonschema: Ignore some further test cases for URI referencesKim Alvefur2022-10-091-0/+5
| * util.jsonschema: Sort test cases to skipKim Alvefur2022-10-091-7/+7
* | util.datetime: Add some missing test casesMatthew Wild2022-10-081-0/+15
* | util.roles: Fix tests to use autogenerated role idMatthew Wild2022-10-081-1/+1
* | util.roles: Add some more missing test casesMatthew Wild2022-10-081-0/+18
* | util.promise: Fix field name in failing test (introduced in 2639e0e1c378)Matthew Wild2022-10-071-1/+1
* | util.promise: Add some missing test cases (found through mutation testing)Matthew Wild2022-10-071-0/+25
* | util.promise: Remove line that was supposed to be removed in eb9814372c54Matthew Wild2022-10-071-1/+0
* | util.promise: Remove some redundant checks, add tests confirming redundancyMatthew Wild2022-10-072-4/+21
* | util.roles: Add a :policies() method to iterate through available policiesMatthew Wild2022-10-071-0/+10
* | util.roles: Add testsMatthew Wild2022-10-071-0/+116
* | util.roles: Return nil if the role has no explicit policy (fixes inheritance)Matthew Wild2022-10-071-1/+1
* | mod_smacks: Change boolean attribute from '1' to 'true' for compatibilityMatthew Wild2022-10-071-1/+1
* | util.iterators: join: Work even with only a single iterator in the chainMatthew Wild2022-10-062-1/+10
* | mod_tokenauth: Remove expired tokens from storageMatthew Wild2022-10-061-0/+2
* | mod_tokenauth: Invalidate tokens issued before most recent password changeMatthew Wild2022-10-061-0/+6