.. |
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: Remove unused arguments [luacheck]
|
2016-10-18 15:16:30 +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: 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: Shorter pattern
|
2016-11-20 12:06:36 +01: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: Disable warning about Lua 5.2 (but still warn about 5.3)
|
2016-11-18 10:21:02 +01:00 |
envload.lua
|
util.envload: Ignore use of Lua 5.1-only setfenv function [luacheck]
|
2016-11-20 11:15:10 +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 |
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 |
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: Handle os.execute in Lua 5.2 returning true when command terminates successfully
|
2016-06-23 21:07:48 +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.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: remove unused one-letter loop variables [luacheck]
|
2016-07-23 18:22:05 +08:00 |
sslconfig.lua
|
util.sslconfig: More descriptive variable names and also comments
|
2015-12-13 21:21:09 +01: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: Collect duration sample even if run fewer times than the sample interval
|
2015-05-05 00:48:55 +02:00 |
statsd.lua
|
util.statsd: Ignore unused argument [luacheck]
|
2016-10-18 15:17:29 +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 |