..
sasl
util.sasl.scram: Fix old API
6 years ago
adhoc.lua
util: Various minor changes to please [luacheck]
8 years ago
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
6 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
util.cache: Call on-eviction callback when shrinking
8 years ago
caps.lua
vairious: Add annotation when an empty environment is set [luacheck]
8 years ago
dataforms.lua
util.dataforms: Improve default error message for failed datatype validation
7 years ago
datamanager.lua
Fix various spelling mistakes [codespell]
7 years ago
datetime.lua
util.datetime: Make sure timezone difference is calculated correctly ( fixes #1262 )
7 years ago
debug.lua
util: Various minor changes to please [luacheck]
8 years ago
dependencies.lua
util.dependencies: Increase Lua version to warn about to 5.4
7 years ago
envload.lua
util.envload: Ignore "undefined variable" warning for loadstring [luacheck with strict 5.2 or 5.3 checks]
8 years ago
error.lua
util.error: Fix traceback due to missing text field
7 years ago
events.lua
Merge 0.10->trunk
8 years ago
filters.lua
vairious: Add annotation when an empty environment is set [luacheck]
8 years ago
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
util.helpers: Handle missing priorities, happens due to wildcard magic in net.http.server ( fixes #1044 )
8 years ago
hex.lua
util.hex: Normalize hex to lowercase and discard non-hex input
11 years ago
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
util.id: New util for producing random identifiers of varying sizes
9 years ago
import.lua
lint: Remove use of the 143 error code
7 years ago
indexedbheap.lua
util: Various minor changes to please [luacheck]
8 years ago
interpolation.lua
util.interpolation: Add support for filter functions
11 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 missing semicolon
7 years ago
json.lua
util.json: Use util.iterators.sorted_pairs() in ordered mode
7 years ago
logger.lua
util.logger: Import globals (fixes on Lua 5.2)
8 years ago
mercurial.lua
util.mercurial: Utility functions for Mercurial repositories
11 years ago
multitable.lua
lint: Remove use of the 143 error code
7 years ago
openssl.lua
util: Various minor changes to please [luacheck]
8 years ago
paths.lua
util.paths: Fixed file termination for package.cpath's extra path
7 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: call_luarocks now sets a directory variable itself
7 years ago
pubsub.lua
util.pubsub: Validate node configuration on node creation ( fixes #1328 )
7 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
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
10 years ago
rsm.lua
util.rsm: Add copyright header
9 years ago
sasl.lua
vairious: Add annotation when an empty environment is set [luacheck]
8 years ago
sasl_cyrus.lua
vairious: Add annotation when an empty environment is set [luacheck]
8 years ago
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
7 years ago
sql.lua
util.sql: Preserve 3rd and 4th return values from transaction ( fixes #1434 ) (thanks mrdoctorwho)
6 years ago
sslconfig.lua
util.sslconfig: Recognise TLS 1.3 as a protocol version
7 years ago
stanza.lua
util.stanza: Use :text_tag internally everywhere
7 years ago
startup.lua
Merge mod-installer (2019 GSoC by João Duarte)
6 years ago
statistics.lua
util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time
9 years ago
statsd.lua
util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time
9 years ago
template.lua
vairious: Add annotation when an empty environment is set [luacheck]
8 years ago
termcolours.lua
vairious: Add annotation when an empty environment is set [luacheck]
8 years ago
throttle.lua
vairious: Add annotation when an empty environment is set [luacheck]
8 years ago
timer.lua
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall
7 years ago
uuid.lua
util.uuid: Open /dev/urandom read-only, make seed() a noop
10 years ago
vcard.lua
util.vcard: Use the new :text_tag API in more places
8 years ago
watchdog.lua
vairious: Add annotation when an empty environment is set [luacheck]
8 years ago
x509.lua
util.x509: Return sets of services per identity
6 years ago
xml.lua
vairious: Add annotation when an empty environment is set [luacheck]
8 years ago
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