aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.10->trunkKim Alvefur2016-10-072-18/+18
|\
| * 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
* | Merge 0.10 -> trunkMatthew Wild2016-07-281-4/+4
|\|
| * util.openssl: rename variable to not collide with other 'k's [luacheck]Anton Shestakov2016-07-281-4/+4
* | Merge 0.10 -> trunkMatthew Wild2016-07-271-0/+84
|\|
| * statsmanager, util.statsd: Add built-in statsd providerMatthew Wild2016-07-271-0/+84
* | Merge 0.10->trunkKim Alvefur2016-07-231-2/+2
|\|
| * util.sql: remove unused one-letter loop variables [luacheck]Anton Shestakov2016-07-231-2/+2
* | Merge 0.10->trunkKim Alvefur2016-07-132-5/+5
|\|
| * 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
* | Merge 0.10->trunkMatthew Wild2016-06-283-2/+11
|\|
| * util.time: New tiny library to abstract LuaSocket's gettime() function, so we...Matthew Wild2016-06-281-0/+8
| * 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 ter...Kim Alvefur2016-06-231-1/+1
* | Merge 0.10->trunkKim Alvefur2016-05-301-1/+1
|\|
| * util.dataforms: Fix including default value for list-single when given as fie...Kim Alvefur2016-05-291-1/+1
* | Merge 0.10->trunkKim Alvefur2016-05-281-4/+12
|\|
| * util.dataforms: Allow separation of options from values in list fieldsKim Alvefur2016-05-271-4/+12
* | Merge 0.10->trunkMatthew Wild2016-05-221-0/+22
|\|
| * util.cache: Add support for creating a proxy table to a cache, that looks and...Matthew Wild2016-05-221-0/+22
* | util.async: Add some more comments for clarityMatthew Wild2016-05-221-0/+15
* | Merge 0.10->trunkKim Alvefur2016-05-222-0/+3
|\|
| * 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
* | Merge 0.10->trunkMatthew Wild2016-05-221-1/+1
|\|
| * util.sql: Import pcall (fixes #677)Matthew Wild2016-05-221-1/+1
* | Merge 0.10->trunkMatthew Wild2016-05-121-1/+1
|\|
| * util.events: Fix comparison of event_name with nil instead of false (fixes #554)Matthew Wild2016-05-121-1/+1
* | Update every link to the documentation to use HTTPSEmmanuel Gil Peyrot2016-04-162-8/+8
* | Merge 0.10->trunkKim Alvefur2016-04-152-12/+33
|\|
| * util.iterators: Add iterator wrapper that works like select(n, ...) applied t...Kim Alvefur2016-04-151-0/+9
| * util.cache: Add method for iterating over valuesKim Alvefur2016-04-151-0/+12
| * util.iterators: Normalize indentationKim Alvefur2016-04-131-12/+12
* | Merge 0.10->trunkKim Alvefur2016-03-291-0/+1
|\|
| * util.jid: Import select() into local (fixes traceback, tests on Lua 5.2)Kim Alvefur2016-03-281-0/+1
* | Merge 0.10->trunkKim Alvefur2016-03-261-1/+5
|\|
| * util.sql: Log errors in transaction to error level with traceback but return ...Kim Alvefur2016-03-251-1/+5
* | Merge 0.10->trunkMatthew Wild2016-03-231-1/+1
|\|
| * util.sql: Charset should be innocent until proven guilty (initialize charset_...Matthew Wild2016-03-231-1/+1
* | Merge 0.10->trunkMatthew Wild2016-03-211-2/+2
|\|
| * util.iterators: Fix use of incorrect variable accidentally introduced in a9ef...Matthew Wild2016-03-211-2/+2
* | Merge 0.10->trunkKim Alvefur2016-03-211-1/+2
|\|
| * util.sql: Catch errors from LuaDBI connect (Fixes #568)Kim Alvefur2016-03-211-1/+2
* | Merge 0.10->trunkMatthew Wild2016-03-181-0/+15
|\|
| * util.jid+tests: Add simple helpers... node(), host() and resource() for extra...Matthew Wild2016-03-171-0/+15
* | Merge 0.10->trunkMatthew Wild2016-03-171-5/+17
|\|