aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
...
* | | util.{prosodyctl,openssl}: More use of config sections removedKim Alvefur2013-03-232-7/+7
|/ /
* | mod_pubsub, util.pubsub: Add delete actionKim Alvefur2013-01-311-0/+12
| |
* | util.pubsub: Fix nil access error in get_subscriptions.Waqas Hussain2013-01-261-1/+1
| |
* | mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> elementFlorian Zeitz2013-01-251-9/+18
| |
* | util.xmppstream: Include error stanza in error message if no error handler ↵Waqas Hussain2013-01-261-1/+1
| | | | | | | | is available.
* | mod_pubsub, util.pubsub: Implement the purge actionKim Alvefur2013-01-241-1/+9
| |
* | util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to ↵Waqas Hussain2013-01-223-5/+25
| | | | | | | | callbacks, so callbacks don't have to.
* | util.http: New module for HTTP helper functionsFlorian Zeitz2013-01-121-0/+15
| |
* | util.openssl: Cleanup; remove some unused variables.Kim Alvefur2013-01-071-8/+4
| |
* | util.datamanager: Don't escape the name of a storeKim Alvefur2012-12-161-1/+1
| |
* | MergeKim Alvefur2012-12-151-5/+1
|\ \
| * | util.datamanager: Remove unused variableKim Alvefur2012-12-141-1/+0
| | |
| * | util.datamanager: Remove dead code pathKim Alvefur2012-12-141-4/+1
| | |
* | | util.sasl.plain: Reduce some code.Waqas Hussain2012-12-151-6/+2
|/ /
* | util.xml: Fix module name.Waqas Hussain2012-12-031-1/+1
| |
* | util.template: Use util.xml.Waqas Hussain2012-12-031-52/+2
| |
* | util.xml: Initial commit; exposes parse(), which is now the canonical way to ↵Waqas Hussain2012-12-031-0/+57
| | | | | | | | convert a string to a stanza.
* | util.pubsub: Add item-published eventMatthew Wild2012-11-151-0/+1
| |
* | mod_storage_internal, datamanager: Add support for iterating over users with ↵Kim Alvefur2012-09-211-0/+19
| | | | | | | | data in a store
* | storagemanager, datamanager, mod_storage_{internal,sql}: Replace ↵Kim Alvefur2012-09-171-21/+31
| | | | | | | | list_stores() with an iterator version
* | util.datamanager: Make the util.pposix dependency optional.Waqas Hussain2012-09-121-20/+15
| |
* | util.datetime: Fix timestamp parsing pattern.Waqas Hussain2012-08-281-1/+1
| |
* | util.datamanager: Ignore errors if the file is gone after removing itKim Alvefur2012-08-261-4/+13
| |
* | util.prosodyctl: Use usermanager to delete users instead of unsetting their ↵Kim Alvefur2012-08-251-2/+2
| | | | | | | | password
* | util.datamanager: Collect errors when deleting all stores of a user, but ↵Kim Alvefur2012-08-251-4/+6
| | | | | | | | ignore "no such file"
* | util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44)Kim Alvefur2012-08-211-1/+1
| |
* | util.array: Accept an iterator to the array constructorMatthew Wild2012-08-081-1/+4
| |
* | util.pluginloader: Remove unused importsMatthew Wild2012-08-011-2/+1
| |
* | util.pluginloader: Expose load_fileMatthew Wild2012-08-011-1/+1
| |
* | Merge Waqas<>ZashMatthew Wild2012-07-311-0/+12
|\ \
| * | util.datamanager: Don't use os.rename on non-POSIX. It doesn't overwrite ↵Waqas Hussain2012-08-011-0/+12
| | | | | | | | | | | | exisitng files on Windows.
* | | util.datamanager: Try to open in read+write mode, then retry with write mode ↵Kim Alvefur2012-07-311-1/+4
|/ / | | | | | | if that fails (usually because it doesn't exist)
* | util.datamanager: Add missing mode flag to seek callKim Alvefur2012-07-311-1/+1
| |
* | util.datamanager: Remove a few unused importsKim Alvefur2012-07-291-4/+3
| |
* | util.datamanager: Write to a temporary file and atomically move it into placeKim Alvefur2012-07-291-14/+33
| |
* | util.datamanager: Use pposix.fallocate() to make sure appends succeed. Also ↵Kim Alvefur2012-07-281-4/+27
| | | | | | | | add a fallback fallocate()
* | util.datamanager: Add function for removing all data belonging to a userKim Alvefur2012-07-281-0/+14
| |
* | util.datamanager: Add function for listing storesKim Alvefur2012-07-281-0/+27
| |
* | Merge with FlorobMatthew Wild2012-07-287-22/+25
|\ \
| * | mod_auth_cyrus, util.sasl_cyrus: Add new option 'cyrus_server_fqdn' to ↵Matthew Wild2012-07-241-2/+6
| | | | | | | | | | | | override the hostname passed to Cyrus (and used in e.g. GSSAPI/Kerberos) - fixes #295
| * | Hopefully inert commit to clean up logging across a number of modules, ↵Matthew Wild2012-07-231-9/+9
| | | | | | | | | | | | removing all cases of concatenation when building log messages
| * | util.throttle: floor() internal balance calculationMatthew Wild2012-07-091-1/+2
| | |
| * | util.logger: Remove some redundant codeMatthew Wild2012-06-251-2/+0
| | |
| * | util.stanza: Make stanza:childtags() behave like :get_child()Kim Alvefur2012-07-051-2/+2
| | |
| * | util.sasl: Make registerMechanism a public functionMatthew Wild2012-06-181-1/+1
| | |
| * | util.dataforms: Fix parsing of -multi fieldsFlorian Zeitz2012-06-121-5/+5
| | |
* | | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on ↵Florian Zeitz2012-06-091-0/+2
| | | | | | | | | | | | modules setting globals
* | | Eliminate direct setfenv usageFlorian Zeitz2012-06-083-11/+13
| | |
* | | util.envload: New module to abstract Lua 5.1's setfenv and Lua 5.2's loadFlorian Zeitz2012-06-071-0/+34
|/ /
* | util.sasl.plain: make it return "not-authorized" in case of non-existant ↵Marco Cirillo2012-05-281-1/+3
| | | | | | | | accounts instead of "account-disabled" to avoid enumeration.