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.
 
 
 
 
prosody/util
Matthew Wild 5e53b5f47c util.timer: Remove unnecessary require calls, fixes a traceback (thanks nulani) 14 years ago
..
sasl util.sasl.scram: Return proper error and don't touch datastores on empty username. 15 years ago
array.lua util.array: Avoid globals. 14 years ago
broadcast.lua Monster whitespace commit (beware the whitespace monster). 15 years ago
caps.lua util.caps: Entity capabilities hash generation (moved from mod_pep) 16 years ago
dataforms.lua util.dataforms: Fix verfication for booleans 14 years ago
datamanager.lua util/datamanager: Use package.config to figure out directory seperator 14 years ago
datetime.lua util.datetime: Fix timestamp parsing when in DST (thanks xnyhps) 15 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
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
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 loggingmanager, util.logger: Remove name sinks and the ability to filter logs by source name (lots of code, hardly used if at all, and possibly broken) 14 years ago
multitable.lua Update copyright headers for 2010 16 years ago
pluginloader.lua util.pluginloader: Rewritten resource loading to be cleaner, and added support for prosody-modules directory layout. "/" in plugin names is no longer supported. 15 years ago
prosodyctl.lua Merge with 0.9 14 years ago
pubsub.lua util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?) 15 years ago
rfc3484.lua util.rfc3484: Use a stable sorting algorithm 14 years ago
sasl.lua util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table). 15 years ago
sasl_cyrus.lua util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consistent. 15 years ago
serialization.lua util.serialization: Proper serialization of Infinity, -Infinity and NaN. 15 years ago
set.lua util.set: Accept nil to add_list() 14 years ago
stanza.lua util.stanza: Remove unused function imports 14 years ago
template.lua util.template: Refactoring to make the string->stanza conversion code more generic. 14 years ago
termcolours.lua util.termcolours: tohtml() for converting output to HTML. I don't know. 14 years ago
throttle.lua util.throttle: Fix 'outstanding' return value 14 years ago
timer.lua util.timer: Remove unnecessary require calls, fixes a traceback (thanks nulani) 14 years ago
uuid.lua util.uuid: Use a local instead of a global. 16 years ago
watchdog.lua util.watchdog: Watchdog timer library 14 years ago
x509.lua user.x509: Add some utility functions for generating OpenSSL configs 14 years ago
xmppstream.lua util.xmppstream: Optimize attribute processing. 14 years ago