prosody/util
Kim Alvefur c11d121c06 util.sasl.{scram,plain}: Pass authzid to SASL profile callback
For potential future use.

Used for logging into a different account than the one used for
authentication.
2023-03-16 13:57:30 +01:00
..
human util.human.io: Fix handling of os.execute() return values in Lua 5.2+ 2022-10-20 17:35:01 +02:00
prosodyctl Merge 0.12->trunk 2023-02-22 22:29:53 +01:00
sasl util.sasl.{scram,plain}: Pass authzid to SASL profile callback 2023-03-16 13:57:30 +01:00
adhoc.lua util.adhoc: Propagate error with producing initial initial data 2021-01-31 21:10:03 +01:00
adminstream.lua mod_admin_socket: Fix typo in comments 2023-01-20 18:16:10 +01:00
argparse.lua util.argparse: Revise 553c6204fe5b with a different approach 2022-04-25 15:24:56 +01:00
array.lua util.array: Take advantage of table.move() 2022-03-18 15:22:00 +00:00
async.lua util.async: Optionally allow too many 'done' callbacks 2022-02-22 14:17:10 +01:00
bit53.lua util.bit53: Support for more than 2 arguments, for compat with bit32 2022-03-04 19:37:59 +00:00
bitcompat.lua util: Remove various Lua 5.1 compatibility hacks 2022-07-02 17:31:14 +02:00
cache.lua util.cache: Add __name to metatable 2020-10-30 14:05:07 +00:00
caps.lua
dataforms.lua util.dataforms: Encode size attributes as integers in XEP-0221 media element 2021-10-28 13:02:59 +02:00
datamanager.lua spelling: non-existing mistakes (thanks timeless) 2022-03-07 00:35:29 +01:00
datamapper.lua util.mathcompat: Module to ease reuse of math.type() 2022-10-20 16:50:12 +02:00
datetime.lua util.datetime: Remove a line 2022-08-17 18:07:31 +02:00
dbuffer.lua util.dbuffer: Add efficient shortcuts for discard() in certain cases 2022-10-11 11:37:55 +01:00
debug.lua Revert util.debug change accidentally committed in e157e5c79daa 2022-02-04 15:13:13 +00:00
dependencies.lua util.dependencies: Reject Lua 5.1, Lua 5.2 or later is now required (see #1600) 2022-07-02 17:30:34 +02:00
dns.lua util.hex: Deprecate to/from in favour of encode/decode, for consistency! 2022-03-04 15:22:45 +00:00
dnsregistry.lua util.dnsregistry: Remove unintentional 'Unassigned' record 2023-01-20 23:40:54 +01:00
envload.lua util.envload: Remove Lua 5.1 method 2022-07-05 14:18:32 +02:00
error.lua util.error: Switch to util.debug traceback tables and remove display_tracebacks option 2020-12-09 14:51:40 +00:00
events.lua util.events: Add set_debug_hook() method 2020-09-03 12:59:43 +01:00
filters.lua
format.lua util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.2 2022-10-19 16:25:05 +02:00
gc.lua util.gc: Linter fixes [luacheck] 2020-06-15 14:23:47 +01:00
hashring.lua util.hashring: Support associating arbitrary data with nodes 2022-12-02 20:32:36 +00:00
helpers.lua util.helpers: when logging events, log individual handler calls 2020-09-03 13:00:43 +01:00
hex.lua util.hex: Deprecate to/from in favour of encode/decode, for consistency! 2022-03-04 15:22:45 +00:00
hmac.lua util.hashes: Expose sha224 and sha384 HMAC functions 2020-11-29 17:58:45 +01:00
http.lua
id.lua util.id: Adjust entropy levels, with rationales 2021-12-02 01:14:55 +01:00
import.lua compat: Remove handling of Lua 5.1 location of 'unpack' function 2022-07-11 19:07:38 +02:00
indexedbheap.lua util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_value) 2020-09-29 21:27:16 -05:00
interpolation.lua util.interpolation: Fix combination of filters and fallback values #1623 2021-01-25 20:58:11 +01:00
ip.lua util.ip: Add ip.truncate() to return a new IP with only the prefix of another 2023-03-14 18:24:58 +00:00
iterators.lua util.iterators: join: Work even with only a single iterator in the chain 2022-10-06 18:34:40 +01:00
jid.lua util.jid: Simplify boolean logic in conditionals 2022-10-11 13:35:09 +01:00
json.lua util.json: Accept empty arrays with whitespace (fixes #1782) 2022-11-04 12:26:10 +00:00
jsonpointer.lua util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.2 2022-10-19 16:25:05 +02:00
jsonschema.lua util.jsonschema: Use same integer/float logic on Lua 5.2 and 5.3 2022-10-09 15:42:25 +02:00
jwt.lua util.jwt: More robust ECDSA signature parsing, fail early on unexpected length 2022-09-30 20:38:31 +01:00
logger.lua util.logger: Return sink_function from add_simple_sink() 2022-03-17 10:20:23 +00:00
mathcompat.lua util.mathcompat: Module to ease reuse of math.type() 2022-10-20 16:50:12 +02:00
mercurial.lua util.mercurial: Ignore an unused error variable [luacheck] 2019-12-23 21:09:38 +01:00
multitable.lua compat: Remove handling of Lua 5.1 location of 'unpack' function 2022-07-11 19:07:38 +02:00
openmetrics.lua util.openmetrics: Update tools.ietf.org URL to datatracker 2022-12-19 23:11:42 +01:00
openssl.lua util.openssl: Remove Lua 5.1 os.execute() return value compat 2022-10-20 17:36:05 +02:00
paseto.lua util.paseto: Add support for v3.local tokens 2023-01-13 14:38:05 +00:00
paths.lua util.paths: Optimize path joining with few arguments 2020-10-11 23:04:13 +02:00
pluginloader.lua Spelling: Fix various spelling mistakes (thanks timeless) 2022-03-07 00:13:56 +01:00
presence.lua
promise.lua util.promise: Remove line that was supposed to be removed in eb9814372c54 2022-10-07 17:45:23 +01:00
prosodyctl.lua util.prosodyctl: Remove Lua 5.1 os.execute() return value compat 2022-10-20 17:37:07 +02:00
pubsub.lua util.pubsub: Fix traceback if node data not initialized 2021-05-16 16:02:00 +02:00
queue.lua util.dbuffer: dynamic string buffer 2020-06-26 16:41:31 +01:00
random.lua util.random: Test whether util.crand works before using it (fix #1734) 2022-04-02 16:33:27 +02:00
rfc6724.lua
roles.lua util.roles: Add a :policies() method to iterate through available policies 2022-10-07 17:01:35 +01:00
rsm.lua util.rsm: Correctly coerce integer value for <index> (fix #1642) 2021-03-06 18:26:50 +01:00
sasl.lua util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628) 2023-03-01 12:55:00 +00:00
serialization.lua util.mathcompat: Module to ease reuse of math.type() 2022-10-20 16:50:12 +02:00
session.lua util.session: Add role management methods 2022-06-15 11:37:09 +01:00
set.lua util.set: Add is_set() to test if an object is a set 2021-05-10 16:41:56 +01:00
smqueue.lua util.smqueue: Simplify compat table, fix dependent modules (thanks Martin) 2021-12-16 12:16:45 +01:00
sql.lua mod_storage_sql: Record connection to database as module status 2023-01-30 00:38:26 +01:00
sqlite3.lua mod_storage_sql: Record connection to database as module status 2023-01-30 00:38:26 +01:00
sslconfig.lua net: isolate LuaSec-specifics 2022-04-27 17:44:14 +02:00
stanza.lua Merge 0.11->0.12 2022-12-12 07:07:13 +01:00
startup.lua Merge 0.12->trunk 2023-01-22 15:43:44 +01:00
statistics.lua openmetrics/histograms: improve code clarity 2021-12-27 16:05:12 +01:00
statsd.lua Spelling: Fix various spelling mistakes (thanks timeless) 2022-03-07 00:13:56 +01:00
template.lua
termcolours.lua util.termcolours: Use explicit number formatting instead of coercion on concatenation 2019-11-20 19:22:55 +01:00
throttle.lua
timer.lua util.timer: Ensure timers can't run more than once per tick (fixes #1620) 2021-01-08 23:23:56 +01:00
uuid.lua util.hex: Deprecate to/from in favour of encode/decode, for consistency! 2022-03-04 15:22:45 +00:00
watchdog.lua util.watchdog: Allow passing a new timeout to :reset() 2022-06-11 22:15:31 +01:00
x509.lua Revert unintentionally committed parts of 12bd40b8e105 2022-12-21 21:34:07 +01:00
xml.lua util.xml: Add an option to allow <?processing instructions?> 2022-02-04 20:47:39 +01:00
xmppstream.lua util.xmppstream: Allow dynamically configuring the stanza size limit for a stream 2021-05-10 17:03:27 +01:00
xpcall.lua
xtemplate.lua util.xtemplate: Yet another string template library 2022-01-24 23:54:32 +01:00