.. |
sasl
|
util.sasl.scram: Return proper error and don't touch datastores on empty username.
|
2011-08-31 23:24:13 +05:00 |
array.lua
|
util.array: Avoid globals.
|
2011-12-09 12:02:21 +05:00 |
caps.lua
|
util.caps: Entity capabilities hash generation (moved from mod_pep)
|
2010-07-09 13:18:42 +01:00 |
dataforms.lua
|
util.dataforms: Don't return invalid JIDs in jid-single.
|
2012-05-17 21:25:41 +02:00 |
datamanager.lua
|
util/datamanager: Use package.config to figure out directory seperator
|
2011-12-12 17:08:48 +11:00 |
datetime.lua
|
util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)
|
2011-04-15 22:39:53 +01:00 |
debug.lua
|
util.debug: Add +1 to level when getting locals table, to account for current function
|
2012-04-28 16:21:19 +01:00 |
dependencies.lua
|
util.dependencies, util.xmppstream: Move LuaExpat version checking to util.dependencies.
|
2011-11-22 02:13:42 +05:00 |
events.lua
|
util.events: Remove an event's table when it has no more handlers.
|
2010-12-19 00:53:19 +05:00 |
filters.lua
|
util.filters: Add remove_filter_hook()
|
2010-12-22 16:46:19 +00:00 |
helpers.lua
|
util.helpers: show_events(): Make more robust, and allow filtering results to a specific event
|
2012-04-26 06:58:21 +01:00 |
hmac.lua
|
Monster whitespace commit (beware the whitespace monster).
|
2010-10-16 23:00:42 +05:00 |
httpstream.lua
|
util.httpstream: Remove COMPAT properties from request
|
2012-04-28 14:31:02 +01:00 |
import.lua
|
Update copyright headers for 2010
|
2010-03-22 17:06:15 +00:00 |
ip.lua
|
util.ip: Fix syntax error (while I search for my pre-commit hooks)
|
2011-11-30 19:37:13 +00:00 |
iterators.lua
|
util.iterators: Make a standard library (no longer injects into global namespace)
|
2012-01-23 00:00:10 +00:00 |
jid.lua
|
util.jid: Added escape() and unescape().
|
2011-11-01 23:41:32 +05:00 |
json.lua
|
util.json: Added function encode_ordered(object).
|
2012-01-18 08:54:26 +05:00 |
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)
|
2012-03-15 19:09:24 +00:00 |
multitable.lua
|
util.multitable: Some fixes for iter()... always match against query, and pass value after path results
|
2012-05-22 14:31:19 +01:00 |
openssl.lua
|
util.openssl: Add wrapper for the openssl cli tool and move certificate config logic from util.x509 into it.
|
2012-05-09 00:12:53 +02:00 |
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.
|
2011-02-22 21:47:38 +05:00 |
prosodyctl.lua
|
Merge with 0.9
|
2012-02-11 14:51:29 +00:00 |
pubsub.lua
|
util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?)
|
2011-08-30 17:51:36 -04:00 |
rfc3484.lua
|
util.rfc3484: Don't pollute the global scope.
|
2012-05-10 23:00:45 +02:00 |
sasl.lua
|
util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table).
|
2010-12-29 18:45:31 +05:00 |
sasl_cyrus.lua
|
util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consistent.
|
2010-11-02 18:58:11 +05:00 |
serialization.lua
|
util.serialization: Proper serialization of Infinity, -Infinity and NaN.
|
2010-12-13 20:45:08 +05:00 |
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.
|
2012-05-24 18:51:18 +01:00 |
stanza.lua
|
util.stanza: Remove unused function imports
|
2012-04-28 02:38:56 +01:00 |
template.lua
|
util.template: Refactoring to make the string->stanza conversion code more generic.
|
2012-02-05 00:06:20 +05:00 |
termcolours.lua
|
util.termcolours: tohtml() for converting output to HTML. I don't know.
|
2012-04-26 05:57:44 +01:00 |
throttle.lua
|
util.throttle: Fix 'outstanding' return value
|
2012-01-13 23:30:32 +00:00 |
timer.lua
|
util.timer: Always pass the current time to timer callbacks.
|
2012-05-12 21:46:54 +05:00 |
uuid.lua
|
util.uuid: Use a local instead of a global.
|
2010-04-01 19:27:26 +05:00 |
watchdog.lua
|
util.watchdog: Pass watchdog object to callback so that it doesn't always have to be a closure
|
2012-05-18 04:22:51 +01:00 |
x509.lua
|
util.x509: Remove logic for generating certificate configs
|
2012-05-09 00:34:24 +02:00 |
xmppstream.lua
|
util.xmppstream: Optimize attribute processing.
|
2012-01-25 11:54:12 +05:00 |