| Commit message (Expand) | Author | Age | Files | Lines |
* | util.uuid: Use /dev/urandom | Kim Alvefur | 2016-01-06 | 1 | -27/+16 |
* | util.ip: Support zone id syntax in IPv6 addresses | Kim Alvefur | 2016-01-04 | 1 | -1/+5 |
* | util.ip: Fix protocol detection of IPv6 addresses beginning with : [Backporte... | Matthew Wild | 2013-05-18 | 1 | -2/+4 |
* | util.ip: Automatically determine protocol of IP address if none specified. Re... | Matthew Wild | 2013-05-17 | 1 | -1/+9 |
* | util.uuid: Remove unused import | Kim Alvefur | 2015-12-08 | 1 | -1/+0 |
* | util.openssl: Separate extension sections into one for self-signed certs and ... | Kim Alvefur | 2015-10-11 | 1 | -3/+7 |
* | util.datamanager: Fix traceback from trying to purge when storage is empty or... | Kim Alvefur | 2015-05-13 | 1 | -1/+5 |
* | util.datamanager: Fix traceback due to %s in log message | Kim Alvefur | 2015-04-03 | 1 | -1/+1 |
* | util.datamanager: Check that the global 'prosody' exists before using it (fix... | Kim Alvefur | 2015-02-20 | 1 | -1/+1 |
* | Backout changeset 6e67c73f730c: not a major fix and it breaks interop with at...0.9.7 | Matthew Wild | 2014-10-24 | 1 | -13/+2 |
* | util/dataforms: Make sure we iterate over field tags | daurnimator | 2014-10-07 | 1 | -1/+1 |
* | util.stanza: Escape newlines and tabs (\r\n\t) when serializing stanzas. \r\n... | Waqas Hussain | 2014-10-08 | 1 | -2/+13 |
* | util.filters: Ignore filters being added twice (fixes issues on removal)0.9.5 | Matthew Wild | 2014-08-28 | 1 | -0/+2 |
* | util.xmppstream: When error is 'no-stream', pass the received tagname to the ... | Matthew Wild | 2014-08-23 | 1 | -1/+1 |
* | prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise | Kim Alvefur | 2014-08-26 | 1 | -0/+4 |
* | util.dataforms: Add support for XEP-0221: Data Forms Media Element | Kim Alvefur | 2014-04-22 | 1 | -0/+9 |
* | util.dependencies: Check for Lua 5.1. We don't currently support any other ve... | Waqas Hussain | 2014-04-09 | 1 | -0/+8 |
* | util.xmppstream: Also disable CharacterData merging after stream restarts | Matthew Wild | 2014-04-02 | 1 | -1/+1 |
* | util.xmppstream: Disable LuaExpat's buffering (if possible) | Matthew Wild | 2014-04-02 | 1 | -3/+3 |
* | util.dependencies: Log error when LuaExpat is not capable of enforcing stanza... | Matthew Wild | 2014-03-30 | 1 | -1/+9 |
* | util.xmppstream: Implement stanza size limiting, default limit 10MB | Matthew Wild | 2014-03-30 | 1 | -6/+80 |
* | util.pluginloader: Always use path separator from package.config (thanks Junne) | Kim Alvefur | 2014-03-09 | 1 | -4/+4 |
* | util.jid: Strip trailing '.' when normalizing hostnames | Matthew Wild | 2013-12-16 | 1 | -1/+4 |
* | util.set: Remove unused variable | Matthew Wild | 2013-11-10 | 1 | -1/+1 |
* | util.filters: Fix inserting items so that higher priority filters run first | Kim Alvefur | 2013-09-30 | 1 | -1/+1 |
* | util.set: Fix :include() and :exclude() methods to iterate the input set corr... | Matthew Wild | 2013-09-02 | 1 | -2/+2 |
* | util.dataforms: Return nil for empty list-mutli responses, to be consistent w... | Florian Zeitz | 2013-06-14 | 1 | -1/+5 |
* | util.pubsub: Check whether node exists, when deleting | Florian Zeitz | 2013-06-12 | 1 | -0/+3 |
* | util.pubsub: Fix get_subscriptions to not pass a boolean as node name (thanks... | Kim Alvefur | 2013-05-26 | 1 | -1/+1 |
* | util.ip: Convert IPv4 mapped addresses to hex. | Kim Alvefur | 2013-05-18 | 1 | -0/+7 |
* | util.json: New, faster, stricter, more compliant JSON decoder. Now returns ni... | Waqas Hussain | 2013-05-07 | 1 | -192/+155 |
* | util.array: Wrap tostring() output in {} (otherwise empty arrays print as ""). | Waqas Hussain | 2013-05-07 | 1 | -1/+1 |
* | util.json: Make setmetatable local. | Waqas Hussain | 2013-05-06 | 1 | -1/+1 |
* | 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 |