| Commit message (Expand) | Author | Age | Files | Lines |
* | util.stanza: Accept util.error object to error_reply | Kim Alvefur | 2019-12-14 | 1 | -0/+3 |
* | util.error: Move default for numeric error code to net.http.server | Kim Alvefur | 2019-12-14 | 1 | -1/+1 |
* | util.sasl.scram: Ignore unused authzid variable (strict lint) | Kim Alvefur | 2019-12-09 | 1 | -0/+1 |
* | util.x509: Fix recording of CommonNames in get_identities | Kim Alvefur | 2019-12-08 | 1 | -1/+1 |
* | util.error: Write down some thoughts in comments | Kim Alvefur | 2019-12-08 | 1 | -0/+7 |
* | util.stanza: Support the 'by' attribute on errors | Kim Alvefur | 2019-11-25 | 1 | -2/+5 |
* | util.stanza: Check that argument to error_reply is NOT a stanza of type error | Kim Alvefur | 2019-11-25 | 1 | -0/+2 |
* | util.stanza: Check that argument to error_reply is a stanza | Kim Alvefur | 2019-11-25 | 1 | -0/+3 |
* | util.stanza: Remove redundant check for attrs | Kim Alvefur | 2019-11-25 | 1 | -1/+1 |
* | util.stanza: Check that argument to reply is a stanza | Kim Alvefur | 2019-11-25 | 1 | -0/+3 |
* | util.termcolours: Use explicit number formatting instead of coercion on conca... | Kim Alvefur | 2019-11-20 | 1 | -1/+1 |
* | util.dependencies: Avoid missing bitop false positive on Lua 5.4 | Kim Alvefur | 2019-11-09 | 1 | -1/+1 |
* | util.startup: Disable plugin installer path creation for now (see comments) | Kim Alvefur | 2019-11-09 | 1 | -2/+4 |
* | util.startup: Split plugin installer path setup into a separate function | Kim Alvefur | 2019-11-09 | 1 | -4/+11 |
* | util.paths: Don't treat path as pattern, fix traceback (thanks Menel87) | Kim Alvefur | 2019-11-08 | 1 | -2/+2 |
* | Merge 0.11->trunk | Kim Alvefur | 2019-11-04 | 1 | -2/+9 |
|\ |
|
| * | util.startup: Ensure prosody.paths are absolute (see #1430) | Kim Alvefur | 2019-11-04 | 1 | -1/+7 |
| * | util.startup: Update config path (fixes #1430) | Kim Alvefur | 2019-11-03 | 1 | -1/+2 |
* | | util.prosodyctl: Enforce strict JID validation on user creation | Kim Alvefur | 2019-11-01 | 1 | -1/+1 |
* | | util.error: Add well-known field 'code' in error templates | Kim Alvefur | 2019-11-01 | 1 | -0/+1 |
* | | util.jid: Add a 'strict' flag for jidprep calls | Kim Alvefur | 2019-09-09 | 1 | -6/+6 |
* | | util.pubsub, pubsub.lib and tests: Add text to precondition-not-met error (fi... | Matthew Wild | 2019-10-27 | 1 | -3/+9 |
* | | Merge 0.11->trunk | Kim Alvefur | 2019-10-20 | 1 | -3/+3 |
|\| |
|
| * | util.interpolation: Support unescaped variables with more modifiers (fixes #1... | Kim Alvefur | 2019-10-20 | 1 | -3/+3 |
* | | util.statistics: Add a total count for rate counters, counting from server st... | Emmanuel Gil Peyrot | 2019-10-10 | 1 | -1/+3 |
* | | util.sasl.scram: Avoid implicit coersion of number to string | Kim Alvefur | 2019-10-06 | 1 | -1/+1 |
* | | util.sasl.scram: Fix old API | Kim Alvefur | 2019-09-29 | 1 | -1/+1 |
* | | util.async: Add function for waiting on promises and unpacking the results | Kim Alvefur | 2019-09-29 | 1 | -0/+16 |
* | | util.sql: Preserve 3rd and 4th return values from transaction (fixes #1434) (... | Kim Alvefur | 2019-09-28 | 1 | -3/+3 |
* | | util.x509: Return sets of services per identity | Kim Alvefur | 2019-09-10 | 1 | -7/+34 |
* | | util.x509: Only collect commonNames that pass idna | Kim Alvefur | 2019-09-10 | 1 | -1/+1 |
* | | util.x509: Nameprep commonName once | Kim Alvefur | 2019-09-10 | 1 | -2/+5 |
* | | util.bitops: Library to find appropriate bitwise library (closes #1395) | Kim Alvefur | 2019-07-22 | 2 | -0/+39 |
* | | util.sasl.scram: Add support for SCRAM-SHA-256 | Kim Alvefur | 2019-01-13 | 1 | -0/+1 |
* | | util.sasl.scram: Factor out SHA-1 specific getAuthenticationDatabaseSHA1 | Kim Alvefur | 2019-01-13 | 1 | -20/+25 |
* | | Merge mod-installer (2019 GSoC by Jo?o Duarte) | Matthew Wild | 2019-08-19 | 4 | -2/+63 |
|\ \ |
|
| * | | util/prosodyctl: call_luarocks now sets a directory variable itself | Jo?o Duarte | 2019-08-16 | 1 | -1/+2 |
| * | | util/prosodyctl: Removed the check_flags and execute_command function | Jo?o Duarte | 2019-08-16 | 1 | -25/+0 |
| * | | util.pluginloader: Added a new path to the variable local_names | Jo?o Duarte | 2019-08-16 | 1 | -1/+2 |
| * | | util.paths: Fixed file termination for package.cpath's extra path | Jo?o Duarte | 2019-08-16 | 1 | -1/+1 |
| * | | util.startup: Changed the way util.paths.complement_lua_path was being accessed | Jo?o Duarte | 2019-08-16 | 1 | -1/+1 |
| * | | util.startup: Reorganized code at setup_plugindir | Jo?o Duarte | 2019-08-01 | 1 | -3/+3 |
| * | | util.paths: Refactored a variable, to avoid shadowing | Jo?o Duarte | 2019-08-01 | 1 | -4/+4 |
| * | | util.startup: Now calls a function to complement lua's path/cpath | Jo?o Duarte | 2019-08-01 | 1 | -13/+2 |
| * | | util.paths: Added the function 'complement_lua_path' | Jo?o Duarte | 2019-08-01 | 1 | -0/+16 |
| * | | util.startup: setup_plugindir now also checks package.cpath for duplicates | Jo?o Duarte | 2019-08-01 | 1 | -2/+4 |
| * | | util.startup: Directly calling lfs.currentdir instead of storing it in a loca... | Jo?o Duarte | 2019-08-01 | 1 | -2/+1 |
| * | | util.startup: Removed/rewrote comments at setup_plugindir | Jo?o Duarte | 2019-08-01 | 1 | -7/+2 |
| * | | util.startupt: setup_plugindir now uses lfs.mkdir to check/create directories | Jo?o Duarte | 2019-08-01 | 1 | -4/+1 |
| * | | util.startupt: I'm now using the resolve_relative_path function from util/pat... | Jo?o Duarte | 2019-08-01 | 1 | -10/+2 |