| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | util.jid+tests: Add simple helpers... node(), host() and resource() for extra... | Matthew Wild | 2016-03-17 | 1 | -0/+15 |
* | | Merge 0.10->trunk | Matthew Wild | 2016-03-17 | 1 | -5/+17 |
|\| |
|
| * | util.cache: Change behaviour of on_evict (and tests). Now accepts false inste... | Matthew Wild | 2016-03-17 | 1 | -5/+5 |
| * | util.cache: Add head() and tail() methods (and tests) | Matthew Wild | 2016-03-17 | 1 | -0/+12 |
| * | util.async: Remove to prevent blocking a stable release | Kim Alvefur | 2016-03-17 | 1 | -158/+0 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-03-14 | 1 | -0/+38 |
|\| |
|
| * | mod_presence: Move function for selecting "top resources" into a new util.pre... | Kim Alvefur | 2016-03-14 | 1 | -0/+38 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-03-14 | 1 | -15/+25 |
|\| |
|
| * | util.sql: Remove unused arguments [luacheck] | Kim Alvefur | 2016-03-13 | 1 | -2/+2 |
| * | util.sql: Don't break out of result retreival loops | Kim Alvefur | 2016-03-13 | 1 | -7/+13 |
| * | util.sql: Move per-driver (currenly only PostgreSQL) query transform into its... | Kim Alvefur | 2016-03-13 | 1 | -6/+10 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-03-11 | 1 | -2/+2 |
|\| |
|
| * | util.dependencies: Show the full error when a symbol is not found (i.e., when... | Thijs Alkemade | 2016-03-10 | 1 | -2/+2 |
* | | Merge 0.10->trunk | Matthew Wild | 2016-03-10 | 5 | -30/+27 |
|\| |
|
| * | util.prosodyctl: Remove unused variable [luacheck] | Matthew Wild | 2016-03-10 | 1 | -1/+1 |
| * | util.json: Variable renaming to avoid shadowing [luacheck] | Matthew Wild | 2016-03-10 | 1 | -14/+14 |
| * | util.iterators: Variable renaming to avoid shadowing [luacheck] | Matthew Wild | 2016-03-10 | 1 | -9/+9 |
| * | net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724... | Matthew Wild | 2016-03-10 | 4 | -4/+1 |
| * | util.iterators: Return initial var from upstream iterator [luacheck] | Matthew Wild | 2016-03-10 | 1 | -1/+1 |
| * | util.iterators: Don't replace var, as we should preserve var from the origina... | Matthew Wild | 2016-03-10 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Matthew Wild | 2016-03-09 | 1 | -21/+20 |
|\| |
|
| * | util.stanza: Some code cleanup [luacheck] | Matthew Wild | 2016-03-09 | 1 | -21/+20 |
* | | util.xmppstream: Remove namespace tracking, it's broken as implemented | Matthew Wild | 2016-03-05 | 1 | -23/+0 |
* | | util.xml: Correct stanza.namespaces table construction when duplicate prefix ... | Waqas Hussain | 2016-03-05 | 1 | -5/+11 |
* | | Merge 0.10->trunk | Matthew Wild | 2016-03-04 | 1 | -1/+3 |
|\| |
|
| * | util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7) | Matthew Wild | 2016-03-04 | 1 | -1/+3 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-02-28 | 1 | -2/+2 |
|\| |
|
| * | util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt) | Kim Alvefur | 2016-02-28 | 1 | -2/+2 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-02-28 | 2 | -8/+6 |
|\| |
|
| * | util.sasl.scram: Remove unused initial value [luacheck] | Kim Alvefur | 2016-02-28 | 1 | -1/+1 |
| * | util.sasl.scram: Rename variable to avoid name clash [luacheck] | Kim Alvefur | 2016-02-28 | 1 | -5/+5 |
| * | util.sasl.anonymous: Remove unused locals [luacheck] | Kim Alvefur | 2016-02-28 | 1 | -2/+0 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-02-28 | 3 | -19/+66 |
|\| |
|
| * | util.termcolours: Rename loop variable [luacheck] | Kim Alvefur | 2016-02-28 | 1 | -4/+4 |
| * | util.termcolours: Validate color codes, fixes traceback | Kim Alvefur | 2016-02-28 | 1 | -2/+7 |
| * | util.termcolours: Add some CSS color names | Kim Alvefur | 2016-02-27 | 1 | -0/+12 |
| * | util.termcolours: Add 256 color support | Kim Alvefur | 2016-02-27 | 1 | -0/+25 |
| * | util.datamanager: Explicit handling of each error condition (see #632) | Kim Alvefur | 2016-02-27 | 1 | -14/+16 |
| * | Merge 0.9->0.10 | Kim Alvefur | 2016-02-25 | 1 | -0/+1 |
| |\ |
|
| | * | util.datamanager: Unreference file handle after closing it to prevent trying ... | Kim Alvefur | 2016-02-25 | 1 | -0/+1 |
| | * | util.uuid: Open /dev/urandom read-only, make seed() a noop | Kim Alvefur | 2016-01-10 | 1 | -4/+2 |
| * | | util.termcolours: Remove argument from noop function [luacheck] | Kim Alvefur | 2016-02-25 | 1 | -1/+1 |
| * | | util.termcolours: Silence luacheck warning | Kim Alvefur | 2016-02-25 | 1 | -0/+2 |
| * | | util.template: Use separate variables for source and compiled function [luach... | Kim Alvefur | 2016-02-25 | 1 | -4/+4 |
| * | | util.template: Silence luacheck warnings about unused loop vars | Kim Alvefur | 2016-02-25 | 1 | -1/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-02-25 | 1 | -2/+1 |
|\| | |
|
| * | | util.openssl: Allow order of distinguished name fields to be included in config | Kim Alvefur | 2016-02-25 | 1 | -2/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-02-22 | 7 | -7/+16 |
|\| | |
|
| * | | util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4ran... | Kim Alvefur | 2016-02-22 | 1 | -0/+3 |
| * | | util.iterators: Use table.pack() on Lua 5.2 | Kim Alvefur | 2016-02-22 | 1 | -1/+1 |