Software /
code /
prosody
Graph
-
util.jsonschema: Disable some further new failing tests22 months ago, by Kim Alvefur
-
util.jsonschema: Ignore some new tests in test suite22 months ago, by Kim Alvefur
-
util.table: Expand table.move() tests (thanks mutation testing)21 months ago, by Matthew Wild
-
util.sasl.scram: Fix off-by-one indentation21 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Adjust parsing of GS2 to allow lack of authzid21 months ago, by Kim Alvefur
-
doap: Sort by XEP number21 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Return username from callback instead using authzid (BC)21 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Fix syntax error in b796e08e637621 months ago, by Matthew Wild
-
util.sasl.oauthbearer: Attach token_info to sasl handler21 months ago, by Matthew Wild
-
util.ip: Add Teal interface description21 months ago, by Kim Alvefur
-
util.ip: Tests for truncate()21 months ago, by Matthew Wild
-
mod_auth_internal_hashed: Record time of account disable / re-enable22 months ago, by Kim Alvefur
-
util.ip: Add ip.truncate() to return a new IP with only the prefix of another21 months ago, by Matthew Wild
-
util.ip: Add is_ip() helper method to detect if an object is an ip object21 months ago, by Matthew Wild
-
doap: Add RFC 7628 introduced in ab1164eda01122 months ago, by Kim Alvefur
-
util.jwt: Import definition of key from util.crypto22 months ago, by Kim Alvefur
-
util.jwt: Fixup argument and type order22 months ago, by Kim Alvefur
-
mod_admin_shell: Limit module dependency listings to loaded on current host22 months ago, by Kim Alvefur
-
util.jwt: Document interface as Teal definition file22 months ago, by Kim Alvefur
-
mod_authz_internal: Fix wrong role name field in user_can_assume_role()22 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Kim Alvefur
-
mod_admin_shell: Show reverse dependencies in module:info()22 months ago, by Kim Alvefur
-
core.moduleapi: Record reverse dependencies22 months ago, by Kim Alvefur
-
authz: Add method for retrieving all roles22 months ago, by Kim Alvefur
-
mod_tokenauth: Fix misplaced closing parenthesis22 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Fix traceback on authz in unexpected format22 months ago, by Kim Alvefur
-
mod_tokenauth: Gracefully handle missing tokens22 months ago, by Matthew Wild
-
mod_auth_internal_hashed: Add oauthbearer handler to our SASL profile22 months ago, by Matthew Wild
-
mod_tokenauth: Add SASL handler backend that can accept and verify tokens22 months ago, by Matthew Wild
-
mod_tokenauth: Add some sanity checking of the new optional parameters22 months ago, by Matthew Wild
-
mod_tokenauth: Add 'purpose' constraint22 months ago, by Matthew Wild
-
mod_saslauth: Support for SASL handlers forcing a specific resource22 months ago, by Matthew Wild
-
util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628)22 months ago, by Matthew Wild
-
mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable users22 months ago, by Kim Alvefur
-
CHANGES: Mention new ability to disable and enable user accounts22 months ago, by Kim Alvefur
-
mod_admin_shell: Add commands to disable and enable accounts22 months ago, by Kim Alvefur
-
mod_c2s: Disconnect accounts when they are disabled22 months ago, by Kim Alvefur
-
core.usermanager: Fire events when enabling and disabling users22 months ago, by Kim Alvefur
-
core.usermanager: Add methods for enabling and disabling users22 months ago, by Kim Alvefur
-
core.usermanager: Add Teal description file22 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Implement methods to enable and disable users22 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Implement is_enabled() method22 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Add stub methods for enabling and disabling users22 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Refactor to prepare for disabling users22 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Kim Alvefur
-
util.prosodyctl.check: Suggest 'http_cors_override' instead of older CORS settings 0.1222 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Matthew Wild
-
Merge 0.12->trunk22 months ago, by Matthew Wild
-
mod_websocket: Fire pre-session-close event (fixes #1800) 0.12 0.12.322 months ago, by Matthew Wild
-
MUC: Add Occupant API methods to Teal spec22 months ago, by Kim Alvefur
-
MUC: Add Teal description of muc.lib functions22 months ago, by Kim Alvefur
-
MUC: Start on a Teal description of MUC rooms22 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Matthew Wild
-
Merge 0.12->trunk22 months ago, by Kim Alvefur
-
mod_admin_socket: Return error on unhandled input to prevent apparent freeze 0.1222 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Matthew Wild
-
net.http.server: Add new API to get HTTP request from a connection 0.1222 months ago, by Matthew Wild
-
util.poll: Include unistd.h only for epoll23 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Matthew Wild
-
net.http.parser: Improve handling of responses without content-length 0.1223 months ago, by Matthew Wild
-
Merge 0.12->trunk23 months ago, by Matthew Wild
-
core.sessionmanager: Mark session as destroyed to prevent reentry 0.1223 months ago, by Kim Alvefur
-
core.sessionmanager: Skip log when (not) destroying destroyed sessions 0.1223 months ago, by Kim Alvefur
-
util.crypto: Preemptively silence 'strict-prototypes' warning23 months ago, by Kim Alvefur
-
mod_storage_sql: Remove module status on unknown 'debug' level23 months ago, by Kim Alvefur
-
core.moduleapi: Fix passing variable to logging23 months ago, by Kim Alvefur
-
mod_storage_sql: Silence luacheck warning23 months ago, by Kim Alvefur
-
mod_storage_sql: Record connection to database as module status23 months ago, by Kim Alvefur
-
mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()23 months ago, by Kim Alvefur
-
mod_admin_shell: Sort MUC users by relation and JID23 months ago, by Kim Alvefur
-
mod_admin_shell: Make Role and Affiliation columns the same width for aesthetics23 months ago, by Kim Alvefur
-
mod_admin_shell: Use tables to present MUC users23 months ago, by Kim Alvefur
-
mod_admin_shell: Factor out room retrieval into common function23 months ago, by Kim Alvefur
-
mod_admin_shell: Add muc:affiliations(room) command to list memberships23 months ago, by Kim Alvefur
-
mod_admin_shell: Add muc:occupants(room) command to list occupants23 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Kim Alvefur
-
util.startup: Close state on exit to ensure GC finalizers are called 0.1223 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Close state on exit to fix saving shell history 0.1223 months ago, by Kim Alvefur
-
mod_muc_mam: Use higher precision timestamps23 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Kim Alvefur
-
mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments) 0.1223 months ago, by Kim Alvefur
-
util.dnsregistry: Remove unintentional 'Unassigned' record23 months ago, by Kim Alvefur
-
tools/dnsregistry: Fix to ignore unassigned entries23 months ago, by Kim Alvefur
-
MUC: Add note about non-existant room method23 months ago, by Kim Alvefur
-
util.struct: Fix typo in comment23 months ago, by Kim Alvefur
-
mod_admin_socket: Fix typo in comments23 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Kim Alvefur
-
luacheck: Remove long gone mod_storage_sql1 from excludes23 months ago, by Kim Alvefur
-
util.sqlite3: Skip prepared statements when no parameters are given2022-08-01, by Kim Alvefur
-
util.sqlite3: Create util.error registry from headers2021-10-01, by Kim Alvefur
-
mod_storage_sql: Support SQLite3 without LuaDBI23 months ago, by Kim Alvefur
-
util.sqlite3: SQLite3-only variant of util.sql using LuaSQLite32022-08-01, by Kim Alvefur
-
util.hashes: Silence compiler warning about char pointer signedness23 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Kim Alvefur
-
prosodyctl check dns: Check for Direct TLS SRV records even if not configured (fix #1793) 0.1223 months ago, by Kim Alvefur
-
spec: Suppress some harmless luacheck warnings in tests23 months ago, by Matthew Wild
-
util.paseto: Add support for v3.local tokens23 months ago, by Matthew Wild
-
util.paseto: Fix omitted parameter23 months ago, by Matthew Wild
-
util.paseto: Stricter base64 decoding, as per spec23 months ago, by Matthew Wild
-
util.crypto: Add support for AES-256-CTR23 months ago, by Matthew Wild
-
util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA38423 months ago, by Matthew Wild
-
Merge 0.12->trunk24 months ago, by Kim Alvefur
-
net.http.server: Close file handle earlier24 months ago, by Kim Alvefur
-
Merge 0.12->trunk24 months ago, by Kim Alvefur
-
Merge 0.12->trunk24 months ago, by Kim Alvefur
-
net.server_epoll: Remove delay on last main loop iteration when quitting24 months ago, by Kim Alvefur
-
net.server_epoll: Factor out single main loop step into its own function24 months ago, by Kim Alvefur
-
Merge 0.12->trunk2022-12-29, by Kim Alvefur
-
Merge 0.12->trunk2022-12-29, by Kim Alvefur
-
mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787) 0.122022-12-29, by Kim Alvefur
-
configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)2022-12-29, by Matthew Wild
-
sessionmanager: Fire event before retiring old session2022-12-29, by Matthew Wild
-
sessionmanager: Pluck sasl_handler from old session when resuming (fixes #1785)2022-12-29, by Matthew Wild
-
doap: Fix RDF syntax (thanks Link Mauve)2022-12-28, by Kim Alvefur
-
util.datamapper: Simplify test schema2022-12-20, by Kim Alvefur
-
util.openmetrics: Update tools.ietf.org URL to datatracker2022-12-19, by Kim Alvefur
-
mod_s2s_auth_certs: Validate certificates against secure SRV targets2022-12-21, by Kim Alvefur
-
net.resolvers.basic: Record hostname coming from secure SRV records2022-12-21, by Kim Alvefur
-
net.resolvers.service: Record DNSSEC security status of SRV records2022-12-21, by Kim Alvefur
-
net.resolvers.service: Fix reporting of Bogus DNSSEC results2022-12-21, by Kim Alvefur
-
Revert unintentionally committed parts of 12bd40b8e1052022-12-21, by Kim Alvefur
-
mod_s2s: Retrieve stanza size limit from peer for bidi connections2022-11-09, by Kim Alvefur
-
mod_s2s: Advertise stream features on bidi connections2022-10-20, by Kim Alvefur
-
mod_s2s_bidi: Add provisions for advertising features to bidi peers2022-10-20, by Kim Alvefur
-
mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement2022-10-20, by Kim Alvefur
-
mod_s2s: Avoid sending too large stanzas2021-03-16, by Kim Alvefur
-
mod_s2s: Record stanza size limit advertised by other servers2021-03-16, by Kim Alvefur
-
mod_s2s: Advertise stanza size limit to other servers2021-03-16, by Kim Alvefur
-
mod_c2s: Advertise stanza size limit to clients2021-03-16, by Kim Alvefur
-
mod_smacks: Factor out resumption token table key generation2022-11-13, by Kim Alvefur
-
Merge 0.12->trunk2022-12-12, by Kim Alvefur
-
mod_smacks: Only track resumable sessions2022-11-18, by Kim Alvefur
-
util.hashring: Support associating arbitrary data with nodes2022-12-02, by Matthew Wild
-
util.hashring: tests: don't randomize order - they are written in a sequential style2022-12-02, by Matthew Wild
-
Merge 0.12->trunk2022-11-04, by Matthew Wild
-
Merge 0.12->trunk2022-10-31, by Matthew Wild
-
mod_http: Allow disabling CORS in the http_cors_override option and by default 0.122022-10-31, by Matthew Wild
-
Merge 0.12->trunk2022-10-24, by Kim Alvefur
-
mod_admin_shell: Ensure connection exists to get port from (fixes #1777) 0.122022-10-23, by Kim Alvefur
-
util.prosodyctl.cert: Remove Lua 5.1 os.execute() return value compat2022-10-20, by Kim Alvefur
-
util.prosodyctl: Remove Lua 5.1 os.execute() return value compat2022-10-20, by Kim Alvefur
-
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
Scroll all the way down to load more.