prosody/util
Kim Alvefur 80a38cc873 util.adhoc: Allow passing dataforms in initial command
This might not be quite legal per XEP-0050, but makes it possible to
call simpler commands without keeping state across another roundtrip.
2020-02-26 00:59:35 +01:00
..
sasl util.sasl.scram: Ignore unused authzid variable (strict lint) 2019-12-09 16:39:48 +01:00
adhoc.lua util.adhoc: Allow passing dataforms in initial command 2020-02-26 00:59:35 +01:00
argparse.lua util.startup: Break out command line argument parsing into util.argparse 2020-02-19 21:38:00 +01:00
array.lua util.array: Fix equality metamethod in Lua 5.3 2020-01-15 21:08:01 +01:00
async.lua util.async: Add function for waiting on promises and unpacking the results 2019-09-29 18:42:35 +02: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: 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 Merge 0.11->trunk 2020-02-24 23:33:53 +01:00
datetime.lua util.datetime: Make sure timezone difference is calculated correctly (fixes #1262) 2018-12-09 23:01:47 +01:00
debug.lua util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
dependencies.lua util.dependencies: Pass require error to error formatting function 2019-12-23 21:15:01 +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: Move default for numeric error code to net.http.server 2019-12-14 20:28:44 +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: Handle integer formats the same way on Lua versions without integer support 2019-05-30 13:54:11 +02:00
hashring.lua util.hashring: Implementation of hashring data structure 2019-05-13 10:03:46 +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 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: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
interpolation.lua util.interpolation: Support unescaped variables with more modifiers (fixes #1452) 2019-10-20 20:52:14 +02:00
ip.lua util.ip: Fix equality metamethod for Lua 5.3 2020-01-15 21:16:08 +01:00
iterators.lua util.iterators: Use pack from table.pack 2018-12-08 16:36:05 +01:00
jid.lua util.jid: Add a 'strict' flag for jidprep calls 2019-09-09 22:15:04 +02:00
json.lua util.json: Use util.iterators.sorted_pairs() in ordered mode 2018-09-21 14:35:35 +01:00
jwt.lua util.jwt: Basic JSON Web Token library supporting HS256 tokens 2020-02-24 01:24:25 +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
openssl.lua util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
paths.lua util.paths: Don't treat path as pattern, fix traceback (thanks Menel87) 2019-11-08 19:25:57 +01:00
pluginloader.lua util.pluginloader: Added a new path to the variable local_names 2019-08-16 13:54:40 -07:00
presence.lua util.presence: Remove TODO about deprecated XEP-0016. 2018-06-08 15:27:13 +02:00
promise.lua util.promise: Remove references to callbacks after settling promise 2018-12-30 03:24:54 +01:00
prosodyctl.lua util.prosodyctl: Pass command line flag to force daemonization on start 2020-01-26 16:40:21 +01:00
pubsub.lua util.pubsub: Silence luacheck warnings, leaving notes on future proper fix 2019-12-23 21:16:10 +01:00
queue.lua util.queue: Update :items() to consistently use private data directly 2019-03-26 13:54:14 +00: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: Remove tostring call from logging 2019-07-30 02:24:06 +02:00
set.lua util.set: Fix equality metamethod in Lua 5.3 2020-01-15 21:18:30 +01:00
sql.lua util.sql: Handle failure to detect connection encoding 2019-12-23 21:13:27 +01: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: Accept util.error object to error_reply 2019-12-14 22:47:41 +01:00
startup.lua util.startup: Break out command line argument parsing into util.argparse 2020-02-19 21:38:00 +01:00
statistics.lua util.statistics: Add a total count for rate counters, counting from server start. 2019-10-10 16:58:02 +02: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 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 Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall 2018-10-26 19:32:00 +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 util.x509: Fix recording of CommonNames in get_identities 2019-12-08 17:48:37 +01:00
xml.lua vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
xmppstream.lua util.xmppstream: Inherit xml:lang from stream to stanzas (fixes #1401) 2019-07-28 01:17:44 +02: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