aboutsummaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* util.sasl.scram: Fix old APIKim Alvefur2019-09-291-1/+1
* util.async: Add function for waiting on promises and unpacking the resultsKim Alvefur2019-09-291-0/+16
* util.sql: Preserve 3rd and 4th return values from transaction (fixes #1434) (thanks mrdoctorwho)Kim Alvefur2019-09-281-3/+3
* util.x509: Return sets of services per identityKim Alvefur2019-09-101-7/+34
* util.x509: Only collect commonNames that pass idnaKim Alvefur2019-09-101-1/+1
* util.x509: Nameprep commonName onceKim Alvefur2019-09-101-2/+5
* util.bitops: Library to find appropriate bitwise library (closes #1395)Kim Alvefur2019-07-222-0/+39
* util.sasl.scram: Add support for SCRAM-SHA-256Kim Alvefur2019-01-131-0/+1
* util.sasl.scram: Factor out SHA-1 specific getAuthenticationDatabaseSHA1Kim Alvefur2019-01-131-20/+25
* Merge mod-installer (2019 GSoC by Jo?o Duarte)Matthew Wild2019-08-194-2/+63
|\
| * util/prosodyctl: call_luarocks now sets a directory variable itselfJo?o Duarte2019-08-161-1/+2
| * util/prosodyctl: Removed the check_flags and execute_command functionJo?o Duarte2019-08-161-25/+0
| * util.pluginloader: Added a new path to the variable local_namesJo?o Duarte2019-08-161-1/+2
| * util.paths: Fixed file termination for package.cpath's extra pathJo?o Duarte2019-08-161-1/+1
| * util.startup: Changed the way util.paths.complement_lua_path was being accessedJo?o Duarte2019-08-161-1/+1
| * util.startup: Reorganized code at setup_plugindirJo?o Duarte2019-08-011-3/+3
| * util.paths: Refactored a variable, to avoid shadowingJo?o Duarte2019-08-011-4/+4
| * util.startup: Now calls a function to complement lua's path/cpathJo?o Duarte2019-08-011-13/+2
| * util.paths: Added the function 'complement_lua_path'Jo?o Duarte2019-08-011-0/+16
| * util.startup: setup_plugindir now also checks package.cpath for duplicatesJo?o Duarte2019-08-011-2/+4
| * util.startup: Directly calling lfs.currentdir instead of storing it in a local variableJo?o Duarte2019-08-011-2/+1
| * util.startup: Removed/rewrote comments at setup_plugindirJo?o Duarte2019-08-011-7/+2
| * util.startupt: setup_plugindir now uses lfs.mkdir to check/create directoriesJo?o Duarte2019-08-011-4/+1
| * util.startupt: I'm now using the resolve_relative_path function from util/paths at the setup_plugindir functionJo?o Duarte2019-08-011-10/+2
| * util.prosodyctl: Changed a commentJo?o Duarte2019-08-011-1/+1
| * util.prosodyctl: The check_flags function now considers that a module, if given, is specified at the penultimate argument it receivesJo?o Duarte2019-07-311-2/+2
| * util.prosodyctl: Added the execute_command functionJo?o Duarte2019-07-311-0/+14
| * util.prosodyctl: call_luarocks function is now compatible with the list commandJo?o Duarte2019-07-311-1/+5
| * util.prosodyctl: Function now differentiates its output, depending if it is being called by install or removeJo?o Duarte2019-07-311-1/+7
| * util.prosodyctl: Added the call_luarocks functionJo?o Duarte2019-07-311-0/+7
| * util.prosodyctl: Added the check_flags functionJo?o Duarte2019-07-311-1/+12
| * util.startup: Improved how .set_plugindir updates prosody.paths.plugins, package.path and package.cpathJo?o Duarte2019-07-261-11/+27
| * util.startup: .setup_plugindir now checks if the specified directory for custom plugins exists, and creates it if it doesn'tJo?o Duarte2019-07-261-4/+4
| * util.startup: The .setup_plugindir function now correctly sets a default/specified path for custom pluginsJo?o Duarte2019-07-261-10/+16
| * util.startup: Removed unnecessary if clause at startup.set_plugindirJo?o Duarte2019-07-251-9/+7
| * util.prosodyctl: Created the helper function get_path_custom_pluginsJo?o Duarte2019-07-241-0/+9
| * util.startup: Now it also loads default or configured paths to custom plugin directories and creates themJo?o Duarte2019-07-241-0/+12
| * util.prosodyctl: Removed the admin_operation commandJo?o Duarte2019-07-241-22/+0
| * util.prosodyctl: Added the show_module_configuration_help functionJo?o Duarte2019-07-231-0/+11
| * util.prosodyctl: Corrected indentation on my codeJo?o Duarte2019-07-201-18/+18
| * util.prosodyctl: Added help support to 'admin_operation'Jo?o Duarte2019-06-271-0/+5
| * util.prosodyctl: Moved the 'admin_operation' function from prosodyctl to hereJo?o Duarte2019-06-251-0/+17
* | util.stanza: Use :text_tag internally everywhereKim Alvefur2019-08-021-3/+3
* | util.session: Remove tostring call from loggingKim Alvefur2019-07-301-2/+2
* | util.sql: Remove tostring call from loggingKim Alvefur2019-07-301-4/+4
* | util.startup: Remove tostring call from loggingKim Alvefur2019-07-301-2/+2
* | util.xmppstream: Inherit xml:lang from stream to stanzas (fixes #1401)Kim Alvefur2019-07-281-0/+6
* | util.error: Fix traceback due to missing text fieldKim Alvefur2019-07-101-1/+1
* | Merge 0.11->trunkKim Alvefur2019-07-0818-88/+288
|\|
| * util.dependencies: Increase Lua version to warn about to 5.4Kim Alvefur2019-06-191-1/+1