.. |
sasl
|
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to.
|
2013-01-22 08:21:05 +05:00 |
array.lua
|
util.array: Accept an iterator to the array constructor
|
2012-08-08 11:49:31 +01: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: Fix parsing of -multi fields
|
2012-06-12 18:29:58 +02:00 |
datamanager.lua
|
util.datamanager: Don't escape the name of a store
|
2012-12-16 14:36:24 +01: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, util.xmppstream: Move LuaExpat version checking to util.dependencies.
|
2011-11-22 02:13:42 +05: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: Add remove_filter_hook()
|
2010-12-22 16:46:19 +00:00 |
helpers.lua
|
util.helpers: show_events(): Make more robust, and allow filtering results to a specific event
|
2012-04-26 06:58:21 +01:00 |
hmac.lua
|
Monster whitespace commit (beware the whitespace monster).
|
2010-10-16 23:00:42 +05:00 |
http.lua
|
util.http: New module for HTTP helper functions
|
2013-01-12 16:55:39 +01:00 |
httpstream.lua
|
util.httpstream: Remove COMPAT properties from request
|
2012-04-28 14:31:02 +01:00 |
import.lua
|
Update copyright headers for 2010
|
2010-03-22 17:06:15 +00:00 |
ip.lua
|
util.ip: Fix syntax error (while I search for my pre-commit hooks)
|
2011-11-30 19:37:13 +00:00 |
iterators.lua
|
util.iterators: Make a standard library (no longer injects into global namespace)
|
2012-01-23 00:00:10 +00:00 |
jid.lua
|
util.jid: Added escape() and unescape().
|
2011-11-01 23:41:32 +05:00 |
json.lua
|
util.json: Add json.encode_array() (thanks B)
|
2013-03-28 09:31:07 -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.{prosodyctl,openssl}: More use of config sections removed
|
2013-03-23 02:38:30 +01:00 |
pluginloader.lua
|
util.pluginloader: Remove unused imports
|
2012-08-01 01:27:42 +01:00 |
prosodyctl.lua
|
util.{prosodyctl,openssl}: More use of config sections removed
|
2013-03-23 02:38:30 +01:00 |
pubsub.lua
|
mod_pubsub, util.pubsub: Add delete action
|
2013-01-31 18:41:01 +01:00 |
rfc3484.lua
|
util.rfc3484: Don't pollute the global scope.
|
2012-05-10 23:00:45 +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: Change '/' operator from filter to map+filter (nil to drop from set, false is a valid item). No code found which depends on current behaviour.
|
2012-05-24 18:51:18 +01:00 |
stanza.lua
|
util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44)
|
2012-08-21 15:33:07 +02: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 a local instead of a global.
|
2010-04-01 19:27:26 +05: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: Include error stanza in error message if no error handler is available.
|
2013-01-26 03:39:18 +05:00 |