| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_pubsub, util.pubsub: Implement the purge action | Kim Alvefur | 2013-01-24 | 1 | -1/+9 |
* | util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callb... | Waqas Hussain | 2013-01-22 | 3 | -5/+25 |
* | util.http: New module for HTTP helper functions | Florian Zeitz | 2013-01-12 | 1 | -0/+15 |
* | util.openssl: Cleanup; remove some unused variables. | Kim Alvefur | 2013-01-07 | 1 | -8/+4 |
* | util.datamanager: Don't escape the name of a store | Kim Alvefur | 2012-12-16 | 1 | -1/+1 |
* | Merge | Kim Alvefur | 2012-12-15 | 1 | -5/+1 |
|\ |
|
| * | util.datamanager: Remove unused variable | Kim Alvefur | 2012-12-14 | 1 | -1/+0 |
| * | util.datamanager: Remove dead code path | Kim Alvefur | 2012-12-14 | 1 | -4/+1 |
* | | util.sasl.plain: Reduce some code. | Waqas Hussain | 2012-12-15 | 1 | -6/+2 |
|/ |
|
* | util.xml: Fix module name. | Waqas Hussain | 2012-12-03 | 1 | -1/+1 |
* | util.template: Use util.xml. | Waqas Hussain | 2012-12-03 | 1 | -52/+2 |
* | util.xml: Initial commit; exposes parse(), which is now the canonical way to ... | Waqas Hussain | 2012-12-03 | 1 | -0/+57 |
* | util.pubsub: Add item-published event | Matthew Wild | 2012-11-15 | 1 | -0/+1 |
* | mod_storage_internal, datamanager: Add support for iterating over users with ... | Kim Alvefur | 2012-09-21 | 1 | -0/+19 |
* | storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores(... | Kim Alvefur | 2012-09-17 | 1 | -21/+31 |
* | util.datamanager: Make the util.pposix dependency optional. | Waqas Hussain | 2012-09-12 | 1 | -20/+15 |
* | util.datetime: Fix timestamp parsing pattern. | Waqas Hussain | 2012-08-28 | 1 | -1/+1 |
* | util.datamanager: Ignore errors if the file is gone after removing it | Kim Alvefur | 2012-08-26 | 1 | -4/+13 |
* | util.prosodyctl: Use usermanager to delete users instead of unsetting their p... | Kim Alvefur | 2012-08-25 | 1 | -2/+2 |
* | util.datamanager: Collect errors when deleting all stores of a user, but igno... | Kim Alvefur | 2012-08-25 | 1 | -4/+6 |
* | util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44) | Kim Alvefur | 2012-08-21 | 1 | -1/+1 |
* | util.array: Accept an iterator to the array constructor | Matthew Wild | 2012-08-08 | 1 | -1/+4 |
* | util.pluginloader: Remove unused imports | Matthew Wild | 2012-08-01 | 1 | -2/+1 |
* | util.pluginloader: Expose load_file | Matthew Wild | 2012-08-01 | 1 | -1/+1 |
* | Merge Waqas<>Zash | Matthew Wild | 2012-07-31 | 1 | -0/+12 |
|\ |
|
| * | util.datamanager: Don't use os.rename on non-POSIX. It doesn't overwrite exis... | Waqas Hussain | 2012-08-01 | 1 | -0/+12 |
* | | util.datamanager: Try to open in read+write mode, then retry with write mode ... | Kim Alvefur | 2012-07-31 | 1 | -1/+4 |
|/ |
|
* | util.datamanager: Add missing mode flag to seek call | Kim Alvefur | 2012-07-31 | 1 | -1/+1 |
* | util.datamanager: Remove a few unused imports | Kim Alvefur | 2012-07-29 | 1 | -4/+3 |
* | util.datamanager: Write to a temporary file and atomically move it into place | Kim Alvefur | 2012-07-29 | 1 | -14/+33 |
* | util.datamanager: Use pposix.fallocate() to make sure appends succeed. Also a... | Kim Alvefur | 2012-07-28 | 1 | -4/+27 |
* | util.datamanager: Add function for removing all data belonging to a user | Kim Alvefur | 2012-07-28 | 1 | -0/+14 |
* | util.datamanager: Add function for listing stores | Kim Alvefur | 2012-07-28 | 1 | -0/+27 |
* | Merge with Florob | Matthew Wild | 2012-07-28 | 7 | -22/+25 |
|\ |
|
| * | mod_auth_cyrus, util.sasl_cyrus: Add new option 'cyrus_server_fqdn' to overri... | Matthew Wild | 2012-07-24 | 1 | -2/+6 |
| * | Hopefully inert commit to clean up logging across a number of modules, removi... | Matthew Wild | 2012-07-23 | 1 | -9/+9 |
| * | util.throttle: floor() internal balance calculation | Matthew Wild | 2012-07-09 | 1 | -1/+2 |
| * | util.logger: Remove some redundant code | Matthew Wild | 2012-06-25 | 1 | -2/+0 |
| * | util.stanza: Make stanza:childtags() behave like :get_child() | Kim Alvefur | 2012-07-05 | 1 | -2/+2 |
| * | util.sasl: Make registerMechanism a public function | Matthew Wild | 2012-06-18 | 1 | -1/+1 |
| * | util.dataforms: Fix parsing of -multi fields | Florian Zeitz | 2012-06-12 | 1 | -5/+5 |
* | | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modu... | Florian Zeitz | 2012-06-09 | 1 | -0/+2 |
* | | Eliminate direct setfenv usage | Florian Zeitz | 2012-06-08 | 3 | -11/+13 |
* | | util.envload: New module to abstract Lua 5.1's setfenv and Lua 5.2's load | Florian Zeitz | 2012-06-07 | 1 | -0/+34 |
|/ |
|
* | util.sasl.plain: make it return "not-authorized" in case of non-existant acco... | Marco Cirillo | 2012-05-28 | 1 | -1/+3 |
* | util.set: Change '/' operator from filter to map+filter (nil to drop from set... | Matthew Wild | 2012-05-24 | 1 | -2/+3 |
* | util.multitable: Some fixes for iter()... always match against query, and pas... | Matthew Wild | 2012-05-22 | 1 | -10/+11 |
* | util.multitable: No longer use table.remove to drop elements from the stack, ... | Matthew Wild | 2012-05-19 | 1 | -3/+2 |
* | util.multitable: Add :iter() method to iterate over results at a fixed depth ... | Matthew Wild | 2012-05-19 | 1 | -5/+38 |
* | util.watchdog: Pass watchdog object to callback so that it doesn't always hav... | Matthew Wild | 2012-05-18 | 1 | -1/+1 |