prosody/util
2016-07-09 17:33:38 +08:00
..
sasl util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt) 2016-02-28 20:01:13 +01:00
adhoc.lua util.adhoc: New util for generating common adhoc handler patterns 2013-04-23 14:49:31 +02:00
array.lua util.array: Just use table.remove as array:pop() 2015-12-23 08:39:22 +01:00
cache.lua util.cache: Add support for creating a proxy table to a cache, that looks and acts (mostly) like a normal table. No tests yet. 2016-05-22 18:18:23 +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: Fix including default value for list-single when given as field.value[].default 2016-05-29 15:57:03 +02:00
datamanager.lua util.datamanager: Import tostring and type (fix global access) 2016-05-22 14:38:07 +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: Show the full error when a symbol is not found (i.e., when running Prosody with the wrong version of Lua). 2016-03-10 10:13:57 +01:00
envload.lua util.envload: New module to abstract Lua 5.1's setfenv and Lua 5.2's load 2012-06-07 23:27:26 +02: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
helpers.lua util.helpers: Fix order of functions using each other [fixes 00412b36166f] 2015-03-03 20:27:35 +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
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 util.jid: Import select() into local (fixes traceback, tests on Lua 5.2) 2016-03-28 13:27:42 +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: remove unused one-letter loop variable [luacheck] 2016-07-09 13:52:04 +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: Handle os.execute in Lua 5.2 returning true when command terminates successfully 2016-06-23 21:07:48 +02:00
pubsub.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
queue.lua util.queue: Add luacheck annotations 2015-10-18 21:54:17 +01:00
random.lua util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG 2016-02-22 18:44:43 +01: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
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: Import type too (fix global access) 2016-05-22 14:37:52 +02:00
sslconfig.lua util.sslconfig: More descriptive variable names and also comments 2015-12-13 21:21:09 +01:00
stanza.lua util.stanza: Some code cleanup [luacheck] 2016-03-09 12:37:56 +00:00
statistics.lua util.statistics: Collect duration sample even if run fewer times than the sample interval 2015-05-05 00:48:55 +02: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.*: 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
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.*: 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
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