aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* | util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck]Kim Alvefur2017-11-104-5/+5
* | util.format: Move tests to spec/Kim Alvefur2017-11-101-10/+0
* | util: Various minor changes to please [luacheck]Kim Alvefur2017-11-1018-115/+107
* | util.sql: Discard useless substitution count from string.gsub in SQL debug logsKim Alvefur2017-11-081-2/+2
* | Merge 0.10->trunkKim Alvefur2017-11-071-1/+2
|\|
| * util.sql: Return an error message when a SQL commit fails (LuaDBI doesn't) (T...Kim Alvefur2017-11-071-1/+2
* | util.pubsub: Add method for retreiving the last item (useful for sending on s...Kim Alvefur2017-11-071-0/+9
* | Merge 0.10->trunkKim Alvefur2017-11-031-1/+2
|\|
| * util.termcolours: Split a long line [luacheck]Kim Alvefur2017-11-031-1/+2
* | util.pubsub: Return an empty list if specific item asked for does not exist (...Kim Alvefur2017-10-181-1/+1
* | pubsub: Distinguish internal representation of node config from XEP-0060 form...Kim Alvefur2017-10-171-2/+3
* | util.pubsub: Remove inclusion of publisherKim Alvefur2017-10-161-3/+0
* | util.debug: Produce a sensible name for nameless upvalues to C functionsKim Alvefur2017-10-151-0/+1
* | util.pubsub: Return item-not-found if a single item is requested, and not thereKim Alvefur2017-10-101-1/+5
* | util.pubsub: Clear data on node deletionKim Alvefur2017-10-091-0/+3
* | util.datamanager: Encode the 'store' path component, preserving underscoresKim Alvefur2017-10-081-1/+8
* | util.pubsub: Clear data store if it supports being cleared, otherwise fall ba...Kim Alvefur2017-10-081-1/+5
* | Merge 0.10->trunkKim Alvefur2017-10-041-4/+13
|\|
| * util.sql: Don't log at error level if a transaction failed and was retried okMatthew Wild2017-10-041-4/+13
* | Merge 0.10->trunkKim Alvefur2017-09-292-1/+3
|\|
| * util.sslconfig: Treat 'curveslist', added in LuaSec 0.7, as a colon-separated...Kim Alvefur2017-09-271-0/+3
| * util.throttle: Remove unused import of floor() [luacheck]Matthew Wild2017-09-261-1/+0
* | Merge 0.10->trunkMatthew Wild2017-09-261-18/+22
|\|
| * util.dataforms: Don't include list options in result forms (fixes #983)Matthew Wild2017-09-231-18/+22
| * util.throttle: Fix initial time setting (double accounting the first time) an...Waqas Hussain2017-09-171-2/+2
* | util.throttle: Fix initial time setting (double accounting the first time) an...Waqas Hussain2017-09-171-2/+2
* | Merge 0.10->trunkKim Alvefur2017-09-161-0/+1
|\|
| * util.random: Add a _source field to match util.crandKim Alvefur2017-09-161-0/+1
* | util.random: Remove obsolete noop seed functionKim Alvefur2017-09-161-4/+0
* | util.async: Fix documentation URLWaqas Hussain2017-09-151-2/+2
* | Merge 0.10->trunkKim Alvefur2017-09-141-0/+74
|\|
| * util.format: A string.format wrapper that gracefully handles invalid argumentsWaqas Hussain2017-09-101-0/+74
* | util.pubsub: Don't record publisher when superuser privileges are used (eg by...Kim Alvefur2017-07-291-1/+3
* | util.pubsub: Catch overriden id from storageKim Alvefur2017-04-261-0/+1
* | util.pubsub: Add the publisher as an attribute in the item element.Emmanuel Gil Peyrot2017-04-021-0/+1
* | util.pubsub: Add a node parameter to itemstore().Emmanuel Gil Peyrot2017-04-021-4/+4
* | Merge 0.10->trunkKim Alvefur2017-08-281-1/+5
|\|
| * util.sql: Greedily read all rows so we can close queries early (fixes #391)Matthew Wild2017-08-041-1/+5
* | Merge 0.10->trunkKim Alvefur2017-04-251-0/+2
|\|
| * util.prosodyctl: Resolve possibly relative pidfile path (fixes inconsistency ...Kim Alvefur2017-04-241-0/+2
* | Merge 0.10->trunkKim Alvefur2017-04-203-4/+5
|\|
| * util.sasl.plain,scram: Record username in sasl state earlierKim Alvefur2017-04-192-2/+3
| * util.datamanager: Use already known index instead of measuring length each it...Kim Alvefur2017-04-171-2/+2
* | Merge 0.10->trunkKim Alvefur2017-04-131-1/+8
|\|
| * util.sql: Produce more SQL-standard-like debug messagesKim Alvefur2017-04-131-1/+8
* | Merge 0.10->trunkKim Alvefur2017-04-121-2/+2
|\|
| * util.sql: Strip indentation from queries for debug loggingKim Alvefur2017-04-121-0/+1
| * util.sql: Apply quote transform in engine:execute so it is applied to eg enco...Kim Alvefur2017-04-121-2/+1
* | Merge 0.10->trunkKim Alvefur2017-04-101-14/+12
|\|
| * SQL: Use standard quotes for columns and other identifiers, rewrite to grave ...Kim Alvefur2017-04-101-14/+12