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
Kim Alvefur 0c9d47f6ff util.pubsub: Silence luacheck warnings, leaving notes on future proper fix 6 years ago
..
sasl util.sasl.scram: Ignore unused authzid variable (strict lint) 6 years ago
adhoc.lua
array.lua util.array: Add __div for parity with util.set 7 years ago
async.lua util.async: Add function for waiting on promises and unpacking the results 7 years ago
bit53.lua util.bitops: Library to find appropriate bitwise library (closes #1395) 7 years ago
bitcompat.lua util.bitops: Library to find appropriate bitwise library (closes #1395) 7 years ago
cache.lua
caps.lua
dataforms.lua util.dataforms: Improve default error message for failed datatype validation 8 years ago
datamanager.lua util.datamanager: Ignore unused 'errno' variable [luacheck] 6 years ago
datetime.lua util.datetime: Make sure timezone difference is calculated correctly (fixes #1262) 7 years ago
debug.lua
dependencies.lua util.dependencies: Pass require error to error formatting function 6 years ago
envload.lua
error.lua util.error: Move default for numeric error code to net.http.server 6 years ago
events.lua Merge 0.10->trunk 8 years ago
filters.lua
format.lua util.format: Handle integer formats the same way on Lua versions without integer support 7 years ago
hashring.lua util.hashring: Implementation of hashring data structure 7 years ago
helpers.lua
hex.lua
hmac.lua util.hmac: Expose hmac-sha-512 too 7 years ago
http.lua util.http: Fix decoding of uppercase URL encoded chars 7 years ago
id.lua
import.lua lint: Remove use of the 143 error code 7 years ago
indexedbheap.lua
interpolation.lua util.interpolation: Support unescaped variables with more modifiers (fixes #1452) 6 years ago
ip.lua util.ip: Add missing netmask for 192.168/16 range (fixes #1343) 7 years ago
iterators.lua util.iterators: Use pack from table.pack 7 years ago
jid.lua util.jid: Add a 'strict' flag for jidprep calls 7 years ago
json.lua util.json: Use util.iterators.sorted_pairs() in ordered mode 8 years ago
logger.lua
mercurial.lua util.mercurial: Ignore an unused error variable [luacheck] 6 years ago
multitable.lua lint: Remove use of the 143 error code 7 years ago
openssl.lua
paths.lua util.paths: Don't treat path as pattern, fix traceback (thanks Menel87) 6 years ago
pluginloader.lua util.pluginloader: Added a new path to the variable local_names 7 years ago
presence.lua util.presence: Remove TODO about deprecated XEP-0016. 8 years ago
promise.lua util.promise: Remove references to callbacks after settling promise 7 years ago
prosodyctl.lua util.prosodyctl: Silence luacheck warnings 6 years ago
pubsub.lua util.pubsub: Silence luacheck warnings, leaving notes on future proper fix 6 years ago
queue.lua util.queue: Update :items() to consistently use private data directly 7 years ago
random.lua util.random: Throw different error for EOL condition 7 years ago
rfc6724.lua
rsm.lua
sasl.lua
sasl_cyrus.lua
serialization.lua util.serialization: Cache default serialization instance (fixes #1389) 7 years ago
session.lua util.session: Remove tostring call from logging 7 years ago
set.lua util.set: Add freeze metamethod 8 years ago
sql.lua util.sql: Handle failure to detect connection encoding 6 years ago
sslconfig.lua util.sslconfig: Recognise TLS 1.3 as a protocol version 7 years ago
stanza.lua util.stanza: Accept util.error object to error_reply 6 years ago
startup.lua util.startup: Ignore unused errno variable [luacheck] 6 years ago
statistics.lua util.statistics: Add a total count for rate counters, counting from server start. 7 years ago
statsd.lua
template.lua
termcolours.lua util.termcolours: Use explicit number formatting instead of coercion on concatenation 6 years ago
throttle.lua
timer.lua Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall 7 years ago
uuid.lua
vcard.lua util.vcard: Use the new :text_tag API in more places 8 years ago
watchdog.lua
x509.lua util.x509: Fix recording of CommonNames in get_identities 6 years ago
xml.lua
xmppstream.lua util.xmppstream: Inherit xml:lang from stream to stanzas (fixes #1401) 7 years ago
xpcall.lua util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 7 years ago