| Commit message (Expand) | Author | Age | Files | Lines |
* | util.dataforms: Don't include list options in result forms (fixes #983) | Matthew Wild | 2017-09-23 | 1 | -18/+22 |
* | util.throttle: Fix initial time setting (double accounting the first time) an... | Waqas Hussain | 2017-09-17 | 1 | -2/+2 |
* | util.random: Add a _source field to match util.crand | Kim Alvefur | 2017-09-16 | 1 | -0/+1 |
* | util.format: A string.format wrapper that gracefully handles invalid arguments | Waqas Hussain | 2017-09-10 | 1 | -0/+74 |
* | util.sql: Greedily read all rows so we can close queries early (fixes #391) | Matthew Wild | 2017-08-04 | 1 | -1/+5 |
* | util.prosodyctl: Resolve possibly relative pidfile path (fixes inconsistency ... | Kim Alvefur | 2017-04-24 | 1 | -0/+2 |
* | util.sasl.plain,scram: Record username in sasl state earlier | Kim Alvefur | 2017-04-19 | 2 | -2/+3 |
* | util.datamanager: Use already known index instead of measuring length each it... | Kim Alvefur | 2017-04-17 | 1 | -2/+2 |
* | util.sql: Produce more SQL-standard-like debug messages | Kim Alvefur | 2017-04-13 | 1 | -1/+8 |
* | util.sql: Strip indentation from queries for debug logging | Kim Alvefur | 2017-04-12 | 1 | -0/+1 |
* | util.sql: Apply quote transform in engine:execute so it is applied to eg enco... | Kim Alvefur | 2017-04-12 | 1 | -2/+1 |
* | SQL: Use standard quotes for columns and other identifiers, rewrite to grave ... | Kim Alvefur | 2017-04-10 | 1 | -14/+12 |
* | util.array: Add method for filtering out duplicate values | Kim Alvefur | 2017-03-31 | 1 | -0/+12 |
* | util.id: New util for producing random identifiers of varying sizes | Kim Alvefur | 2017-03-29 | 1 | -0/+26 |
* | util.datamanager: Log where the error came from | Kim Alvefur | 2017-03-28 | 1 | -3/+4 |
* | util.datamanager: Rearrange locals | Kim Alvefur | 2017-03-28 | 1 | -3/+2 |
* | util.datamanager: Use pposix.atomic_append | Kim Alvefur | 2017-02-28 | 1 | -23/+17 |
* | util.datamanager: Remove check for file non-existence since ENOENT tells us t... | Kim Alvefur | 2017-03-22 | 1 | -18/+4 |
* | util.datamanager: Split long line [luacheck] | Kim Alvefur | 2017-03-22 | 1 | -1/+3 |
* | util.dependencies: Give APT command for installing lua-sec | Kim Alvefur | 2017-03-21 | 1 | -1/+1 |
* | util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with ... | Kim Alvefur | 2017-03-20 | 4 | -4/+4 |
* | util.array: Add O(n) equality check metamethod | Kim Alvefur | 2017-03-16 | 1 | -0/+13 |
* | util.envload: Close file handle after reading data | Kim Alvefur | 2017-03-01 | 1 | -1/+4 |
* | util.datamanager: Expose atomic_store as store_raw | Kim Alvefur | 2017-03-01 | 1 | -0/+1 |
* | util.datamanager: Use atomic store function when writing the first entry of a... | Kim Alvefur | 2017-03-01 | 1 | -4/+1 |
* | util.datamanager: Import value of ENOENT from util.pposix (if available) | Kim Alvefur | 2017-03-01 | 1 | -0/+1 |
* | util.datamanager: Ignore ENOENT (no such file) when loading data | Kim Alvefur | 2017-03-01 | 1 | -4/+13 |
* | util.envload: Open file here instead of letting loadfile do it so that all re... | Kim Alvefur | 2017-03-01 | 1 | -3/+8 |
* | util.adhoc: Pass command data to initial_data callback in order to allow load... | Kim Alvefur | 2017-02-22 | 1 | -1/+1 |
* | util.dependencies: Normalize whitespace | Kim Alvefur | 2017-01-28 | 1 | -11/+13 |
* | util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-sta... | Kim Alvefur | 2017-01-26 | 1 | -2/+0 |
* | util.rsm: Add copyright header | Kim Alvefur | 2017-01-23 | 1 | -0/+11 |
* | util.rsm: Move out from mod_mam directory | Kim Alvefur | 2016-11-26 | 1 | -0/+87 |
* | util.dependencies: Update Debian package names for liblua5.1-lib0 -> lua-lib ... | Kim Alvefur | 2017-01-06 | 1 | -3/+3 |
* | util.dependencies: Add check and info about lua-bitops (for mod_websockets) | Kim Alvefur | 2016-12-05 | 1 | -0/+11 |
* | util.dependencies: Update links for LuaExpat and LuaSec which have moved to n... | Kim Alvefur | 2016-12-05 | 1 | -2/+2 |
* | util.stanza: Add an is_stanza() function to check if an object is a stanza | Kim Alvefur | 2016-11-28 | 1 | -0/+6 |
* | util.datamanager: Shorter pattern | Kim Alvefur | 2016-11-20 | 1 | -1/+1 |
* | util.datamanager: Remove extraneous decoding of + to space, which we never ne... | Kim Alvefur | 2016-11-20 | 1 | -1/+1 |
* | util.datamanager: Use the 'base' argument to tonumber() to indicate hexadecimal | Kim Alvefur | 2016-11-20 | 1 | -1/+1 |
* | util.envload: Ignore use of Lua 5.1-only setfenv function [luacheck] | Kim Alvefur | 2016-11-20 | 1 | -0/+1 |
* | util.pubsub: Fix item retrieval by including the item order as it was before ... | Kim Alvefur | 2016-11-19 | 1 | -0/+1 |
* | util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3) | Kim Alvefur | 2016-11-18 | 1 | -1/+1 |
* | util.helpers: List event priorities instead of useless array index | Kim Alvefur | 2016-11-18 | 1 | -2/+2 |
* | util.pubsub: Rename loop variable to avoid name clash [luacheck] | Kim Alvefur | 2016-10-18 | 1 | -5/+5 |
* | util.cache: Ignore unused argument [luacheck] | Kim Alvefur | 2016-10-18 | 1 | -0/+1 |
* | util.statsd: Ignore unused argument [luacheck] | Kim Alvefur | 2016-10-18 | 1 | -1/+1 |
* | util.array: Remove unused arguments [luacheck] | Kim Alvefur | 2016-10-18 | 1 | -1/+1 |
* | util.array: Rename arguments to avoid name clash [luacheck] | Kim Alvefur | 2016-10-18 | 1 | -4/+4 |
* | util.pubsub: Factor item storage cache into a per service configurable option | Kim Alvefur | 2016-10-16 | 1 | -3/+4 |