..
human
util.human.io: Use UTF-8-aware length check in padding functions
2021-11-12 14:22:21 +01:00
prosodyctl
util.prosodyctl.check: Support direct TLS connectivity checks
2021-11-28 22:51:50 +01:00
sasl
util.sasl.scram: Store username property rather than cached local ( #399 )
2021-12-07 16:23:23 +00:00
adhoc.lua
util.adhoc: Propagate error with producing initial initial data
2021-01-31 21:10:03 +01:00
adminstream.lua
util.adminstream: Prevent closure on read timeout
2020-06-18 17:54:28 +02:00
argparse.lua
Merge 0.11->trunk
2021-10-12 14:59:18 +02:00
array.lua
util.array: Add :slice() method + tests
2021-09-12 10:50:20 +01:00
async.lua
util.async: Add next-tick configuration
2021-11-29 14:14:30 +00:00
bit53.lua
util.bitops: Library to find appropriate bitwise library ( closes #1395 )
2019-07-22 01:58:57 +02:00
bitcompat.lua
util.bitops: Library to find appropriate bitwise library ( closes #1395 )
2019-07-22 01:58:57 +02:00
cache.lua
util.cache: Add __name to metatable
2020-10-30 14:05:07 +00:00
caps.lua
vairious: Add annotation when an empty environment is set [luacheck]
2018-02-28 20:06:26 +01:00
dataforms.lua
util.dataforms: Encode size attributes as integers in XEP-0221 media element
2021-10-28 13:02:59 +02:00
datamanager.lua
util.datamanager: Support iterating over any file extension
2021-02-07 19:23:33 +01:00
datamapper.lua
util.datamapper: Don't include empty unwrapped arrays
2021-03-24 00:48:02 +01:00
datetime.lua
util.datetime: Make sure timezone difference is calculated correctly ( fixes #1262 )
2018-12-09 23:01:47 +01:00
dbuffer.lua
util.dbuffer: Fix bugs, remove multi-char support (more complex than first thought)
2021-06-29 14:25:57 +01:00
debug.lua
util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!)
2020-10-16 13:38:04 +01:00
dependencies.lua
util.dependencies: Fix typo (thanks jonas’)
2021-11-30 22:04:00 +01:00
dns.lua
util.dns: Update RR types from IANA registry
2020-06-25 20:45:06 +02:00
envload.lua
util.envload: Ignore "undefined variable" warning for loadstring [luacheck with strict 5.2 or 5.3 checks]
2017-11-23 20:51:38 +01: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
vairious: Add annotation when an empty environment is set [luacheck]
2018-02-28 20:06:26 +01:00
format.lua
util.format: Optimize most common integer format
2021-12-13 16:38:33 +01:00
gc.lua
util.gc: Fix check for Lua 5.4
2021-03-16 00:04:26 +01:00
hashring.lua
util.hashring: Normalize indentation to tabs
2020-11-15 14:48:59 +01:00
helpers.lua
util.helpers: when logging events, log individual handler calls
2020-09-03 13:00:43 +01:00
hex.lua
util.hex: Normalize hex to lowercase and discard non-hex input
2015-08-26 14:32:20 +02:00
hmac.lua
util.hmac: Expose hmac-sha-512 too
2019-04-19 12:47:49 +02:00
http.lua
util.http: Fix decoding of uppercase URL encoded chars
2019-01-16 13:53:04 +01:00
id.lua
util.id: New util for producing random identifiers of varying sizes
2017-03-29 22:38:31 +02:00
import.lua
lint: Remove use of the 143 error code
2018-12-08 17:10:51 +01: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
Merge 0.11->trunk
2021-07-03 17:28:07 +02:00
iterators.lua
util.iterators: Use pack from table.pack
2018-12-08 16:36:05 +01:00
jid.lua
util.jid: Fix special escaping of '\' per XEP-0106
2020-08-28 18:44:02 +02:00
json.lua
util.json: Use util.iterators.sorted_pairs() in ordered mode
2018-09-21 14:35:35 +01:00
jsonschema.lua
util.jsonschema: Rename types for improved readability
2021-03-18 23:57:03 +01:00
jwt.lua
util.jwt: Use constant-time comparison with expected signature
2021-05-13 14:13:07 +01:00
logger.lua
util.logger: Import globals (fixes on Lua 5.2)
2018-02-28 20:17:21 +01:00
mercurial.lua
util.mercurial: Ignore an unused error variable [luacheck]
2019-12-23 21:09:38 +01:00
multitable.lua
lint: Remove use of the 143 error code
2018-12-08 17:10:51 +01:00
openmetrics.lua
mod_http_openmetrics: Imported from prosody-modules mod_prometheus @df2246b15075
2021-11-24 16:03:05 +00:00
openssl.lua
util: Various minor changes to please [luacheck]
2017-11-10 05:42:32 +01:00
paths.lua
util.paths: Optimize path joining with few arguments
2020-10-11 23:04:13 +02:00
pluginloader.lua
util.pluginloader: Look for module libs in mod_plugin/lib.lua
2020-10-05 20:58:37 +02:00
presence.lua
util.presence: Remove TODO about deprecated XEP-0016.
2018-06-08 15:27:13 +02:00
promise.lua
util.promise: Use xpcall() for promise function to preserve tracebacks
2020-11-23 20:38:51 +00:00
prosodyctl.lua
util.prosodyctl: Install plugins for current Lua version
2021-03-16 02:44:22 +01:00
pubsub.lua
mod_pubsub,mod_pep: Implement 'send_last_published_item' option #1436
2021-10-19 18:11:50 +02:00
queue.lua
util.dbuffer: dynamic string buffer
2020-06-26 16:41:31 +01:00
random.lua
util.random: Throw different error for EOL condition
2019-05-21 08:52:21 +02:00
rfc6724.lua
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
2016-03-10 17:52:03 +00:00
rsm.lua
util.rsm: Correctly coerce integer value for <index> ( fix #1642 )
2021-03-06 18:26:50 +01:00
sasl.lua
Fix various spelling errors (thanks codespell)
2021-07-27 00:13:18 +02:00
serialization.lua
util.serialization: Let freeze metamethod return a literal string
2020-09-26 23:17:53 +02:00
session.lua
util.session: Remove tostring call from logging
2019-07-30 02:24:06 +02:00
set.lua
util.set: Add :contains_set() method
2021-09-12 10:51:27 +01:00
smqueue.lua
util.smqueue: Simplify compat table, fix dependent modules (thanks Martin)
2021-12-16 12:16:45 +01:00
sql.lua
util.sql: Ignore if tables and indices already exist on creation ( fixes #1064 )
2019-05-30 23:50:28 +02:00
sslconfig.lua
util.sslconfig: Process TLS 1.3-specific cipher list
2020-06-07 02:14:55 +02:00
stanza.lua
util.stanza: Adjust pretty printing for symmetry
2021-11-29 02:13:45 +01:00
startup.lua
util.startup: Initialize util.async at startup
2021-11-29 14:16:20 +00:00
statistics.lua
Statistics: Rewrite statistics backends to use OpenMetrics
2021-04-18 11:47:41 +02:00
statsd.lua
Statistics: Rewrite statistics backends to use OpenMetrics
2021-04-18 11:47:41 +02:00
template.lua
vairious: Add annotation when an empty environment is set [luacheck]
2018-02-28 20:06:26 +01:00
termcolours.lua
util.termcolours: Use explicit number formatting instead of coercion on concatenation
2019-11-20 19:22:55 +01:00
throttle.lua
vairious: Add annotation when an empty environment is set [luacheck]
2018-02-28 20:06:26 +01:00
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.uuid: Open /dev/urandom read-only, make seed() a noop
2016-01-10 23:21:34 +01:00
vcard.lua
Fix various spelling errors (thanks codespell)
2021-07-27 00:13:18 +02:00
watchdog.lua
vairious: Add annotation when an empty environment is set [luacheck]
2018-02-28 20:06:26 +01:00
x509.lua
util.x509: Fix recording of CommonNames in get_identities
2019-12-08 17:48:37 +01:00
xml.lua
util.xml: Fix float formatting of line and columns in error (on Lua 5.3+)
2020-10-03 16:22:56 +02: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
util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1
2018-10-26 19:29:08 +01:00