aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util.ip: Make bit string function into a methodKim Alvefur2017-12-011-7/+9
* util.ip: Parse IP address using inet_ptonKim Alvefur2017-12-011-21/+21
* util.ip: Reflow module export tableKim Alvefur2017-12-011-2/+4
* util.ip: Reflow metatableKim Alvefur2017-12-011-3/+9
* util.template: Use util.envload instead of loadstring which is deprecated in ...Kim Alvefur2017-11-231-2/+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 wi...Kim Alvefur2017-11-231-1/+1
* Merge 0.10->trunkKim Alvefur2017-11-221-1/+1
|\
| * util.helpers: Handle missing priorities, happens due to wildcard magic in net...Kim Alvefur2017-11-221-1/+1
* | util.async: Fix thread check to work correctly in Lua 5.2Kim Alvefur2017-11-211-2/+2
* | 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 max_...Kim Alvefur2017-11-091-7/+7
* | 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) (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