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
Waqas Hussain d9a71da220 util.events: Replaced ipairs with slightly faster numeric for loop - #optimization 17 years ago
..
array.lua util.array: Add support for + operator to create a new array from two arrays joined 17 years ago
dataforms.lua util.dataforms: Allow form layouts to specify default values for fields 17 years ago
datamanager.lua util.datamanager: Allow multiple data storage callbacks, and allow them to modify parameters 17 years ago
datetime.lua util.datetime: Allow specifying a time to format 17 years ago
dependencies.lua 0.3->0.4 17 years ago
discohelper.lua 0.3->0.4 17 years ago
events.lua util.events: Replaced ipairs with slightly faster numeric for loop - #optimization 17 years ago
import.lua 0.3->0.4 17 years ago
iterators.lua util.iterators: New iterators library 17 years ago
jid.lua util.jid: Eliminate global method use 17 years ago
logger.lua util.logger: Fix for attempting to call a table 17 years ago
muc.lua util.muc: Relaxed top-level routing checks to allow node-less rooms, and removed redundant checks 17 years ago
multitable.lua util.multitable: No globals today, thank you. Fixes missing table entries and a potential traceback 17 years ago
pluginloader.lua util.pluginloader: Remove unnecessary return value suppressing the real load error 17 years ago
prosodyctl.lua util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks macaronyde!) 17 years ago
pubsub.lua Adding initial util.pubsub 18 years ago
sasl.lua Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API. 17 years ago
serialization.lua util/serialization: Fixed serialization formatting 17 years ago
set.lua util.set: Add set.xor() to get a set consisting of items not in both sets 17 years ago
stanza.lua util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization. - #optimization 17 years ago
termcolours.lua 0.3->0.4 17 years ago
timer.lua 0.3->0.4 17 years ago
uuid.lua util.uuid: Added function seed(string) to allow further seeding of the PRNG 17 years ago
xmlrpc.lua 0.3->0.4 17 years ago
ztact.lua 0.3->0.4 17 years ago