Software /
code /
prosody
Graph
-
util.jid: Add missing test cases2022-10-11, by Matthew Wild
-
.luacheckrc: Add test_mutants.sh.lua to the ignore list2022-10-11, by Matthew Wild
-
tools: Add initial mutation testing script2022-10-11, by Matthew Wild
-
util.dbuffer: Add a bunch of missing test cases2022-10-11, by Matthew Wild
-
util.dbuffer: Add efficient shortcuts for discard() in certain cases2022-10-11, by Matthew Wild
-
util.dbuffer: Remove redundant code (read_chunk() cannot fail at this point)2022-10-11, by Matthew Wild
-
Merge 0.12->trunk2022-10-09, by Kim Alvefur
-
util.datetime: Add some missing test cases2022-10-08, by Matthew Wild
-
util.roles: Fix tests to use autogenerated role id2022-10-08, by Matthew Wild
-
util.roles: Add some more missing test cases2022-10-08, by Matthew Wild
-
util.promise: Fix field name in failing test (introduced in 2639e0e1c378)2022-10-07, by Matthew Wild
-
util.promise: Add some missing test cases (found through mutation testing)2022-10-07, by Matthew Wild
-
util.promise: Remove line that was supposed to be removed in eb9814372c542022-10-07, by Matthew Wild
-
util.promise: Remove some redundant checks, add tests confirming redundancy2022-10-07, by Matthew Wild
-
util.roles: Add a :policies() method to iterate through available policies2022-10-07, by Matthew Wild
-
util.roles: Add tests2022-10-07, by Matthew Wild
-
util.roles: Return nil if the role has no explicit policy (fixes inheritance)2022-10-07, by Matthew Wild
-
mod_smacks: Change boolean attribute from '1' to 'true' for compatibility2022-10-07, by Matthew Wild
-
util.iterators: join: Work even with only a single iterator in the chain2022-10-06, by Matthew Wild
-
mod_tokenauth: Remove expired tokens from storage2022-10-06, by Matthew Wild
-
mod_tokenauth: Invalidate tokens issued before most recent password change2022-10-06, by Matthew Wild
-
prosodyctl: check turn: More clearly indicate the error is from TURN server2022-10-06, by Matthew Wild
-
mod_authz_internal: Fix warning due to global use2022-10-04, by Kim Alvefur
-
Backed out changeset 1bc2220cd6ec2022-10-03, by Jonas Schäfer
-
util.jwt: More robust ECDSA signature parsing, fail early on unexpected length2022-09-30, by Matthew Wild
-
util.crypto: Fix tests2022-09-29, by Kim Alvefur
-
util.jwt: Add support for ES512 (+ tests)2022-09-29, by Matthew Wild
-
util.crypto, util.jwt: Generate consistent signature sizes (via padding)2022-09-29, by Matthew Wild
-
CHANGES: Update with MUC permission changes2022-09-29, by Matthew Wild
-
mod_authz_internal: Allow specifying default role for public (remote) users2022-09-29, by Matthew Wild
-
Backed out changeset 73a45ba6e3f1 in favour of 427dd01f08642022-09-29, by Matthew Wild
-
mod_muc: Better map restrict_room_creation to role permissions (behaviour change)2022-09-29, by Matthew Wild
-
mod_authz_internal: Allow configuring role of local-server/parent-host users2022-09-29, by Matthew Wild
-
muc: Re-allow non-admins to configure persistence (thanks Meaz)2022-09-28, by Matthew Wild
-
doap: Latest XEP-0440 supported since 9f100ab9ffdf2022-09-26, by Matthew Wild
-
mod_admin_shell: Fix display of session without role (thanks Link Mauve)2022-09-23, by Kim Alvefur
-
mod_saslauth: Put <sasl-channel-binding> in stream:features per XEP-0440 0.4.02022-09-21, by Matthew Wild
-
Merge 0.12->trunk2022-09-15, by Kim Alvefur
-
util.stanza: Return nil instead of nothing (fix test with luassert >=1.9) 0.122022-09-15, by Kim Alvefur
-
mod_storage_sql: Strip timestamp precision in queries to fix error (thanks muppeth)2022-09-07, by Kim Alvefur
-
mod_http_file_share: Use correct variable name (thanks riau.sni)2022-09-04, by Matthew Wild
-
mod_saslauth: Fix incorrect variable name introduced in 27a4a7e648312022-09-03, by Matthew Wild
-
mod_smacks: Set session flag during successful enable2022-09-03, by Matthew Wild
-
mod_smacks: Add type field to results so actions can be later distinguished2022-09-03, by Matthew Wild
-
mod_saslauth: Only announce bind feature if no resource yet bound2022-09-03, by Matthew Wild
-
semgrep: Catch stanza:text() (assuming it's meant to be :get_text())2022-09-03, by Matthew Wild
-
util.paseto: Do strict type check in pae() function2022-07-11, by Kim Alvefur
-
util.crypto: Use Lua 5.2 API for predictable buffer size2022-07-11, by Kim Alvefur
-
util.crypto: Use stack space buffers2022-07-11, by Kim Alvefur
-
util.paseto: Drop custom wrappers around key objects2022-07-11, by Matthew Wild
-
util.paseto: Add tests based on official PASETO test vectors2022-07-11, by Matthew Wild
-
util.paseto: Export similar API to new util.jwt for ease and consistency2022-07-11, by Matthew Wild
-
util.paseto: Error early on invalid keys2022-07-11, by Matthew Wild
-
util.paseto: Fix to decode footer before comparison2022-07-11, by Matthew Wild
-
mod_http_file_share: Switch to new util.jwt API2022-07-11, by Matthew Wild
Scroll all the way down to load more.