prosody/util
2018-07-11 11:57:42 +01:00
..
sasl util.sasl.anonymous: Shorter! 2018-06-06 00:18:59 +02:00
adhoc.lua util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
array.lua util.array: Add a __name field to metatable 2018-02-16 08:23:15 +01:00
async.lua util.{async,timer}: Move sleep() to reduce dependencies of util.timer 2018-07-08 00:37:01 +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: More robust handling of field values, especially booleans 2018-07-07 12:11:52 +01:00
datamanager.lua vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
datetime.lua vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
debug.lua util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
dependencies.lua Merge 0.10->trunk 2017-03-23 01:30:58 +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
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
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 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
http.lua util.http: Refactor and import all necessary functions 2013-04-12 20:26:35 +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 util.import: Explicitly export the global import function [luacheck] 2018-03-07 19:22:07 +01:00
indexedbheap.lua util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
interpolation.lua util.interpolation: Add support for filter functions 2015-08-07 13:31:12 +02:00
ip.lua util.ip: Remove redundant caching of method output (supposed to be done in ab9ddfb03d4d but lost somehow) 2017-12-09 20:56:37 +01:00
iterators.lua util.iterators: Add join() method and tests 2018-05-18 14:57:39 +01:00
jid.lua vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
json.lua util.json: Unescape surrogate pairs 2018-03-27 13:44:40 +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: Utility functions for Mercurial repositories 2015-01-21 02:55:18 +01:00
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 util.paths: Add function for joining path segments 2014-11-08 12:28:49 +01:00
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
prosodyctl.lua util.prosodyctl: Rename variables for consistency (thanks Link Mauve) 2018-06-06 22:27:40 +02:00
pubsub.lua util.pubsub: Return error code known by pubsub.lib if persistent creation fails 2018-07-01 04:44:24 +02:00
queue.lua util.queue: Add luacheck annotations 2015-10-18 21:54:17 +01:00
random.lua Merge 0.10->trunk 2017-09-16 17:24:56 +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: Rewritte for performance and flexibility 2018-07-10 22:04:26 +02:00
session.lua util.session: Fix luacheck warnings 2016-02-22 17:32:11 +01:00
set.lua vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
sql.lua vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
sslconfig.lua vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
stanza.lua Merge 0.10->trunk 2018-07-08 19:12:17 +02:00
startup.lua util.startup: Add a comment marking some compat code 2018-07-01 23:22:55 +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
time.lua util.time: New tiny library to abstract LuaSocket's gettime() function, so we can use other sources in the future 2016-06-28 14:49:44 +01:00
timer.lua util.{async,timer}: Move sleep() to reduce dependencies of util.timer 2018-07-08 00:37:01 +02: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: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01: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 vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
xmppstream.lua util.xmppstream: Perfom validation of XML declaration parameters 2018-07-11 11:57:42 +01:00