prosody/util
2017-09-27 15:38:46 +02:00
..
sasl util.sasl.plain,scram: Record username in sasl state earlier 2017-04-19 06:47:02 +02:00
adhoc.lua util.adhoc: Pass command data to initial_data callback in order to allow loading per-user settings 2017-02-22 22:56:28 +01:00
array.lua util.array: Add method for filtering out duplicate values 2017-03-31 17:29:08 +02:00
cache.lua util.cache: Ignore unused argument [luacheck] 2016-10-18 15:19:01 +02: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: Use already known index instead of measuring length each iteration 2017-04-17 03:26:21 +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.debug: Silence luacheck warning about modifying 'debug' lib 2016-02-22 17:34:42 +01:00
dependencies.lua util.dependencies: Give APT command for installing lua-sec 2017-03-21 15:18:35 +01:00
envload.lua util.envload: Close file handle after reading data 2017-03-01 17:48:15 +01:00
events.lua util.events: Fix comparison of event_name with nil instead of false (fixes #554) 2016-05-12 18:45:30 +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: A string.format wrapper that gracefully handles invalid arguments 2017-09-10 12:42:05 -04:00
helpers.lua util.helpers: List event priorities instead of useless array index 2016-11-18 10:19:34 +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: Localize unpack() in Lua 5.2 compatible way 2016-02-22 17:37:55 +01:00
interpolation.lua util.interpolation: Add support for filter functions 2015-08-07 13:31:12 +02:00
ip.lua util.ip: rename variable (i is already defined) [luacheck] 2016-07-09 17:33:38 +08:00
iterators.lua util.iterators: Add iterator wrapper that works like select(n, ...) applied to original iterator 2016-04-15 13:20:31 +02: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.json: Variable renaming to avoid shadowing [luacheck] 2016-03-10 17:53:17 +00: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.multitable: Localize unpack() in Lua 5.2 compatible way 2016-02-22 17:40:42 +01:00
openssl.lua util.openssl: rename variable to not collide with other 'k's [luacheck] 2016-07-28 15:34:45 +08:00
paths.lua util.paths: Add function for joining path segments 2014-11-08 12:28:49 +01:00
pluginloader.lua modulemanager, util.pluginloader: Move logic for locating some module libraries to pluginloader, to fix problems with non-filesystem errors being masked by the second load_code call 2016-02-01 21:26:15 +00: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: Fix item retrieval by including the item order as it was before using util.cache (thanks walduhu) 2016-11-19 17:34:54 +01:00
queue.lua util.queue: Add luacheck annotations 2015-10-18 21:54:17 +01:00
random.lua util.random: Add a _source field to match util.crand 2017-09-16 17:24:13 +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.*: 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
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.sql: Greedily read all rows so we can close queries early (fixes #391) 2017-08-04 18:52:15 +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.stanza: Add an is_stanza() function to check if an object is a stanza 2016-11-28 07:30:21 +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 separate variables for source and compiled function [luacheck] 2016-02-25 22:32:13 +01:00
termcolours.lua util.termcolours: Rename loop variable [luacheck] 2016-02-28 15:03:16 +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 util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time 2017-03-20 00:48:28 +01:00
uuid.lua util.uuid: Open /dev/urandom read-only, make seed() a noop 2016-01-10 23:21:34 +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: Remove unused parameter (thanks, luacheck) 2015-05-06 19:39:28 +01:00
xmppstream.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