Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.