| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | util.json: Fix variable name typo which broke util.json when util.array was m... | Waqas Hussain | 2013-05-06 | 1 | -1/+1 |
* | | util.json: Optimize long string parsing. | Waqas Hussain | 2013-05-05 | 1 | -5/+5 |
* | | Merge with Florob | Matthew Wild | 2013-05-01 | 1 | -1/+1 |
|\ \ |
|
| * | | util.dataforms: Add support for generating type='fixed' fields | Florian Zeitz | 2013-02-11 | 1 | -1/+1 |
* | | | util.rfc{3484,6724}: Update to RFC 6724 | Florian Zeitz | 2013-04-30 | 2 | -8/+30 |
* | | | util.openssl: Write the distinguished_name part of the config in a consistent... | Kim Alvefur | 2013-04-29 | 1 | -1/+21 |
* | | | util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C | Florian Zeitz | 2013-04-28 | 1 | -13/+2 |
* | | | util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes | Florian Zeitz | 2013-04-27 | 2 | -60/+6 |
* | | | util.prosodyctl: Initialize storagemanager on the host before initializing us... | Matthew Wild | 2013-04-27 | 1 | -2/+4 |
* | | | util.json: New, improved, fixed codepoint to UTF-8 conversion. | Waqas Hussain | 2013-04-23 | 1 | -26/+11 |
* | | | util.json: Make encode(decode("[]"))=="[]". | Waqas Hussain | 2013-04-23 | 1 | -2/+10 |
* | | | util.adhoc: New util for generating common adhoc handler patterns | Florian Zeitz | 2013-04-23 | 1 | -0/+31 |
* | | | mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting ... | Matthew Wild | 2013-04-18 | 1 | -0/+340 |
* | | | util.http: Refactor and import all necessary functions | Matthew Wild | 2013-04-12 | 1 | -9/+13 |
* | | | util.iterators: Add ripairs() (ipairs() in reverse) (thanks Maranda) | Matthew Wild | 2013-04-12 | 1 | -0/+5 |
* | | | util.httpstream: Unused, remove | Matthew Wild | 2013-04-11 | 1 | -134/+0 |
* | | | net.http, util.http: Move definitions of urlencode/decode and formencode/deco... | Matthew Wild | 2013-04-11 | 1 | -0/+45 |
* | | | util.datamanager: Clear the cache of created directories on storage failure, ... | Matthew Wild | 2013-04-07 | 1 | -11/+19 |
* | | | util.datamanager: expose path decode and encode functions. | Marco Cirillo | 2013-04-07 | 1 | -0/+2 |
* | | | util.json: Convert \uXXXX to UTF-8 when decoding | Matthew Wild | 2013-04-06 | 1 | -1/+36 |
* | | | util.stanza: Use correct index when replacing the tag in .tags (thanks daurni... | Matthew Wild | 2013-04-05 | 1 | -1/+1 |
* | | | util.stanza: Add stanza:find(), a light weight XPath-like method | Kim Alvefur | 2013-04-04 | 1 | -0/+26 |
* | | | util.helpers: Helper helpers to log host events | Matthew Wild | 2013-04-03 | 1 | -0/+8 |
* | | | util.stanza: :maptags(): Fixes to make loop more robust on item removal | Matthew Wild | 2013-04-03 | 1 | -2/+4 |
* | | | util.json: Add json.encode_array() (thanks B) | Matthew Wild | 2013-03-28 | 1 | -0/+5 |
* | | | util.{prosodyctl,openssl}: More use of config sections removed | Kim Alvefur | 2013-03-23 | 2 | -7/+7 |
|/ / |
|
* | | mod_pubsub, util.pubsub: Add delete action | Kim Alvefur | 2013-01-31 | 1 | -0/+12 |
* | | util.pubsub: Fix nil access error in get_subscriptions. | Waqas Hussain | 2013-01-26 | 1 | -1/+1 |
* | | mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element | Florian Zeitz | 2013-01-25 | 1 | -9/+18 |
* | | util.xmppstream: Include error stanza in error message if no error handler is... | Waqas Hussain | 2013-01-26 | 1 | -1/+1 |
* | | 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 |