IMPORTANT: due to a drive failure, as of 13-Mar-2021, the Mercurial repository had to be re-mirrored, which changed every commit SHA. The old SHAs and trees are backed up in the vault branches. Please migrate to the new branches as soon as you can.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthew Wild
3df683edb7
util.events: Remove varargs, event handlers can now only accept a single parameter
13 years ago
..
sasl
util.sasl.external: Add SASL EXTERNAL mechanism
13 years ago
adhoc.lua
util.adhoc: New util for generating common adhoc handler patterns
13 years ago
array.lua
util.array: Wrap tostring() output in {} (otherwise empty arrays print as "").
13 years ago
caps.lua
util.caps: Entity capabilities hash generation (moved from mod_pep)
16 years ago
dataforms.lua
util.dataforms: Return nil for empty list-mutli responses, to be consistent with other readers
13 years ago
datamanager.lua
util.datamanager: Clear the cache of created directories on storage failure, and retry
13 years ago
datetime.lua
util.datetime: Fix timestamp parsing pattern.
14 years ago
debug.lua
util.debug: Add +1 to level when getting locals table, to account for current function
14 years ago
dependencies.lua
util.dependencies, util.xmppstream: Move LuaExpat version checking to util.dependencies.
14 years ago
envload.lua
util.envload: New module to abstract Lua 5.1's setfenv and Lua 5.2's load
14 years ago
events.lua
util.events: Remove varargs, event handlers can now only accept a single parameter
13 years ago
filters.lua
util.filters: Add remove_filter_hook()
15 years ago
helpers.lua
util.helpers: Helper helpers to log host events
13 years ago
hmac.lua
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes
13 years ago
http.lua
util.http: Refactor and import all necessary functions
13 years ago
import.lua
Update copyright headers for 2010
16 years ago
ip.lua
util.ip: Fix protocol detection of IPv6 addresses beginning with :
13 years ago
iterators.lua
util.iterators: Small fix for variable scoping issue
13 years ago
jid.lua
util.jid: Added escape() and unescape().
14 years ago
json.lua
util.json: New, faster, stricter, more compliant JSON decoder. Now returns nil,err instead of throwing errors on invalid input.
13 years ago
logger.lua
util.logger: Remove some redundant code
14 years ago
multitable.lua
util.multitable: Some fixes for iter()... always match against query, and pass value after path results
14 years ago
openssl.lua
util.openssl: Write the distinguished_name part of the config in a consistent order
13 years ago
pluginloader.lua
util.pluginloader: Remove unused imports
14 years ago
prosodyctl.lua
util.prosodyctl: Initialize storagemanager on the host before initializing usermanager. This fixes brokenness when the auth provider opens the store on load (as they all do since eeea0eb2602a) (thanks nulani)
13 years ago
pubsub.lua
util.pubsub: Check whether node exists, when deleting
13 years ago
rfc6724.lua
util.rfc{3484,6724}: Update to RFC 6724
13 years ago
sasl.lua
util.sasl.external: Add SASL EXTERNAL mechanism
13 years ago
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
14 years ago
serialization.lua
Eliminate direct setfenv usage
14 years ago
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.
14 years ago
sql.lua
util.sql: Do lazy fetching of affected/rowcount
13 years ago
stanza.lua
util.stanza: Use correct index when replacing the tag in .tags (thanks daurnimator)
13 years ago
template.lua
util.template: Use util.xml.
13 years ago
termcolours.lua
util.termcolours: tohtml() for converting output to HTML. I don't know.
14 years ago
throttle.lua
util.throttle: floor() internal balance calculation
14 years ago
timer.lua
util.timer: Always pass the current time to timer callbacks.
14 years ago
uuid.lua
util.uuid: Use a local instead of a global.
16 years ago
watchdog.lua
util.watchdog: Pass watchdog object to callback so that it doesn't always have to be a closure
14 years ago
x509.lua
util.x509: Remove logic for generating certificate configs
14 years ago
xml.lua
util.xml: Fix module name.
13 years ago
xmppstream.lua
util.xmppstream: Include error stanza in error message if no error handler is available.
13 years ago