..
human
util.human.io: Fix column width miscalculation
3 years ago
prosodyctl
util.prosodyctl.check: Fix error where hostname can't be turned into A label
3 years ago
sasl
util.sasl.oauthbearer: Tighter parsing of SASL message
3 years ago
adhoc.lua
util.adhoc: Propagate error with producing initial initial data
5 years ago
adminstream.lua
mod_admin_socket: Comment on LuaSocket UNIX compat code
4 years ago
argparse.lua
util.argparse: Revise 553c6204fe5b with a different approach
4 years ago
array.lua
Merge 0.12->trunk
3 years ago
async.lua
util.async: Optionally allow too many 'done' callbacks
4 years ago
bit53.lua
util.bit53: Support for more than 2 arguments, for compat with bit32
4 years ago
bitcompat.lua
util: Prefix module imports with prosody namespace
3 years ago
cache.lua
util.cache: Add __name to metatable
5 years ago
caps.lua
util: Prefix module imports with prosody namespace
3 years ago
dataforms.lua
util: Prefix module imports with prosody namespace
3 years ago
datamanager.lua
spelling: non-existing mistakes (thanks timeless)
4 years ago
datamapper.lua
util.datamapper: Improve handling of schemas with non-obvious "type"
4 years ago
datetime.lua
util.datetime: Remove a line
3 years ago
dbuffer.lua
util: Prefix module imports with prosody namespace
3 years ago
debug.lua
Revert util.debug change accidentally committed in e157e5c79daa
4 years ago
dependencies.lua
util.dependencies: Refer to 'apt' instead of 'apt-get'
4 years ago
dns.lua
util.hex: Deprecate to/from in favour of encode/decode, for consistency!
4 years ago
dnsregistry.lua
util.dnsregistry: Remove unintentional 'Unassigned' record
3 years ago
envload.lua
util.envload: Remove Lua 5.1 method
4 years ago
error.lua
util.error: Fix error on conversion of invalid error stanza, fix #1805
3 years ago
events.lua
util.events: Add set_debug_hook() method
5 years ago
filters.lua
vairious: Add annotation when an empty environment is set [luacheck]
8 years ago
format.lua
util.format: Fix typo in comment [codespell]
4 years ago
fsm.lua
util.fsm: New utility lib for finite state machines
4 years ago
gc.lua
util: Prefix module imports with prosody namespace
3 years ago
hashring.lua
util: Prefix module imports with prosody namespace
3 years ago
helpers.lua
util: Prefix module imports with prosody namespace
3 years ago
hex.lua
util.hex: Deprecate to/from in favour of encode/decode, for consistency!
4 years ago
hmac.lua
util: Prefix module imports with prosody namespace
3 years ago
http.lua
util.http: Implement parser for RFC 7239 Forwarded header
3 years ago
id.lua
util: Prefix module imports with prosody namespace
3 years ago
import.lua
compat: Remove handling of Lua 5.1 location of 'unpack' function
4 years ago
indexedbheap.lua
util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_value)
5 years ago
interpolation.lua
util.interpolation: Fix combination of filters and fallback values #1623
5 years ago
ip.lua
util.hex: Deprecate to/from in favour of encode/decode, for consistency!
4 years ago
iterators.lua
util.iterators: join: Work even with only a single iterator in the chain
3 years ago
jid.lua
util: Prefix module imports with prosody namespace
3 years ago
json.lua
util.json: Accept empty arrays with whitespace ( fixes #1782 )
3 years ago
jsonpointer.lua
util.jsonpointer: Fix Lua <5.3 compat
4 years ago
jsonschema.lua
util.jsonschema: Use same integer/float logic on Lua 5.2 and 5.3
3 years ago
jwt.lua
util: Prefix module imports with prosody namespace
3 years ago
logger.lua
util: Prefix module imports with prosody namespace
3 years ago
mathcompat.lua
util.mathcompat: Module to ease reuse of math.type()
3 years ago
mercurial.lua
util.mercurial: Ignore an unused error variable [luacheck]
6 years ago
multitable.lua
compat: Remove handling of Lua 5.1 location of 'unpack' function
4 years ago
openmetrics.lua
luacheck: Shut up (backports 3caff1f93520, ignores module deleted in trunk)
4 years ago
openssl.lua
util: Prefix module imports with prosody namespace
3 years ago
paseto.lua
util: Prefix module imports with prosody namespace
3 years ago
paths.lua
util.paths: Optimize path joining with few arguments
5 years ago
pluginloader.lua
Spelling: Fix various spelling mistakes (thanks timeless)
4 years ago
presence.lua
util.presence: Remove TODO about deprecated XEP-0016.
8 years ago
promise.lua
util: Prefix module imports with prosody namespace
3 years ago
prosodyctl.lua
util: Prefix module imports with prosody namespace
3 years ago
pubsub.lua
util.pubsub: Fix traceback if node data not initialized
5 years ago
queue.lua
util: Prefix module imports with prosody namespace
3 years ago
random.lua
util.random: Test whether util.crand works before using it ( fix #1734 )
4 years ago
rfc6724.lua
util: Prefix module imports with prosody namespace
3 years ago
roles.lua
util.roles: Implement a serialization preparation metamethod
3 years ago
rsm.lua
util: Prefix module imports with prosody namespace
3 years ago
sasl.lua
Spelling: Fix various spelling mistakes (thanks timeless)
4 years ago
serialization.lua
util.serialization: Add a "pretty" preset
3 years ago
session.lua
util.session: Add 'since' property with timestamp of session creation
3 years ago
set.lua
util.set: Remove duplicate __freeze metamethod
3 years ago
smqueue.lua
util: Prefix module imports with prosody namespace
3 years ago
sql.lua
util: Prefix module imports with prosody namespace
3 years ago
sqlite3.lua
util.sqlite3: Don't cache prepared statements for one-off queries
3 years ago
sslconfig.lua
util: Prefix module imports with prosody namespace
3 years ago
stanza.lua
Merge 0.11->0.12
3 years ago
startup.lua
util.startup: Close state on exit to ensure GC finalizers are called
3 years ago
statistics.lua
util: Prefix module imports with prosody namespace
3 years ago
statsd.lua
Spelling: Fix various spelling mistakes (thanks timeless)
4 years ago
template.lua
util: Prefix module imports with prosody namespace
3 years ago
termcolours.lua
util: Prefix module imports with prosody namespace
3 years ago
throttle.lua
util: Prefix module imports with prosody namespace
3 years ago
timer.lua
util: Prefix module imports with prosody namespace
3 years ago
uuid.lua
util.hex: Deprecate to/from in favour of encode/decode, for consistency!
4 years ago
watchdog.lua
util: Prefix module imports with prosody namespace
3 years ago
x509.lua
util: Prefix module imports with prosody namespace
3 years ago
xml.lua
util.xml: Add an option to allow <?processing instructions?>
4 years ago
xmppstream.lua
util: Prefix module imports with prosody namespace
3 years ago
xpcall.lua
util: Prefix module imports with prosody namespace
3 years ago
xtemplate.lua
util: Prefix module imports with prosody namespace
3 years ago