aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* Merge 0.10->trunkKim Alvefur2017-03-232-20/+8
|\
| * util.datamanager: Remove check for file non-existence since ENOENT tells us ↵Kim Alvefur2017-03-221-18/+4
| | | | | | | | that already
| * util.datamanager: Split long line [luacheck]Kim Alvefur2017-03-221-1/+3
| |
| * util.dependencies: Give APT command for installing lua-secKim Alvefur2017-03-211-1/+1
| |
* | Merge 0.10->trunkKim Alvefur2017-03-204-4/+4
|\|
| * util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with ↵Kim Alvefur2017-03-204-4/+4
| | | | | | | | util.time for precision time
* | Merge 0.10->trunkKim Alvefur2017-03-161-0/+13
|\|
| * util.array: Add O(n) equality check metamethodKim Alvefur2017-03-161-0/+13
| |
* | Merge 0.10->trunkKim Alvefur2017-03-022-11/+27
|\|
| * util.envload: Close file handle after reading dataKim Alvefur2017-03-011-1/+4
| |
| * util.datamanager: Expose atomic_store as store_rawKim Alvefur2017-03-011-0/+1
| |
| * util.datamanager: Use atomic store function when writing the first entry of ↵Kim Alvefur2017-03-011-4/+1
| | | | | | | | a list
| * util.datamanager: Import value of ENOENT from util.pposix (if available)Kim Alvefur2017-03-011-0/+1
| |
| * util.datamanager: Ignore ENOENT (no such file) when loading dataKim Alvefur2017-03-011-4/+13
| |
| * util.envload: Open file here instead of letting loadfile do it so that all ↵Kim Alvefur2017-03-011-3/+8
| | | | | | | | return values from io.open can be collected
* | Merge 0.10->trunkKim Alvefur2017-03-011-1/+1
|\|
| * util.adhoc: Pass command data to initial_data callback in order to allow ↵Kim Alvefur2017-02-221-1/+1
| | | | | | | | loading per-user settings
* | Merge 0.10->trunkKim Alvefur2017-01-291-11/+13
|\|
| * util.dependencies: Normalize whitespaceKim Alvefur2017-01-281-11/+13
| |
* | Merge 0.10->trunkKim Alvefur2017-01-261-2/+0
|\|
| * util.sslconfig: Remvoe flag merging for 'verify' as this is more of a ↵Kim Alvefur2017-01-261-2/+0
| | | | | | | | tri-state field than a set of options
* | Merge 0.10->trunkKim Alvefur2017-01-231-0/+98
|\|
| * util.rsm: Add copyright headerKim Alvefur2017-01-231-0/+11
| |
| * util.rsm: Move out from mod_mam directoryKim Alvefur2016-11-261-0/+87
| |
* | Merge 0.10->trunkKim Alvefur2017-01-091-3/+3
|\|
| * util.dependencies: Update Debian package names for liblua5.1-lib0 -> lua-lib ↵Kim Alvefur2017-01-061-3/+3
| | | | | | | | transition
* | Merge 0.10->trunkKim Alvefur2016-12-051-2/+13
|\|
| * util.dependencies: Add check and info about lua-bitops (for mod_websockets)Kim Alvefur2016-12-051-0/+11
| |
| * util.dependencies: Update links for LuaExpat and LuaSec which have moved to ↵Kim Alvefur2016-12-051-2/+2
| | | | | | | | new locations
* | Merge 0.10->trunkKim Alvefur2016-12-021-0/+6
|\|
| * util.stanza: Add an is_stanza() function to check if an object is a stanzaKim Alvefur2016-11-281-0/+6
| |
* | Merge 0.10->trunkKim Alvefur2016-11-212-2/+3
|\|
| * util.datamanager: Shorter patternKim Alvefur2016-11-201-1/+1
| |
| * util.datamanager: Remove extraneous decoding of + to space, which we never ↵Kim Alvefur2016-11-201-1/+1
| | | | | | | | never encode to
| * util.datamanager: Use the 'base' argument to tonumber() to indicate hexadecimalKim Alvefur2016-11-201-1/+1
| |
| * util.envload: Ignore use of Lua 5.1-only setfenv function [luacheck]Kim Alvefur2016-11-201-0/+1
| |
* | Merge 0.10->trunkKim Alvefur2016-11-191-0/+1
|\|
| * util.pubsub: Fix item retrieval by including the item order as it was before ↵Kim Alvefur2016-11-191-0/+1
| | | | | | | | using util.cache (thanks walduhu)
* | util.async: Add annotation to ignore warning [luacheck]Kim Alvefur2016-11-191-1/+1
| |
* | util.async: Rename variable to avoid name clash [luacheck]Kim Alvefur2016-11-191-2/+2
| |
* | Merge 0.10->trunkKim Alvefur2016-11-192-3/+3
|\|
| * util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3)Kim Alvefur2016-11-181-1/+1
| |
| * util.helpers: List event priorities instead of useless array indexKim Alvefur2016-11-181-2/+2
| |
* | Merge 0.10->trunkKim Alvefur2016-10-184-11/+12
|\|
| * util.pubsub: Rename loop variable to avoid name clash [luacheck]Kim Alvefur2016-10-181-5/+5
| |
| * util.cache: Ignore unused argument [luacheck]Kim Alvefur2016-10-181-0/+1
| |
| * util.statsd: Ignore unused argument [luacheck]Kim Alvefur2016-10-181-1/+1
| |
| * util.array: Remove unused arguments [luacheck]Kim Alvefur2016-10-181-1/+1
| |
| * util.array: Rename arguments to avoid name clash [luacheck]Kim Alvefur2016-10-181-4/+4
| |
* | Merge 0.10->trunkKim Alvefur2016-10-161-33/+24
|\|