Software /
code /
prosody
Graph
-
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
-
Merge 0.12->trunk2022-06-09, by Matthew Wild
-
net.server: Fix multiple return values2022-06-03, by Kim Alvefur
-
mod_saslauth: Advertise channel bindings via XEP-04402020-12-06, by Kim Alvefur
-
mod_admin_shell: Include last (mod_cron) task run time in module:info()2022-06-01, by Kim Alvefur
-
util.prosodyctl.shell: Print errors in red to highlight them2022-06-01, by Kim Alvefur
-
mod_admin_shell: Drop unused argument [luacheck]2022-05-31, by Kim Alvefur
-
mod_admin_shell: Show bound ports in module:info2022-05-30, by Kim Alvefur
-
mod_admin_shell: Document the 'watch' section in the built-in help2022-05-30, by Kim Alvefur
-
util.openmetrics: Set __name field on metatables to improve error messages2022-05-30, by Kim Alvefur
-
util.openmetrics: Set (previously unused, empty) metatable2022-05-30, by Kim Alvefur
-
luacheck: Ignore new warning about uses of `not (x == y)` and similar2022-05-30, by Kim Alvefur
-
luacheck: Ignore new warning about using variables prefixed with '_'2022-05-30, by Kim Alvefur
-
core.configmanager: Remove COMPAT for old config format from 20132022-05-29, by Kim Alvefur
-
util.vcard: Delete since nothing uses it2022-05-30, by Kim Alvefur
-
prosodyctl shell: Communicate width of terminal to mod_admin_shell2022-05-30, by Kim Alvefur
-
mod_smacks: Indicate that bounces are generated by the server2022-05-27, by Kim Alvefur
-
Merge 0.12->trunk2022-05-27, by Kim Alvefur
-
mod_smacks: Bounce unhandled stanzas from local origin (fix #1759) 0.12 0.12.12022-05-27, by Kim Alvefur
-
mod_smacks: Fix bounce of stanzas directed to full JID on unclean disconnect 0.122022-05-27, by Kim Alvefur
-
mod_smacks: Remove debug log references to timer (not used anymore)2022-05-26, by Kim Alvefur
-
Merge 0.12->trunk2022-05-26, by Kim Alvefur
-
Merge 0.12->trunk2022-05-26, by Kim Alvefur
-
mod_smacks: Use session logging for remaining log messages2022-05-21, by Kim Alvefur
-
mod_smacks: Factor out some convenience functions2022-02-11, by Kim Alvefur
-
util.stanza: Document top level attributes in Teal definition2022-05-17, by Kim Alvefur
-
util.stanza: Document error conditions in Teal definition2022-05-17, by Kim Alvefur
-
net.server_epoll: Add option to defer accept() until data available2022-05-15, by Kim Alvefur
-
net.server_epoll: Wrap LuaSocket object earlier to reuse option setting method2021-07-15, by Kim Alvefur
-
net.server_epoll: Move call to refresh remote IP address out of wrapper2021-07-15, by Kim Alvefur
-
net.server_epoll: Add support for TCP Fast Open2021-07-08, by Kim Alvefur
-
Merge 0.12->trunk2022-05-16, by Kim Alvefur
-
Merge 0.12->trunk2022-05-16, by Kim Alvefur
-
Merge 0.12->trunk2022-05-15, by Kim Alvefur
-
mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded) 0.122022-05-15, by Kim Alvefur
-
mod_smacks: Initialize queue before sending <enable>2022-05-15, by Kim Alvefur
-
mod_cron: Remove difference between teal version2022-05-15, by Kim Alvefur
-
teal/moduleapi: Describe timer wrapper2022-05-15, by Kim Alvefur
-
Merge 0.12->trunk2022-05-09, by Kim Alvefur
-
util.async: Add Teal description file2022-05-08, by Kim Alvefur
-
Merge 0.12->trunk2022-05-08, by Kim Alvefur
-
mod_s2s: Log queued stanzas for which no error reply is produced2022-05-07, by Kim Alvefur
-
mod_s2s: Don't bounce queued error stanzas (thanks Martin)2022-05-07, by Kim Alvefur
-
Merge 0.12->trunk2022-05-06, by Matthew Wild
-
mod_invites_adhoc: Fall back to generic allow_user_invites for role-less users 0.122022-05-06, by Matthew Wild
-
Merge 0.12->trunk2022-05-05, by Kim Alvefur
-
util.prosodyctl.check: turn: Report lack of TURN services as a problem #1749 0.122022-05-03, by Kim Alvefur
-
net.server_select: Restore dependency on LuaSec to soft for tests2022-04-27, by Kim Alvefur
-
net.tls_luasec: Harden dependency on LuaSec2022-04-27, by Kim Alvefur
-
Merge 0.12->trunk2022-04-27, by Kim Alvefur
-
mod_tls: pass target hostname to starttls2021-09-17, by Jonas Schäfer
-
mod_tls: tell network backend to stop reading while preparing TLS2022-04-02, by Jonas Schäfer
-
mod_tls: Do not offer TLS if the connection is considered secure2021-09-17, by Jonas Schäfer
-
net: refactor sslconfig to not depend on LuaSec2022-04-02, by Jonas Schäfer
-
net: isolate LuaSec-specifics2022-04-27, by Jonas Schäfer
-
Merge 0.12->trunk2022-04-25, by Matthew Wild
-
Merge 0.12->trunk2022-04-25, by Matthew Wild
-
util.argparse: Return final 'arg' table with positional arguments for convenience 0.122022-04-25, by Matthew Wild
-
mod_s2s: Improve robustness of outgoing s2s certificate verification 0.122022-04-25, by Matthew Wild
-
mod_s2s: Distinguish DANE TLSA errors from generic cert chain errors2022-04-25, by Kim Alvefur
-
mod_s2s: Recognise and report errors with CA or intermediate certs2022-04-25, by Kim Alvefur
-
mod_smacks: Improve activation of smacks on outgoing s2s2022-04-24, by Kim Alvefur
-
util.crand: Reduce scope here too2022-04-23, by Kim Alvefur
-
util.strbitop: Reduce scope of functions2022-04-23, by Kim Alvefur
-
net.connect: Fix accumulation of connection attempt references2022-04-20, by Kim Alvefur
-
Merge 0.12->trunk2022-04-13, by Matthew Wild
-
util.prosodyctl: check turn: ensure a result is always returned from a check (thanks eTaurus) 0.122022-04-13, by Matthew Wild
Scroll all the way down to load more.