aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* util.template: Use util.envload instead of loadstring which is deprecated in ↵Kim Alvefur2017-11-231-2/+2
| | | | Lua 5.2
* util.format: Import unpack from table lib in Lua 5.2+Kim Alvefur2017-11-231-1/+1
|
* util.envload: Ignore "undefined variable" warning for loadstring [luacheck ↵Kim Alvefur2017-11-231-1/+1
| | | | with strict 5.2 or 5.3 checks]
* Merge 0.10->trunkKim Alvefur2017-11-221-1/+1
|\
| * util.helpers: Handle missing priorities, happens due to wildcard magic in ↵Kim Alvefur2017-11-221-1/+1
| | | | | | | | net.http.server (fixes #1044)
* | util.async: Fix thread check to work correctly in Lua 5.2Kim Alvefur2017-11-211-2/+2
| | | | | | | | | | coroutine.running() now returns the main thread and a boolean true if called from the main thread, as opposed to nil in 5.1
* | util.async: Factor out thread check into a functionKim Alvefur2017-11-211-8/+10
| |
* | util.pubsub: Recreate itemstore if persist_items changes or resize it if ↵Kim Alvefur2017-11-091-7/+7
| | | | | | | | max_items changes
* | util.cache: Call on-eviction callback when shrinkingKim Alvefur2017-11-181-1/+6
| |
* | util.cache: Add a method to resize the cacheKim Alvefur2017-11-181-0/+14
| |
* | util.cache: Add method for removing all data (does not call eviction callback)Kim Alvefur2017-11-071-0/+7
| |
* | 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) ↵Kim Alvefur2017-11-071-1/+2
| | | | | | | | (Thanks Ge0rG)
* | util.pubsub: Add method for retreiving the last item (useful for sending on ↵Kim Alvefur2017-11-071-0/+9
| | | | | | | | subscribe)
* | 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
| | | | | | | | (thanks jonasw)
* | pubsub: Distinguish internal representation of node config from XEP-0060 ↵Kim Alvefur2017-10-171-2/+3
| | | | | | | | form (util.pubsub should be protocol-agnostic)
* | util.pubsub: Remove inclusion of publisherKim Alvefur2017-10-161-3/+0
| | | | | | | | | | util.pubsub should stay agnostic of what data types are published and this depended on util.stanza
* | 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 ↵Kim Alvefur2017-10-081-1/+5
| | | | | | | | back to creating a new one
* | 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 ↵Kim Alvefur2017-09-271-0/+3
| | | | | | | | colon-separated list, like ciphers (see #879, #943, #951)
| * 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) ↵Waqas Hussain2017-09-171-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 Hussain2017-09-171-2/+2
| | | | | | | | and fractional balance updates (0.1*10 was not the same as 1*1)
* | 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 ↵Kim Alvefur2017-07-291-1/+3
| | | | | | | | by modules)
* | 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
| | | | | | | | | | This makes the backend able to obtain the publisher without changing the API.
* | util.pubsub: Add a node parameter to itemstore().Emmanuel Gil Peyrot2017-04-021-4/+4
| | | | | | | | | | This allows the backend to know the node name, when it needs to differentiate it at storage for example.
* | 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
|\|