.. |
sasl
|
util.sasl.plain: Apply saslprep to stored password
|
2020-05-22 21:05:45 +02:00 |
adhoc.lua
|
util: Various minor changes to please [luacheck]
|
2017-11-10 05:42:32 +01:00 |
array.lua
|
util.array: Add __div for parity with util.set
|
2018-10-21 15:38:55 +01:00 |
async.lua
|
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall
|
2018-10-26 19:32:00 +01:00 |
cache.lua
|
util.cache: Call on-eviction callback when shrinking
|
2017-11-18 21:35:40 +01: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: Improve default error message for failed datatype validation
|
2018-09-03 19:44:28 +02:00 |
datamanager.lua
|
util.datamanager: Fix iterating over "users" (thanks marc0s)
|
2020-02-24 23:16:08 +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: Optimize :sub() and :byte()
|
2020-10-28 14:21:09 +00: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: Check for bitop library same way as net.websocket.frames (fixes #1594)
|
2020-10-05 22:12:29 +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 |
events.lua
|
Merge 0.10->trunk
|
2018-04-24 22:59:41 +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: Import unpack from table lib in Lua 5.2+
|
2017-11-23 20:55:21 +01:00 |
gc.lua
|
util.gc: Linter fixes [luacheck]
|
2020-06-15 14:23:47 +01:00 |
helpers.lua
|
util.helpers: Handle missing priorities, happens due to wildcard magic in net.http.server (fixes #1044)
|
2017-11-22 02:34:42 +01:00 |
hex.lua
|
|
|
hmac.lua
|
|
|
http.lua
|
mod_http: Move normalize_path to util.http
|
2018-10-14 14:31:59 +02:00 |
id.lua
|
util.id: New util for producing random identifiers of varying sizes
|
2017-03-29 22:38:31 +02:00 |
import.lua
|
util.import: Explicitly export the global import function [luacheck]
|
2018-03-07 19:22:07 +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
|
util.ip: Fix netmask for link-local address range
|
2021-07-03 03:27:57 +02:00 |
iterators.lua
|
util.iterators: Add sorted_pairs() method
|
2018-09-21 14:27:46 +01:00 |
jid.lua
|
util.jid: Add missing semicolon
|
2018-09-21 14:23:21 +02:00 |
json.lua
|
util.json: Use util.iterators.sorted_pairs() in ordered mode
|
2018-09-21 14:35:35 +01:00 |
logger.lua
|
util.logger: Import globals (fixes on Lua 5.2)
|
2018-02-28 20:17:21 +01:00 |
mercurial.lua
|
|
|
multitable.lua
|
vairious: Add annotation when an empty environment is set [luacheck]
|
2018-02-28 20:06:26 +01:00 |
openssl.lua
|
util: Various minor changes to please [luacheck]
|
2017-11-10 05:42:32 +01:00 |
paths.lua
|
|
|
pluginloader.lua
|
util: Various minor changes to please [luacheck]
|
2017-11-10 05:42:32 +01: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: Tell prosody do daemonize via command line flag (fixes #1514)
|
2020-01-26 16:40:21 +01: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: 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: Add copyright header
|
2017-01-23 19:18:41 +01:00 |
sasl.lua
|
vairious: Add annotation when an empty environment is set [luacheck]
|
2018-02-28 20:06:26 +01:00 |
sasl_cyrus.lua
|
vairious: Add annotation when an empty environment is set [luacheck]
|
2018-02-28 20:06:26 +01:00 |
serialization.lua
|
util.serialization: Cache default serialization instance (fixes #1389)
|
2019-07-08 02:46:27 +02:00 |
session.lua
|
util.session: Fix luacheck warnings
|
2016-02-22 17:32:11 +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 |
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: Recognise TLS 1.3 as a protocol version
|
2018-10-28 16:12:30 +01:00 |
stanza.lua
|
util.stanza: Move misplaced argument to correct place
|
2020-12-24 17:57:28 +01:00 |
startup.lua
|
util.startup: Correctly point out unknown short param (fixes #1691)
|
2021-10-12 14:53:45 +02:00 |
statistics.lua
|
util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time
|
2017-03-20 00:48:28 +01:00 |
statsd.lua
|
util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time
|
2017-03-20 00:48:28 +01:00 |
template.lua
|
vairious: Add annotation when an empty environment is set [luacheck]
|
2018-02-28 20:06:26 +01:00 |
termcolours.lua
|
vairious: Add annotation when an empty environment is set [luacheck]
|
2018-02-28 20:06:26 +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
|
util.vcard: Use the new :text_tag API in more places
|
2018-07-26 00:17:23 +02:00 |
watchdog.lua
|
vairious: Add annotation when an empty environment is set [luacheck]
|
2018-02-28 20:06:26 +01:00 |
x509.lua
|
vairious: Add annotation when an empty environment is set [luacheck]
|
2018-02-28 20:06:26 +01:00 |
xml.lua
|
util.xml: Deduplicate handlers for restricted XML
|
2022-01-20 10:51:46 +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
|
util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1
|
2018-10-26 19:29:08 +01:00 |