.. |
human
|
util.human.io: Fix right-alignment
|
2020-06-06 16:43:28 +02:00 |
prosodyctl
|
util.prosodyctl.check: Use net.unbound for DNS if available
|
2020-06-25 19:28:51 +02:00 |
sasl
|
Merge 0.11->trunk
|
2020-06-06 00:54:28 +02:00 |
adhoc.lua
|
util.adhoc: Allow passing dataforms in initial command
|
2020-02-26 00:59:35 +01:00 |
adminstream.lua
|
util.adminstream: Prevent closure on read timeout
|
2020-06-18 17:54:28 +02:00 |
argparse.lua
|
util.argparse: Move exiting and error to util.startup
|
2020-06-17 19:32:12 +02:00 |
array.lua
|
util.array: pluck: Support default value to avoid holes
|
2020-06-04 10:39:12 +01:00 |
async.lua
|
util.async: Don't attempt to close thread if not created yet
|
2020-06-14 09:40:08 +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: 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: Convert media element sizes to avoid error on Lua 5.3
|
2020-08-16 12:55:55 +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: Fix :sub() not working with partially-consumed chunks (thanks Zash for test case)
|
2020-08-24 16:18:13 +01:00 |
debug.lua
|
util: Various minor changes to please [luacheck]
|
2017-11-10 05:42:32 +01:00 |
dependencies.lua
|
util.dependencies: Quiet luacheck
|
2020-06-28 02:15:25 +02: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: Add a wrapper for common parameters
|
2020-08-28 13:55:05 +02: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: Handle integer formats the same way on Lua versions without integer support
|
2019-05-30 13:54:11 +02:00 |
gc.lua
|
util.gc: Linter fixes [luacheck]
|
2020-06-15 14:23:47 +01:00 |
hashring.lua
|
util.hashring: Implementation of hashring data structure
|
2019-05-13 10:03:46 +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: 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: Add missing netmask for 192.168/16 range (fixes #1343)
|
2019-04-14 02:06:20 +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 |
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: Add all_settled, which follows semantics of allSettled from ES2020
|
2020-06-08 14:01:02 +01: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: Pass subscribers trough a filter callback
|
2019-06-06 18:13:46 +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
|
|
|
rsm.lua
|
util.rsm: Don't convert values to strings that should already be strings
|
2020-04-23 18:42:47 +02:00 |
sasl.lua
|
util.sasl.digest-md5: Remove, obsolete since 2011
|
2020-04-14 16:51:24 +02: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: 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: Add method returning stanza with added indentation
|
2020-04-12 17:03:05 +02:00 |
startup.lua
|
util.startup: Init util.error with defaults if none given
|
2020-08-28 12:54:31 +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.statsd: Update for API change
|
2020-06-11 22:02:54 +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: Defer to selected net.server if it implements this API
|
2020-06-29 16:37:58 +02:00 |
uuid.lua
|
|
|
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 |