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 a664e2ba60 util.prosodyctl: Report Prosody as not running if the pidfile isn't locked 16 years ago
..
sasl util.sasl.plain: Allow empty authzid (thanks bjc). 16 years ago
array.lua
broadcast.lua
dataforms.lua util.dataforms: Don't require type when parsing form XML 16 years ago
datamanager.lua util.datamanager: Use pposix.mkdir if available 16 years ago
datetime.lua
dependencies.lua Merge with 0.6 16 years ago
events.lua util.events: Rename add_plugin() and remove_plugin() to add_handlers() and remove_handlers() respectively 16 years ago
helpers.lua
hmac.lua util.hmac: Optimized. 16 years ago
import.lua
iterators.lua
jid.lua util.jid: Add join(node, host, resource) function to join the components and return nil if invalid 16 years ago
logger.lua
multitable.lua
pluginloader.lua util.pluginloader: Don't specify a host for the plugin data store (clever waqas...) 16 years ago
prosodyctl.lua util.prosodyctl: Report Prosody as not running if the pidfile isn't locked 16 years ago
sasl.lua util.sasl: Move some variables to local space. Fix a bug. 16 years ago
sasl_cyrus.lua util.sasl_cyrus: Report an error if Cyrus SASL init fails. 16 years ago
serialization.lua util.serialization: Correctly serialize tables with 'false' as a key, fixes an issue with rosters not saving (thanks mathias, Tobias) 16 years ago
set.lua
stanza.lua util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlns 16 years ago
termcolours.lua
timer.lua util.timer: Use luaevent's built-in method of repeating an event (fixes a weird crash) 16 years ago
uuid.lua
xmlrpc.lua
ztact.lua