aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * util.cache: Change behaviour of on_evict (and tests). Now accepts false inste...Matthew Wild2016-03-171-5/+5
| * util.cache: Add head() and tail() methods (and tests)Matthew Wild2016-03-171-0/+12
| * util.async: Remove to prevent blocking a stable releaseKim Alvefur2016-03-171-158/+0
* | Merge 0.10->trunkKim Alvefur2016-03-141-0/+38
|\|
| * mod_presence: Move function for selecting "top resources" into a new util.pre...Kim Alvefur2016-03-141-0/+38
* | Merge 0.10->trunkKim Alvefur2016-03-141-15/+25
|\|
| * util.sql: Remove unused arguments [luacheck]Kim Alvefur2016-03-131-2/+2
| * util.sql: Don't break out of result retreival loopsKim Alvefur2016-03-131-7/+13
| * util.sql: Move per-driver (currenly only PostgreSQL) query transform into its...Kim Alvefur2016-03-131-6/+10
* | Merge 0.10->trunkKim Alvefur2016-03-111-2/+2
|\|
| * util.dependencies: Show the full error when a symbol is not found (i.e., when...Thijs Alkemade2016-03-101-2/+2
* | Merge 0.10->trunkMatthew Wild2016-03-105-30/+27
|\|
| * util.prosodyctl: Remove unused variable [luacheck]Matthew Wild2016-03-101-1/+1
| * util.json: Variable renaming to avoid shadowing [luacheck]Matthew Wild2016-03-101-14/+14
| * util.iterators: Variable renaming to avoid shadowing [luacheck]Matthew Wild2016-03-101-9/+9
| * net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724...Matthew Wild2016-03-104-4/+1
| * util.iterators: Return initial var from upstream iterator [luacheck]Matthew Wild2016-03-101-1/+1
| * util.iterators: Don't replace var, as we should preserve var from the origina...Matthew Wild2016-03-101-1/+1
* | Merge 0.10->trunkMatthew Wild2016-03-091-21/+20
|\|
| * util.stanza: Some code cleanup [luacheck]Matthew Wild2016-03-091-21/+20
* | util.xmppstream: Remove namespace tracking, it's broken as implementedMatthew Wild2016-03-051-23/+0
* | util.xml: Correct stanza.namespaces table construction when duplicate prefix ...Waqas Hussain2016-03-051-5/+11
* | Merge 0.10->trunkMatthew Wild2016-03-041-1/+3
|\|
| * util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7)Matthew Wild2016-03-041-1/+3
* | Merge 0.10->trunkKim Alvefur2016-02-281-2/+2
|\|
| * util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt)Kim Alvefur2016-02-281-2/+2
* | Merge 0.10->trunkKim Alvefur2016-02-282-8/+6
|\|
| * util.sasl.scram: Remove unused initial value [luacheck]Kim Alvefur2016-02-281-1/+1
| * util.sasl.scram: Rename variable to avoid name clash [luacheck]Kim Alvefur2016-02-281-5/+5
| * util.sasl.anonymous: Remove unused locals [luacheck]Kim Alvefur2016-02-281-2/+0
* | Merge 0.10->trunkKim Alvefur2016-02-283-19/+66
|\|
| * util.termcolours: Rename loop variable [luacheck]Kim Alvefur2016-02-281-4/+4