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.
Marco Cirillo
48b375eb09
util.sasl.plain: make it return "not-authorized" in case of non-existant accounts instead of "account-disabled" to avoid enumeration.
14 years ago
..
sasl
util.sasl.plain: make it return "not-authorized" in case of non-existant accounts instead of "account-disabled" to avoid enumeration.
14 years ago
array.lua
util.array: Avoid globals.
14 years ago
caps.lua
util.caps: Entity capabilities hash generation (moved from mod_pep)
16 years ago
dataforms.lua
util.dataforms: Don't return invalid JIDs in jid-single.
14 years ago
datamanager.lua
util/datamanager: Use package.config to figure out directory seperator
14 years ago
datetime.lua
util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)
15 years ago
debug.lua
util.debug: Add +1 to level when getting locals table, to account for current function
14 years ago
dependencies.lua
util.dependencies, util.xmppstream: Move LuaExpat version checking to util.dependencies.
14 years ago
events.lua
util.events: Remove an event's table when it has no more handlers.
15 years ago
filters.lua
util.filters: Add remove_filter_hook()
15 years ago
helpers.lua
util.helpers: show_events(): Make more robust, and allow filtering results to a specific event
14 years ago
hmac.lua
Monster whitespace commit (beware the whitespace monster).
15 years ago
httpstream.lua
util.httpstream: Remove COMPAT properties from request
14 years ago
import.lua
Update copyright headers for 2010
16 years ago
ip.lua
util.ip: Fix syntax error (while I search for my pre-commit hooks)
14 years ago
iterators.lua
util.iterators: Make a standard library (no longer injects into global namespace)
14 years ago
jid.lua
util.jid: Added escape() and unescape().
14 years ago
json.lua
util.json: Added function encode_ordered(object).
14 years ago
logger.lua
loggingmanager, util.logger: Remove name sinks and the ability to filter logs by source name (lots of code, hardly used if at all, and possibly broken)
14 years ago
multitable.lua
util.multitable: Some fixes for iter()... always match against query, and pass value after path results
14 years ago
openssl.lua
util.openssl: Add wrapper for the openssl cli tool and move certificate config logic from util.x509 into it.
14 years ago
pluginloader.lua
util.pluginloader: Rewritten resource loading to be cleaner, and added support for prosody-modules directory layout. "/" in plugin names is no longer supported.
15 years ago
prosodyctl.lua
Merge with 0.9
14 years ago
pubsub.lua
util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?)
15 years ago
rfc3484.lua
util.rfc3484: Don't pollute the global scope.
14 years ago
sasl.lua
util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table).
15 years ago
sasl_cyrus.lua
util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consistent.
15 years ago
serialization.lua
util.serialization: Proper serialization of Infinity, -Infinity and NaN.
15 years ago
set.lua
util.set: Change '/' operator from filter to map+filter (nil to drop from set, false is a valid item). No code found which depends on current behaviour.
14 years ago
stanza.lua
util.stanza: Remove unused function imports
14 years ago
template.lua
util.template: Refactoring to make the string->stanza conversion code more generic.
14 years ago
termcolours.lua
util.termcolours: tohtml() for converting output to HTML. I don't know.
14 years ago
throttle.lua
util.throttle: Fix 'outstanding' return value
14 years ago
timer.lua
util.timer: Always pass the current time to timer callbacks.
14 years ago
uuid.lua
util.uuid: Use a local instead of a global.
16 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: Remove logic for generating certificate configs
14 years ago
xmppstream.lua
util.xmppstream: Optimize attribute processing.
14 years ago