Software /
code /
prosody
Graph
-
util.openssl: Remove Lua 5.1 os.execute() return value compat2022-10-20, by Kim Alvefur
-
util.human.io: Fix handling of os.execute() return values in Lua 5.2+2022-10-20, by Kim Alvefur
-
util.mathcompat: Module to ease reuse of math.type()2022-10-20, by Kim Alvefur
-
util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.22022-10-19, by Kim Alvefur
-
Merge 0.12->trunk2022-10-20, by Kim Alvefur
-
util.startup: Ensure import() is available in prosodyctl (thanks keyzer) 0.122022-10-20, by Kim Alvefur
-
util.smqueue: Improve tests2022-10-19, by Kim Alvefur
-
util.jsonpointer: Improve tests2022-10-19, by Kim Alvefur
-
util.datamapper: Remove leftover debug assert (Only Teal, not included in build)2022-10-19, by Kim Alvefur
-
mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from mod_privacy2022-10-17, by Kim Alvefur
-
util.stanza: Add new methods to Teal interface specification2022-10-17, by Kim Alvefur
-
mod_c2s: Include stream attributes in stream-features event2022-10-14, by Matthew Wild
-
mod_tokenauth: Allow attaching an arbitrary data table to a token2022-10-13, by Matthew Wild
-
util.cache: Add some missing test cases2022-10-13, by Matthew Wild
-
util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas)2022-10-11, by Matthew Wild
-
util.jid: Simplify boolean logic in conditionals2022-10-11, by Matthew Wild
-
util.jid: Remove redundant check from split() (micro-optimization?)2022-10-11, by Matthew Wild
-
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
-
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
-
util.dataforms: Add missing :data() to Teal definition2021-11-15, by Kim Alvefur
-
util.dataforms: Restructure Teal definition file2021-11-15, by Kim Alvefur
-
util.human.io: Add Teal interface definition2021-11-10, by Kim Alvefur
-
util.promise: Add Teal interface specification file2022-07-24, by Kim Alvefur
-
teal: add stub util.array teal defs2022-07-24, by Kim Alvefur
-
net.server: Add teal description file2022-07-24, by Kim Alvefur
-
net.http: Add teal description files2022-07-24, by Kim Alvefur
-
util.human.units: Specify enum argument to format()2021-07-05, by Kim Alvefur
-
core.storagemanager: Convert old Typed Lua description file into Teal2021-03-24, by Kim Alvefur
-
util.hex: Update Teal spec for function rename in a0ff5c438e9d2022-08-10, by Kim Alvefur
-
doap: Update XEP versions for which no code changes appear needed2022-08-08, by Kim Alvefur
-
various: Update IETF RFC URLs for tools.ietf.org transition2022-08-05, by Kim Alvefur
-
mod_admin_shell: Remove obsolete module:load() argument from 0.8 time2022-08-05, by Kim Alvefur
-
mod_tls: Record STARTTLS state so it can be shown in Shell2022-08-02, by Kim Alvefur
-
net.resolvers.basic: Add opt-out argument for DNSSEC security status2022-08-02, by Kim Alvefur
-
Merge 0.12->trunk2022-07-29, by Kim Alvefur
-
mod_http_files: Log warning about legacy modules using mod_http_files 0.122022-07-17, by Kim Alvefur
-
util.sasl.scram: Add 'tls-exporter' as recognised channel binding method2022-07-26, by Kim Alvefur
-
Merge 0.12->trunk2022-07-26, by Kim Alvefur
-
mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)2022-06-01, by Kim Alvefur
-
mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom) 0.122022-07-26, by Kim Alvefur
-
util.table: Fix inaccurate comment2022-07-11, by Kim Alvefur
-
compat: Use table.pack (there since Lua 5.2) over our util.table2022-07-11, by Kim Alvefur
-
compat: Remove handling of Lua 5.1 location of 'unpack' function2022-07-11, by Kim Alvefur
-
Merge 0.12->trunk2022-07-11, by Kim Alvefur
-
luacheck: Set expected globals to Lua 5.4 + compat2022-07-10, by Kim Alvefur
-
core.s2smanager: Don't remove unrelated session on close of bidi session 0.122022-06-26, by Kim Alvefur
-
Merge 0.12->trunk2022-07-08, by Kim Alvefur
-
luacheck: Shut up (backports 3caff1f93520, ignores module deleted in trunk) 0.122022-05-30, by Kim Alvefur
-
Merge 0.12->trunk2022-07-08, by Kim Alvefur
-
Merge 0.12->trunk2022-07-08, by Kim Alvefur
-
util.datamapper: Improve handling of schemas with non-obvious "type" 0.122022-07-08, by Kim Alvefur
-
util.jsonschema: Fix validation to not assume presence of "type" field 0.122022-07-08, by Kim Alvefur
-
executables: Reject Lua 5.1 early2022-07-02, by Kim Alvefur
-
CHANGES: Lua 5.1 support removed (closes #1600)2022-07-05, by Kim Alvefur
-
util.envload: Remove Lua 5.1 method2022-07-05, by Kim Alvefur
-
util-src: Remove Lua 5.1 compat macros2022-07-01, by Kim Alvefur
-
mod_storage_sql: Remove Lua 5.1 compatibility hack2022-07-02, by Kim Alvefur
-
util: Remove various Lua 5.1 compatibility hacks2022-07-02, by Kim Alvefur
-
util.dependencies: Reject Lua 5.1, Lua 5.2 or later is now required (see #1600)2022-07-02, by Kim Alvefur
-
tests: Remove special-casing of Lua 5.12022-07-02, by Kim Alvefur
-
configure: No longer accept Lua 5.12022-06-30, by Kim Alvefur
-
util.dependencies: Deprecate support for Lua 5.1, this is your final warning2022-06-30, by Kim Alvefur
-
util.hashes: Revert to HMAC() convenience function2022-06-24, by Kim Alvefur
-
util.hashes: Remove unused constants2022-06-24, by Kim Alvefur
-
util.hashes: Remove unused struct2022-06-24, by Kim Alvefur
-
util.hashes: Return OpenSSL error messages on failure2022-06-24, by Kim Alvefur
-
util.hashes: Add SHA3 bindings2020-09-10, by Kim Alvefur
-
util.hashes: Bind BLAKE2 algoritms supported by OpenSSL2020-09-10, by Kim Alvefur
-
util.hashes: Refactor PBKDF2 to deduplicate code2020-09-10, by Kim Alvefur
-
util.hashes: Expose sha224 and sha384 HMAC functions2020-11-29, by Kim Alvefur
-
util.hashes: Refactor HMAC bindings (fixes #1589)2020-11-29, by Kim Alvefur
-
util.hashes: Refactor hash functions to use OpenSSL EVP methods (fix #1698)2020-09-10, by Kim Alvefur
-
Merge 0.12->trunk2022-06-19, by Kim Alvefur
-
net.unbound: Merge luaunbound and prosody defaults in absence of user config (fixes #1763) (thanks rgd) 0.122022-06-19, by Kim Alvefur
-
mod_mam: Silence luacheck (yay warnings in CI but not locally)2022-06-14, by Kim Alvefur
-
mod_mam: Clarify comment (thanks chili-b)2022-06-14, by Kim Alvefur
-
Merge 0.12->trunk2022-06-14, by Kim Alvefur
-
mod_csi_simple: Collect stats on number of stanzas per flush2022-06-14, by Kim Alvefur
-
mod_admin_shell: Show session id ping reply came2022-06-13, by Kim Alvefur
-
Merge 0.12->trunk2022-06-13, by Kim Alvefur
-
net.http.codes: Refresh from registry, many refs now point to RFC91102022-06-13, by Kim Alvefur
-
util.watchdog: Allow passing a new timeout to :reset()2022-06-11, by Matthew Wild
-
util.watchdog: Allow :reset() to restart a cancelled watchdog2022-06-11, by Matthew Wild
-
util.watchdog: Update to use "new" util.timer API2022-06-11, by Matthew Wild
Scroll all the way down to load more.