prosody/util
2016-01-06 02:46:47 +01:00
..
sasl util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C 2013-04-28 02:28:42 +02: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: Wrap tostring() output in {} (otherwise empty arrays print as ""). 2013-05-07 10:41:03 -04:00
caps.lua util.caps: Entity capabilities hash generation (moved from mod_pep) 2010-07-09 13:18:42 +01:00
dataforms.lua util/dataforms: Make sure we iterate over field tags 2014-10-07 12:08:23 -04:00
datamanager.lua util.datamanager: Fix traceback from trying to purge when storage is empty or otherwise unaccessible (fixes #496) 2015-05-13 21:44:13 +02:00
datetime.lua util.datetime: Fix timestamp parsing pattern. 2012-08-28 05:08:18 +05:00
debug.lua util.debug: Add +1 to level when getting locals table, to account for current function 2012-04-28 16:21:19 +01:00
dependencies.lua util.dependencies: Check for Lua 5.1. We don't currently support any other versions. LuaJIT identifies as 5.1. 2014-04-09 14:01:02 -04: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: Remove an event's table when it has no more handlers. 2010-12-19 00:53:19 +05:00
filters.lua util.filters: Ignore filters being added twice (fixes issues on removal) 2014-08-28 09:20:33 +01:00
helpers.lua util.helpers: Helper helpers to log host events 2013-04-03 13:39:00 +01:00
hmac.lua util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes 2013-04-27 17:01:31 +02:00
http.lua util.http: Refactor and import all necessary functions 2013-04-12 20:26:35 +01:00
import.lua Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
ip.lua util.ip: Support zone id syntax in IPv6 addresses 2016-01-04 17:47:40 +01:00
iterators.lua util.iterators: Add ripairs() (ipairs() in reverse) (thanks Maranda) 2013-04-12 00:44:49 +01:00
jid.lua util.jid: Strip trailing '.' when normalizing hostnames 2013-12-16 02:03:35 +00:00
json.lua util.json: New, faster, stricter, more compliant JSON decoder. Now returns nil,err instead of throwing errors on invalid input. 2013-05-07 10:42:44 -04:00
logger.lua util.logger: Remove some redundant code 2012-06-25 00:16:08 +01:00
multitable.lua util.multitable: Some fixes for iter()... always match against query, and pass value after path results 2012-05-22 14:31:19 +01:00
openssl.lua util.openssl: Separate extension sections into one for self-signed certs and one for requests 2015-10-11 18:49:14 +02:00
pluginloader.lua util.pluginloader: Always use path separator from package.config (thanks Junne) 2014-03-09 22:15:40 +01:00
prosodyctl.lua prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise 2014-08-26 12:00:51 +02:00
pubsub.lua util.pubsub: Check whether node exists, when deleting 2013-06-12 16:53:51 +02:00
rfc6724.lua util.rfc{3484,6724}: Update to RFC 6724 2013-04-30 18:34:03 +02:00
sasl.lua util.sasl: Make registerMechanism a public function 2012-06-18 16:57:46 +01:00
sasl_cyrus.lua mod_auth_cyrus, util.sasl_cyrus: Add new option 'cyrus_server_fqdn' to override the hostname passed to Cyrus (and used in e.g. GSSAPI/Kerberos) - fixes #295 2012-07-24 10:56:47 +01:00
serialization.lua Eliminate direct setfenv usage 2012-06-08 05:04:38 +02:00
set.lua util.set: Remove unused variable 2013-11-10 16:43:10 +00:00
sql.lua mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting cross-module connection sharing, transactions and Things - a work in progress 2013-04-18 11:13:40 +01:00
stanza.lua Backout changeset 6e67c73f730c: not a major fix and it breaks interop with at least Isode M-Link, and possibly standards, while it's not clear it actually fixes the original problem either. 2014-10-24 23:20:06 +01:00
template.lua util.template: Use util.xml. 2012-12-03 05:33:56 +05:00
termcolours.lua util.termcolours: tohtml() for converting output to HTML. I don't know. 2012-04-26 05:57:44 +01:00
throttle.lua util.throttle: floor() internal balance calculation 2012-07-09 02:35:47 +01:00
timer.lua util.timer: Always pass the current time to timer callbacks. 2012-05-12 21:46:54 +05:00
uuid.lua util.uuid: Use /dev/urandom 2016-01-06 02:46:47 +01:00
watchdog.lua util.watchdog: Pass watchdog object to callback so that it doesn't always have to be a closure 2012-05-18 04:22:51 +01:00
x509.lua util.x509: Remove logic for generating certificate configs 2012-05-09 00:34:24 +02:00
xml.lua util.xml: Fix module name. 2012-12-03 10:01:46 +05:00
xmppstream.lua util.xmppstream: When error is 'no-stream', pass the received tagname to the error handler 2014-08-23 09:22:05 +01:00