aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | prosodyctl: check turn: More clearly indicate the error is from TURN serverMatthew Wild2022-10-061-1/+1
* | mod_authz_internal: Fix warning due to global useKim Alvefur2022-10-041-1/+1
* | Backed out changeset 1bc2220cd6ecJonas Schäfer2022-10-031-1/+2
* | util.jwt: More robust ECDSA signature parsing, fail early on unexpected lengthMatthew Wild2022-09-301-1/+5
* | util.crypto: Fix testsKim Alvefur2022-09-301-3/+3
* | util.jwt: Add support for ES512 (+ tests)Matthew Wild2022-09-293-3/+66
* | util.crypto, util.jwt: Generate consistent signature sizes (via padding)Matthew Wild2022-09-292-14/+21
* | CHANGES: Update with MUC permission changesMatthew Wild2022-09-291-0/+10
* | mod_authz_internal: Allow specifying default role for public (remote) usersMatthew Wild2022-09-291-0/+3
* | Backed out changeset 73a45ba6e3f1 in favour of 427dd01f0864Matthew Wild2022-09-291-3/+6
* | mod_muc: Better map restrict_room_creation to role permissions (behaviour cha...Matthew Wild2022-09-291-21/+8
* | mod_authz_internal: Allow configuring role of local-server/parent-host usersMatthew Wild2022-09-291-1/+17
* | muc: Re-allow non-admins to configure persistence (thanks Meaz)Matthew Wild2022-09-281-6/+3
* | doap: Latest XEP-0440 supported since 9f100ab9ffdfMatthew Wild2022-09-261-1/+1
* | mod_admin_shell: Fix display of session without role (thanks Link Mauve)Kim Alvefur2022-09-231-1/+1
* | mod_saslauth: Put <sasl-channel-binding> in stream:features per XEP-0440 0.4.0Matthew Wild2022-09-211-4/+4
* | Merge 0.12->trunkKim Alvefur2022-09-151-0/+5
|\|
| * util.stanza: Return nil instead of nothing (fix test with luassert >=1.9)Kim Alvefur2022-09-151-0/+5
* | mod_storage_sql: Strip timestamp precision in queries to fix error (thanks mu...Kim Alvefur2022-09-071-2/+2
* | mod_http_file_share: Use correct variable name (thanks riau.sni)Matthew Wild2022-09-041-3/+3