prosody/util
2017-12-01 05:13:28 +01:00
..
sasl util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
adhoc.lua util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
array.lua util.array: Add method for filtering out duplicate values 2017-03-31 17:29:08 +02:00
async.lua util.async: Fix thread check to work correctly in Lua 5.2 2017-11-21 21:48:43 +01:00
cache.lua util.cache: Call on-eviction callback when shrinking 2017-11-18 21:35:40 +01:00
caps.lua util.*: Remove use of module() function, make all module functions local and return them in a table at the end 2015-02-21 10:36:37 +01:00
dataforms.lua util.dataforms: Don't include list options in result forms (fixes #983) 2017-09-23 13:20:46 +01:00
datamanager.lua util.datamanager: Encode the 'store' path component, preserving underscores 2017-10-08 18:34:57 +02:00
datetime.lua net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck] 2016-03-10 17:52:03 +00: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 util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
filters.lua util.*: Remove use of module() function, make all module functions local and return them in a table at the end 2015-02-21 10:36:37 +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: Ignore some Lua 5.1 vs 5.2 compat things [luacheck] 2017-11-10 17:47:11 +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: Do equality checking by comparing packed representation to avoid any variations 2017-12-01 05:13:28 +01:00
iterators.lua util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck] 2017-11-10 17:47:11 +01:00
jid.lua mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744) 2016-09-23 14:03:37 +02:00
json.lua util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
logger.lua util.logger: Silence luacheck warning 2016-02-04 16:40:32 +01:00
mercurial.lua util.mercurial: Utility functions for Mercurial repositories 2015-01-21 02:55:18 +01:00
multitable.lua util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck] 2017-11-10 17:47:11 +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 mod_presence: Move function for selecting "top resources" into a new util.presence 2016-03-14 17:26:27 +01:00
prosodyctl.lua util.prosodyctl: Resolve possibly relative pidfile path (fixes inconsistency with mod_posix) 2017-04-24 16:24:28 +02:00
pubsub.lua util.pubsub: Recreate itemstore if persist_items changes or resize it if max_items changes 2017-11-09 17:19:11 +01: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 util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
sasl_cyrus.lua util.*: Remove use of module() function, make all module functions local and return them in a table at the end 2015-02-21 10:36:37 +01:00
serialization.lua util.serialization: Remove unused imports of error() and loadstring() [luacheck] 2015-05-06 19:40:48 +01:00
session.lua util.session: Fix luacheck warnings 2016-02-22 17:32:11 +01:00
set.lua util.set: Rename method argument to avoid name clash [luacheck] 2015-05-06 19:51:35 +01:00
sql.lua util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck] 2017-11-10 17:47:11 +01:00
sslconfig.lua util.sslconfig: Treat 'curveslist', added in LuaSec 0.7, as a colon-separated list, like ciphers (see #879, #943, #951) 2017-09-27 15:38:46 +02:00
stanza.lua util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01: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 util.template: Use util.envload instead of loadstring which is deprecated in Lua 5.2 2017-11-23 21:00:29 +01:00
termcolours.lua util.termcolours: Split a long line [luacheck] 2017-11-03 01:17:39 +01:00
throttle.lua util.throttle: Remove unused import of floor() [luacheck] 2017-09-26 18:30:34 +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 Merge 0.10->trunk 2017-03-20 03:11:27 +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: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00
watchdog.lua util.*: Remove use of module() function, make all module functions local and return them in a table at the end 2015-02-21 10:36:37 +01:00
x509.lua util.x509: Tell LuaSec we want UTF-8 data 2015-05-18 21:32:05 +02:00
xml.lua util.xml: Correct stanza.namespaces table construction when duplicate prefix names are encountered in the element tree. 2016-03-05 17:51:35 -05:00
xmppstream.lua util: Various minor changes to please [luacheck] 2017-11-10 05:42:32 +01:00