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
daurnimator b3325a4073 util/timer: Re-set params when timer is rescheduled 12 years ago
..
sasl util.sasl.scram: Rename variable for clarity 12 years ago
adhoc.lua util.adhoc: New util for generating common adhoc handler patterns 13 years ago
array.lua util.array: Improve array:reverse() and make it work as both method and non-mutating function 12 years ago
async.lua util.async: Make guarder() local 13 years ago
caps.lua Remove all trailing whitespace 13 years ago
dataforms.lua Remove all trailing whitespace 13 years ago
datamanager.lua util.datamanager: Clear the cache of created directories on storage failure, and retry 13 years ago
datetime.lua Remove all trailing whitespace 13 years ago
debug.lua util.debug: Fix level of locals when inspecting a coroutine 13 years ago
dependencies.lua Backout ae48bf828f21 12 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 Remove all trailing whitespace 13 years ago
filters.lua Merge 0.9->0.10 12 years ago
helpers.lua Remove all trailing whitespace 13 years ago
hmac.lua Remove all trailing whitespace 13 years ago
http.lua util.http: Refactor and import all necessary functions 13 years ago
import.lua Remove all trailing whitespace 13 years ago
indexedbheap.lua util.indexedbheap: A priority queue implementation with a reverse index with no per-entry memory allocation. 12 years ago
ip.lua Remove all trailing whitespace 13 years ago
iterators.lua Remove all trailing whitespace 13 years ago
jid.lua Remove all trailing whitespace 13 years ago
json.lua Remove all trailing whitespace 13 years ago
logger.lua Remove all trailing whitespace 13 years ago
multitable.lua Remove all trailing whitespace 13 years ago
openssl.lua util.openssl: Write the distinguished_name part of the config in a consistent order 13 years ago
pluginloader.lua Remove all trailing whitespace 13 years ago
prosodyctl.lua Remove all trailing whitespace 13 years ago
pubsub.lua mod_pubsub, util.pubsub: Keep track of the order of items 12 years ago
rfc6724.lua util.rfc{3484,6724}: Update to RFC 6724 13 years ago
sasl.lua util.sasl: Remove unused print() import. 12 years ago
sasl_cyrus.lua Remove all trailing whitespace 13 years ago
serialization.lua Remove all trailing whitespace 13 years ago
set.lua util.set: :items() now returns an iterator instead of the underlying table. This is much more efficient than 'for item in set' (which still works for now). Current access to _items is generally done directly, this may change. 13 years ago
sql.lua util.sql: Rewrite MEDIUMTEXT to TEXT for drivers other than MySQL 12 years ago
stanza.lua Remove all trailing whitespace 13 years ago
template.lua util.template: Use util.xml. 13 years ago
termcolours.lua Remove all trailing whitespace 13 years ago
throttle.lua util.throttle: floor() internal balance calculation 14 years ago
timer.lua util/timer: Re-set params when timer is rescheduled 12 years ago
uuid.lua Remove all trailing whitespace 13 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: Only compare identity with oid-on-xmppAddr for XMPP services 12 years ago
xml.lua Remove all trailing whitespace 13 years ago
xmppstream.lua Remove all trailing whitespace 13 years ago