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 e239a678b3 util.pubsub: Use built-in actor for auto-creating nodes on publish and subscribe (so they never fail due to permissions) 15 years ago
..
sasl util.sasl.scram: Fix bug in validate_username function. (Thanks Florob) 15 years ago
array.lua Monster whitespace commit (beware the whitespace monster). 15 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 Monster whitespace commit (beware the whitespace monster). 15 years ago
datamanager.lua util.datamanager: Change from 'Failed to load' to 'Assuming empty' for data store files that do not seem to exist 15 years ago
datetime.lua util.datetime: Fix timestamp parsing when in DST (thanks xnyhps) 15 years ago
dependencies.lua util.dependencies: Add a dummy util.ztact loader to log a message for people still using it (e.g. in their Debian-derived config files) 15 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
hmac.lua Monster whitespace commit (beware the whitespace monster). 15 years ago
httpstream.lua util.httpstream: For HTTP client responses, changing properties responseversion and responseheaders to httpversion and httpheaders, to match HTTP server requests. 15 years ago
import.lua
iterators.lua Monster whitespace commit (beware the whitespace monster). 15 years ago
jid.lua util.jid: Fix parsing of JIDs with no nodepart and an @ in the resourcepart (thanks seth) 16 years ago
json.lua util.json: Fixed handling of truncated JSON. 15 years ago
logger.lua util.logger: Remove support for a global writer (setwriter) to try and balance the forces... 15 years ago
multitable.lua
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 Add "reload" command to prosodyctl 15 years ago
pubsub.lua util.pubsub: Use built-in actor for auto-creating nodes on publish and subscribe (so they never fail due to permissions) 15 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 Monster whitespace commit (beware the whitespace monster). 15 years ago
stanza.lua util.stanza: Whitespace fix after merge (complicated) 15 years ago
template.lua util.template: Don't add stanza.last_add. 20% faster. 15 years ago
termcolours.lua util.termcolours: Added setstyle(str), which works on Windows too. 15 years ago
throttle.lua util.throttle: Generic module by waqas to limit something over some time 15 years ago
timer.lua util.timer: Activate higher timer precision. 15 years ago
uuid.lua
x509.lua util.x509: Update references to published RFCs 15 years ago
xmlrpc.lua
xmppstream.lua Merge 0.8->trunk 15 years ago