util.sasl.scram: Add 'tls-exporter' as recognised channel binding method
|
Kim Alvefur |
2022-07-26 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-07-26 |
mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)
|
Kim Alvefur |
2022-06-01 |
mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom)
0.12
|
Kim Alvefur |
2022-07-26 |
mod_storage_sql: Fix bypass of load procedure under prosodyctl
0.12
|
Kim Alvefur |
2022-07-25 |
util.table: Fix inaccurate comment
|
Kim Alvefur |
2022-07-11 |
compat: Use table.pack (there since Lua 5.2) over our util.table
|
Kim Alvefur |
2022-07-11 |
compat: Remove handling of Lua 5.1 location of 'unpack' function
|
Kim Alvefur |
2022-07-11 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-07-11 |
luacheck: Set expected globals to Lua 5.4 + compat
|
Kim Alvefur |
2022-07-10 |
core.s2smanager: Don't remove unrelated session on close of bidi session
0.12
|
Kim Alvefur |
2022-06-26 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-07-08 |
luacheck: Shut up (backports 3caff1f93520, ignores module deleted in trunk)
0.12
|
Kim Alvefur |
2022-05-30 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-07-08 |
Backport 875f73ead4e8 8e4033213c62 to deal with luacheck 0.26
0.12
|
Kim Alvefur |
2022-07-08 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-07-08 |
util.datamapper: Improve handling of schemas with non-obvious "type"
0.12
|
Kim Alvefur |
2022-07-08 |
util.jsonschema: Fix validation to not assume presence of "type" field
0.12
|
Kim Alvefur |
2022-07-08 |
executables: Reject Lua 5.1 early
|
Kim Alvefur |
2022-07-02 |
CHANGES: Lua 5.1 support removed (closes #1600)
|
Kim Alvefur |
2022-07-05 |
util.envload: Remove Lua 5.1 method
|
Kim Alvefur |
2022-07-05 |
util-src: Remove Lua 5.1 compat macros
|
Kim Alvefur |
2022-07-01 |
mod_storage_sql: Remove Lua 5.1 compatibility hack
|
Kim Alvefur |
2022-07-02 |
util: Remove various Lua 5.1 compatibility hacks
|
Kim Alvefur |
2022-07-02 |
util.dependencies: Reject Lua 5.1, Lua 5.2 or later is now required (see #1600)
|
Kim Alvefur |
2022-07-02 |
tests: Remove special-casing of Lua 5.1
|
Kim Alvefur |
2022-07-02 |
configure: No longer accept Lua 5.1
|
Kim Alvefur |
2022-06-30 |
util.dependencies: Deprecate support for Lua 5.1, this is your final warning
|
Kim Alvefur |
2022-06-30 |
util.hashes: Revert to HMAC() convenience function
|
Kim Alvefur |
2022-06-24 |
util.hashes: Remove unused constants
|
Kim Alvefur |
2022-06-24 |
util.hashes: Remove unused struct
|
Kim Alvefur |
2022-06-24 |
util.hashes: Return OpenSSL error messages on failure
|
Kim Alvefur |
2022-06-24 |
util.hashes: Add SHA3 bindings
|
Kim Alvefur |
2020-09-10 |
util.hashes: Bind BLAKE2 algoritms supported by OpenSSL
|
Kim Alvefur |
2020-09-10 |
util.hashes: Refactor PBKDF2 to deduplicate code
|
Kim Alvefur |
2020-09-10 |
util.hashes: Expose sha224 and sha384 HMAC functions
|
Kim Alvefur |
2020-11-29 |
util.hashes: Refactor HMAC bindings (fixes #1589)
|
Kim Alvefur |
2020-11-29 |
util.hashes: Refactor hash functions to use OpenSSL EVP methods (fix #1698)
|
Kim Alvefur |
2020-09-10 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-06-19 |
net.unbound: Merge luaunbound and prosody defaults in absence of user config (fixes #1763) (thanks rgd)
0.12
|
Kim Alvefur |
2022-06-19 |
mod_mam: Silence luacheck (yay warnings in CI but not locally)
|
Kim Alvefur |
2022-06-14 |
mod_mam: Clarify comment (thanks chili-b)
|
Kim Alvefur |
2022-06-14 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-06-14 |
util.startup: Fix async waiting for last shutdown steps
0.12
|
Kim Alvefur |
2022-06-14 |
mod_csi_simple: Collect stats on number of stanzas per flush
|
Kim Alvefur |
2022-06-14 |
mod_admin_shell: Show session id ping reply came
|
Kim Alvefur |
2022-06-13 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-06-13 |
mod_smacks: Fix #1761 by setting a flag earlier
0.12
|
Kim Alvefur |
2022-06-11 |