Software /
code /
prosody
Graph
-
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
-
util.jwt: Add new init() convenience method to obtain both signer and verifier2022-07-11, by Matthew Wild
-
util.jwt: Consolidate payload parsing, ensure it's always a valid object2022-07-11, by Matthew Wild
-
util.jwt: Provide built-in token expiry support (defaults to 3600s lifetime)2022-07-11, by Matthew Wild
-
util.jwt: All the algorithms (+ all the tests!)2022-07-02, by Matthew Wild
-
util.crypto: tests: fix some tests that didn't do much (thanks luacheck!)2022-07-02, by Matthew Wild
-
util.crypto: More digests for sign/verify, use macros for clarity/consistency2022-07-02, by Matthew Wild
-
util.jwt: Overhaul of tests to use declarative approach2022-07-02, by Matthew Wild
-
spec: Move test crypto keys to a shared file for clarity and easy maintenance2022-07-02, by Matthew Wild
-
util.jwt: Add support for RSA-based algorithms (RS256, PS256)2022-07-02, by Matthew Wild
-
util.crypto: Friendlier error message on incorrect key types2022-07-02, by Matthew Wild
-
util.crypto: Add support for RSA signatures (PKCS1-v1.5 + PSS)2022-07-02, by Matthew Wild
-
util.jwt: Add support/tests for ES256 via improved API and using util.crypto2022-07-01, by Matthew Wild
-
util.crypto: Add Teal type specification2022-06-30, by Kim Alvefur
-
util.paseto: Implementation of PASETO v4.public tokens2022-06-24, by Matthew Wild
-
util.crypto: New wrapper for some operations in OpenSSL's libcrypto2022-06-24, by Matthew Wild
-
util-src: Add new utility header managed_pointer.h2022-07-01, by Matthew Wild
-
mod_smacks: Set session.smacks after sending <enabled/> to fix traceback2022-08-29, by Matthew Wild
-
core.moduleapi: Check for local role-aware sessions before e.g. s2s2022-08-29, by Kim Alvefur
-
mod_smacks: Use new :add_error() in last remaining error result construction2022-08-29, by Matthew Wild
-
mod_smacks: Split enable handling to stages, to allow easier SASL2 integration2022-08-29, by Matthew Wild
-
util.stanza: Add add_error() to simplify adding error tags to existing stanzas2022-08-29, by Matthew Wild
-
mod_component: Require 'from' attribute on stanzas by default2022-08-28, by Matthew Wild
-
mod_external_services: Update tools.ietf.org URL2022-08-27, by Kim Alvefur
-
doap: Update for XEP-0215 advancement to Stable2022-08-27, by Kim Alvefur
-
core.usermanager: Link to docs for new role API to make warning more actionable2022-08-27, by Kim Alvefur
-
mod_smacks: Split resumption into multiple stages, to simplify ISR integration2022-08-26, by Matthew Wild
-
mod_s2s: Simplify conditionals since all sessions should have .host now2022-08-26, by Kim Alvefur
Scroll all the way down to load more.