Software /
code /
prosody
Graph
-
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
-
Merge 0.12->trunk2022-08-26, by Kim Alvefur
-
mod_smacks: Don't close resuming session when failed due to overflow2022-08-26, by Matthew Wild
-
mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs2022-08-26, by Matthew Wild
-
mod_admin_shell: Rename variable to avoid confusion with global function2022-08-25, by Kim Alvefur
-
mod_admin_shell: Fix output from user:roles()2022-08-25, by Kim Alvefur
-
Merge role-auth->trunk2022-08-22, by Matthew Wild
-
CHANGES: Add role auth2022-08-22, by Matthew Wild
-
mod_admin_shell: Ensure account has role before it is usable2022-08-18, by Kim Alvefur
-
mod_auth_insecure: Store creation and update timestamps on account2022-08-18, by Kim Alvefur
-
mod_admin_shell: Update help for user:create to reflect singular role argument2022-08-18, by Kim Alvefur
-
mod_auth_internal_hashed: Allow creating disabled account without password2022-08-18, by Kim Alvefur
-
mod_admin_shell: Update with new role management commands and help text2022-08-18, by Matthew Wild
-
core.usermanager: Update argument name in authz fallback method2022-08-18, by Kim Alvefur
-
core.usermanager: Remove obsolete authz fallback method2022-08-18, by Kim Alvefur
-
core.usermanager: Add missing methods to fallback authz provider2022-08-18, by Kim Alvefur
-
core.usermanager: Add scoped luacheck ignore rule to reduce clutter2022-08-18, by Kim Alvefur
-
mod_authz_internal: Expose convenience method to test if user can assume role2022-08-18, by Matthew Wild
-
mod_authz_internal, and more: New iteration of role API2022-08-17, by Matthew Wild
-
util.roles: Add Teal interface declaration2022-08-12, by Kim Alvefur
-
mod_admin_shell: Show session role in c2s:show2022-08-15, by Kim Alvefur
-
usermanager: Add back temporary is_admin to warn about deprecated API usage2022-08-15, by Matthew Wild
-
usermanager: Remove concept of global authz provider2022-08-12, by Matthew Wild
-
usermanager: Fix method name of global authz provider (thanks Zash)2022-08-12, by Matthew Wild
-
usermanager: Remove obsolete function from global authz provider2022-08-11, by Matthew Wild
-
features: Add "permissions" feature for role-auth2022-08-11, by Matthew Wild
-
usermanager: Handle local JIDs being passed to get/set_jid_role()2022-08-01, by Matthew Wild
-
core.usermanager: Add missing stub authz methods to global authz provider2022-07-20, by Kim Alvefur
-
moduleapi: Stricter type check for actor in permission check2022-07-20, by Kim Alvefur
-
moduleapi: Remove redundant expansion of ':' prefix in permission names2022-07-20, by Kim Alvefur
-
moduleapi: Distribute permissions set from global modules to all hosts2022-07-20, by Kim Alvefur
-
mod_tokenauth: New API that better fits how modules are using token auth2022-07-20, by Matthew Wild
-
mod_authz_internal: Use util.roles, some API changes and config support2022-07-19, by Matthew Wild
-
util.roles: Add new utility module to consolidate role objects and methods2022-07-19, by Matthew Wild
-
usermanager, mod_auth_*: Add get_account_info() returning creation/update time2022-07-12, by Matthew Wild
-
core.moduleapi: Expand permission name ':' prefix earlier2022-06-15, by Kim Alvefur
-
core.moduleapi: Fixup method name2022-06-15, by Kim Alvefur
-
teal-src: update module.d.tl with new access control methods2022-06-15, by Matthew Wild
-
Switch to a new role-based authorization framework, removing is_admin()2022-06-15, by Matthew Wild
-
mod_saslauth: Rename field from 'scope'->'role'2022-06-15, by Matthew Wild
-
util.session: Add role management methods2022-06-15, by Matthew Wild
-
net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #12462022-08-19, by Kim Alvefur
-
Merge 0.12->trunk2022-08-18, by Matthew Wild
-
util.stanza: Add method for extracting a single attribute value2022-08-17, by Kim Alvefur
-
mod_time: Remove obsolete XEP-0090 support2022-08-15, by Kim Alvefur
-
util.datetime: Update Teal interface description2022-08-17, by Kim Alvefur
-
util.datetime: Remove a line2022-08-17, by Kim Alvefur
-
mod_time: Return sub-second precision timestamps2022-08-14, by Kim Alvefur
-
mod_storage_sql: Drop archive timestamp precision pending schema update2022-08-14, by Kim Alvefur
-
mod_mam: Store archives with sub-second precision timestamps2022-08-14, by Kim Alvefur
-
util.datetime: Add support for sub-second precision timestamps2022-08-14, by Kim Alvefur
-
util.datetime: Fix argument order in tests2022-08-14, by Kim Alvefur
-
util.signal: Fix name conflict in Teal interface declaration2022-08-10, by Kim Alvefur
-
util.error: Use avoid name conflict in Teal interface declaration2022-08-10, by Kim Alvefur
-
util.uuid: Fix syntax of Teal interface declaration file2022-08-10, by Kim Alvefur
-
util.timer: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.termcolours: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.queue: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.logger: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.bitcompat: Add Teal type specification2022-06-30, by Kim Alvefur
-
util.struct: Add Teal interface description file2022-06-15, by Kim Alvefur
-
util.table: Add move() to Teal interface description file2022-06-15, by Kim Alvefur
-
util.set: Add teal type declaration file2022-02-16, by Kim Alvefur
-
util.serialization: Add Teal type specification2021-12-01, by Kim Alvefur
Scroll all the way down to load more.