prosody/util
Matthew Wild 79d9ce56ac prosodyctl: check dns: List discovered addresses for diagnostic purposes
It is very common to get the "unknown address" warning with this command, but
people do not always understand it, or know how to debug it. Now we clearly
show the addresses that prosodyctl discovered.
2022-03-02 16:02:42 +00:00
..
human util.human.io: Use UTF-8-aware length check in padding functions 2021-11-12 14:22:21 +01:00
prosodyctl prosodyctl: check dns: List discovered addresses for diagnostic purposes 2022-03-02 16:02:42 +00:00
sasl mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438 2021-12-26 16:51:04 +01:00
adhoc.lua util.adhoc: Propagate error with producing initial initial data 2021-01-31 21:10:03 +01:00
adminstream.lua adminstream: fire disconnected event on lower layer disconnect 2021-12-21 21:23:01 +01: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: Optionally allow too many 'done' callbacks 2022-02-22 14:17:10 +01: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: Fix iterating over "users" (thanks marc0s) 2020-02-24 23:16:08 +01:00
datamapper.lua util.datamapper: Add support for $ref pointers 2021-12-29 17:57:09 +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 Revert util.debug change accidentally committed in e157e5c79daa 2022-02-04 15:13:13 +00:00
dependencies.lua util.dependencies: Refer to 'apt' instead of 'apt-get' 2022-02-13 17:27:29 +01:00
dns.lua util.dns: Remove compat for pre-0.11 lack of inet_ntop binding 2022-02-15 13:04:24 +01:00
dnsregistry.lua util.dnsregistry: Regenerate from IANA registry 2022-02-02 17:31:39 +01: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: Fix typo in comment [codespell] 2022-02-04 16:40:38 +01:00
gc.lua util.gc: Linter fixes [luacheck] 2020-06-15 14:23:47 +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
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: Adjust entropy levels, with rationales 2021-12-02 01:14:55 +01: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 util.ip: Fix netmask for link-local address range 2021-07-03 03:27:57 +02:00
iterators.lua util.iterators: Use pack from table.pack 2018-12-08 16:36:05 +01:00
jid.lua util.jid: Explicitly check for nil rather than falsy 2022-01-15 16:25:25 +01:00
json.lua util.json: Use util.iterators.sorted_pairs() in ordered mode 2018-09-21 14:35:35 +01:00
jsonpointer.lua util.jsonpointer: Resolve JSON Pointers per RFC 6901 2021-12-29 16:52:09 +01:00
jsonschema.lua util.jsonschema: Add support for $ref pointers 2021-12-29 16:57:35 +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: Fix method to return any module metadata (luacheck) 2022-02-04 15:04:20 +00: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 item store resize to "max" 2022-01-06 01:18:35 +01: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
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: Cache default serialization instance (fixes #1389) 2019-07-08 02:46:27 +02:00
session.lua util.session: Remove tostring call from logging 2019-07-30 02:24:06 +02: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 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: Remove dead code 2021-12-31 14:01:12 +01:00
startup.lua util.startup: Enable DANE in http client library with use_dane 2022-02-05 01:36:10 +01:00
statistics.lua openmetrics/histograms: improve code clarity 2021-12-27 16:05:12 +01:00
statsd.lua openmetrics/histograms: improve code clarity 2021-12-27 16:05:12 +01: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
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 to include wildcard identity 2021-12-22 15:32:04 +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 util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 2018-10-26 19:29:08 +01:00
xtemplate.lua util.xtemplate: Yet another string template library 2022-01-24 23:54:32 +01:00