Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 0.10->trunk | Kim Alvefur | 2017-10-04 | 1 | -4/+13 |
|\ | |||||
| * | util.sql: Don't log at error level if a transaction failed and was retried ok | Matthew Wild | 2017-10-04 | 1 | -4/+13 |
| | | |||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-09-29 | 2 | -1/+3 |
|\| | |||||
| * | util.sslconfig: Treat 'curveslist', added in LuaSec 0.7, as a ↵ | Kim Alvefur | 2017-09-27 | 1 | -0/+3 |
| | | | | | | | | colon-separated list, like ciphers (see #879, #943, #951) | ||||
| * | util.throttle: Remove unused import of floor() [luacheck] | Matthew Wild | 2017-09-26 | 1 | -1/+0 |
| | | |||||
* | | Merge 0.10->trunk | Matthew Wild | 2017-09-26 | 1 | -18/+22 |
|\| | |||||
| * | 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) ↵ | Waqas Hussain | 2017-09-17 | 1 | -2/+2 |
| | | | | | | | | and fractional balance updates (0.1*10 was not the same as 1*1) | ||||
* | | util.throttle: Fix initial time setting (double accounting the first time) ↵ | Waqas Hussain | 2017-09-17 | 1 | -2/+2 |
| | | | | | | | | and fractional balance updates (0.1*10 was not the same as 1*1) | ||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-09-16 | 1 | -0/+1 |
|\| | |||||
| * | util.random: Add a _source field to match util.crand | Kim Alvefur | 2017-09-16 | 1 | -0/+1 |
| | | |||||
* | | util.random: Remove obsolete noop seed function | Kim Alvefur | 2017-09-16 | 1 | -4/+0 |
| | | |||||
* | | util.async: Fix documentation URL | Waqas Hussain | 2017-09-15 | 1 | -2/+2 |
| | | |||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-09-14 | 1 | -0/+74 |
|\| | |||||
| * | util.format: A string.format wrapper that gracefully handles invalid arguments | Waqas Hussain | 2017-09-10 | 1 | -0/+74 |
| | | |||||
* | | util.pubsub: Don't record publisher when superuser privileges are used (eg ↵ | Kim Alvefur | 2017-07-29 | 1 | -1/+3 |
| | | | | | | | | by modules) | ||||
* | | util.pubsub: Catch overriden id from storage | Kim Alvefur | 2017-04-26 | 1 | -0/+1 |
| | | |||||
* | | util.pubsub: Add the publisher as an attribute in the item element. | Emmanuel Gil Peyrot | 2017-04-02 | 1 | -0/+1 |
| | | | | | | | | | | This makes the backend able to obtain the publisher without changing the API. | ||||
* | | util.pubsub: Add a node parameter to itemstore(). | Emmanuel Gil Peyrot | 2017-04-02 | 1 | -4/+4 |
| | | | | | | | | | | This allows the backend to know the node name, when it needs to differentiate it at storage for example. | ||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-08-28 | 1 | -1/+5 |
|\| | |||||
| * | util.sql: Greedily read all rows so we can close queries early (fixes #391) | Matthew Wild | 2017-08-04 | 1 | -1/+5 |
| | | |||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-25 | 1 | -0/+2 |
|\| | |||||
| * | util.prosodyctl: Resolve possibly relative pidfile path (fixes inconsistency ↵ | Kim Alvefur | 2017-04-24 | 1 | -0/+2 |
| | | | | | | | | with mod_posix) | ||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-20 | 3 | -4/+5 |
|\| | |||||
| * | 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 ↵ | Kim Alvefur | 2017-04-17 | 1 | -2/+2 |
| | | | | | | | | iteration | ||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-13 | 1 | -1/+8 |
|\| | |||||
| * | util.sql: Produce more SQL-standard-like debug messages | Kim Alvefur | 2017-04-13 | 1 | -1/+8 |
| | | |||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-12 | 1 | -2/+2 |
|\| | |||||
| * | 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 ↵ | Kim Alvefur | 2017-04-12 | 1 | -2/+1 |
| | | | | | | | | encoding checks in mod_storage_sql (thanks Martin) | ||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-10 | 1 | -14/+12 |
|\| | |||||
| * | SQL: Use standard quotes for columns and other identifiers, rewrite to grave ↵ | Kim Alvefur | 2017-04-10 | 1 | -14/+12 |
| | | | | | | | | accents for MySQL only (fixes #885) | ||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-03-31 | 2 | -0/+38 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-03-28 | 1 | -27/+21 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-03-23 | 2 | -20/+8 |
|\| | |||||
| * | util.datamanager: Remove check for file non-existence since ENOENT tells us ↵ | Kim Alvefur | 2017-03-22 | 1 | -18/+4 |
| | | | | | | | | that already | ||||
| * | 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 |
| | | |||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-03-20 | 4 | -4/+4 |
|\| | |||||
| * | util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with ↵ | Kim Alvefur | 2017-03-20 | 4 | -4/+4 |
| | | | | | | | | util.time for precision time | ||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-03-16 | 1 | -0/+13 |
|\| | |||||
| * | util.array: Add O(n) equality check metamethod | Kim Alvefur | 2017-03-16 | 1 | -0/+13 |
| | | |||||
* | | Merge 0.10->trunk | Kim Alvefur | 2017-03-02 | 2 | -11/+27 |
|\| | |||||
| * | util.envload: Close file handle after reading data | Kim Alvefur | 2017-03-01 | 1 | -1/+4 |
| | |