aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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 ↵João Duarte2019-08-011-2/+1
| | | | | | | | | | | | local variable
| * | 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 ↵João Duarte2019-08-011-10/+2
| | | | | | | | | | | | util/paths at the setup_plugindir function
| * | util.prosodyctl: Changed a commentJoão Duarte2019-08-011-1/+1
| | |
| * | util.prosodyctl: The check_flags function now considers that a module, if ↵João Duarte2019-07-311-2/+2
| | | | | | | | | | | | given, is specified at the penultimate argument it receives
| * | 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 ↵João Duarte2019-07-311-1/+7
| | | | | | | | | | | | being called by install or remove
| * | 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, ↵João Duarte2019-07-261-11/+27
| | | | | | | | | | | | package.path and package.cpath
| * | util.startup: .setup_plugindir now checks if the specified directory for ↵João Duarte2019-07-261-4/+4
| | | | | | | | | | | | custom plugins exists, and creates it if it doesn't
| * | util.startup: The .setup_plugindir function now correctly sets a ↵João Duarte2019-07-261-10/+16
| | | | | | | | | | | | default/specified path for custom plugins
| * | 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 ↵João Duarte2019-07-241-0/+12
| | | | | | | | | | | | directories and creates them
| * | 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
| | | | | | | | | | | | May allow future changes in a single place.
* | | util.session: Remove tostring call from loggingKim Alvefur2019-07-301-2/+2
| | | | | | | | | | | | Taken care of by loggingmanager now
* | | util.sql: Remove tostring call from loggingKim Alvefur2019-07-301-4/+4
| | | | | | | | | | | | Taken care of by loggingmanager now
* | | util.startup: Remove tostring call from loggingKim Alvefur2019-07-301-2/+2
| | | | | | | | | | | | Taken care of by loggingmanager now
* | | 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
| | | | | | | | | | | | No significant problems have been encountered with Lua 5.3 itself, so apart from some odd problems in LuaExpat it seems about time to declare it ready.
| * Merge 0.11->trunkKim Alvefur2019-05-311-0/+6
| |\
| * | util.format: Handle integer formats the same way on Lua versions without ↵Kim Alvefur2019-05-301-2/+5
| | | | | | | | | | | | integer support
| * | util.format: Handle formats expecting an integer in Lua 5.3+ (fixes #1371)Kim Alvefur2019-05-301-0/+6
| | |
| * | Merge 0.11->trunkKim Alvefur2019-05-261-1/+9
| |\ \
| * | | util.hashring: Implementation of hashring data structureMatthew Wild2019-05-131-0/+88
| | | |
| * | | Fix various spelling mistakes [codespell]Kim Alvefur2019-05-031-1/+1
| | | |
| * | | util.hmac: Expose hmac-sha-512 tooKim Alvefur2019-04-191-0/+1
| | | | | | | | | | | | | | | | All these are provided by util.hashes so why not?
| * | | util.hmac: Reflow codeKim Alvefur2019-04-191-3/+5
| | | |
| * | | Merge 0.11->trunkKim Alvefur2019-04-141-1/+1
| |\ \ \
| * | | | util.session: Fix session id not include unauthed foreverKim Alvefur2019-04-031-1/+2
| | | | |
| * | | | util.queue: Update :items() to consistently use private data directlyMatthew Wild2019-03-261-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will perform better this way, and we were accessing private variables already within the iterator. Replaces 3eea63a68e0f
| * | | | Backed out changeset 3eea63a68e0fMatthew Wild2019-03-261-4/+5
| | | | | | | | | | | | | | | | | | | | Commit included intended changes to loggingmanager
| * | | | util.stanza: Fix :top_tag() handling of namespaced attributesMatthew Wild2019-03-251-32/+30
| | | | |
| * | | | util.x509: Add function that extracts usable names from a certificateKim Alvefur2019-01-041-0/+28
| | | | |