aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* 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
* util.adhoc: Pass command data to initial_data callback in order to allow ↵Kim Alvefur2017-02-221-1/+1
| | | | loading per-user settings
* util.dependencies: Normalize whitespaceKim Alvefur2017-01-281-11/+13
|
* 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
* util.rsm: Add copyright headerKim Alvefur2017-01-231-0/+11
|
* util.rsm: Move out from mod_mam directoryKim Alvefur2016-11-261-0/+87
|
* util.dependencies: Update Debian package names for liblua5.1-lib0 -> lua-lib ↵Kim Alvefur2017-01-061-3/+3
| | | | transition
* 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
* util.stanza: Add an is_stanza() function to check if an object is a stanzaKim Alvefur2016-11-281-0/+6
|
* 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
|
* 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.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
|
* 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
|
* util.pubsub: Factor item storage cache into a per service configurable optionKim Alvefur2016-10-161-3/+4
|
* util.pubsub: Switch to use util.cache for item dataKim Alvefur2016-10-161-33/+23
|
* util.datamanager: Add annotations to ignore name clashes [luacheck]Kim Alvefur2016-09-241-5/+5
|
* util.datamanager: Rename variables to avoid name clashes [luacheck]Kim Alvefur2016-09-241-12/+12
|
* mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744)Kim Alvefur2016-09-231-1/+1
|
* util.openssl: rename variable to not collide with other 'k's [luacheck]Anton Shestakov2016-07-281-4/+4
|
* statsmanager, util.statsd: Add built-in statsd providerMatthew Wild2016-07-271-0/+84
|
* util.sql: remove unused one-letter loop variables [luacheck]Anton Shestakov2016-07-231-2/+2
|
* util.ip: rename variable (i is already defined) [luacheck]Anton Shestakov2016-07-091-2/+2
|
* util.openssl: remove unused one-letter loop variable [luacheck]Anton Shestakov2016-07-091-1/+1
|
* util.ip: remove unused one-letter loop variables [luacheck]Anton Shestakov2016-07-091-2/+2
|
* util.time: New tiny library to abstract LuaSocket's gettime() function, so ↵Matthew Wild2016-06-281-0/+8
| | | | we can use other sources in the future
* util.openssl: Handle return value from os.execute being true in Lua 5.2Kim Alvefur2016-06-231-1/+2
|
* util.prosodyctl: Handle os.execute in Lua 5.2 returning true when command ↵Kim Alvefur2016-06-231-1/+1
| | | | terminates successfully
* util.dataforms: Fix including default value for list-single when given as ↵Kim Alvefur2016-05-291-1/+1
| | | | field.value[].default
* util.dataforms: Allow separation of options from values in list fieldsKim Alvefur2016-05-271-4/+12
|
* util.cache: Add support for creating a proxy table to a cache, that looks ↵Matthew Wild2016-05-221-0/+22
| | | | and acts (mostly) like a normal table. No tests yet.
* util.datamanager: Import tostring and type (fix global access)Kim Alvefur2016-05-221-0/+2
|
* util.sql: Import type too (fix global access)Kim Alvefur2016-05-221-0/+1
|
* util.sql: Import pcall (fixes #677)Matthew Wild2016-05-221-1/+1
|
* util.events: Fix comparison of event_name with nil instead of false (fixes #554)Matthew Wild2016-05-121-1/+1
|
* util.iterators: Add iterator wrapper that works like select(n, ...) applied ↵Kim Alvefur2016-04-151-0/+9
| | | | to original iterator
* util.cache: Add method for iterating over valuesKim Alvefur2016-04-151-0/+12
|