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.
Kim Alvefur
613c9b00c4
util.{prosodyctl,openssl}: More use of config sections removed
13 years ago
..
sasl
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to.
13 years ago
array.lua
util.array: Accept an iterator to the array constructor
14 years ago
caps.lua
util.caps: Entity capabilities hash generation (moved from mod_pep)
16 years ago
dataforms.lua
util.dataforms: Fix parsing of -multi fields
14 years ago
datamanager.lua
util.datamanager: Don't escape the name of a store
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 an event's table when it has no more handlers.
15 years ago
filters.lua
util.filters: Add remove_filter_hook()
15 years ago
helpers.lua
util.helpers: show_events(): Make more robust, and allow filtering results to a specific event
14 years ago
hmac.lua
Monster whitespace commit (beware the whitespace monster).
15 years ago
http.lua
util.http: New module for HTTP helper functions
13 years ago
httpstream.lua
util.httpstream: Remove COMPAT properties from request
14 years ago
import.lua
Update copyright headers for 2010
16 years ago
ip.lua
util.ip: Fix syntax error (while I search for my pre-commit hooks)
14 years ago
iterators.lua
util.iterators: Make a standard library (no longer injects into global namespace)
14 years ago
jid.lua
util.jid: Added escape() and unescape().
14 years ago
json.lua
util.json: Added function encode_ordered(object).
14 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.{prosodyctl,openssl}: More use of config sections removed
13 years ago
pluginloader.lua
util.pluginloader: Remove unused imports
14 years ago
prosodyctl.lua
util.{prosodyctl,openssl}: More use of config sections removed
13 years ago
pubsub.lua
mod_pubsub, util.pubsub: Add delete action
13 years ago
rfc3484.lua
util.rfc3484: Don't pollute the global scope.
14 years ago
sasl.lua
util.sasl: Make registerMechanism a public function
14 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
stanza.lua
util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44)
14 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