Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 ↵ | João Duarte | 2019-08-01 | 1 | -2/+1 | |
| | | | | | | | | | | | | local variable | |||||
| * | | 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 ↵ | João Duarte | 2019-08-01 | 1 | -10/+2 | |
| | | | | | | | | | | | | util/paths at the setup_plugindir function | |||||
| * | | util.prosodyctl: Changed a comment | João Duarte | 2019-08-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | util.prosodyctl: The check_flags function now considers that a module, if ↵ | João Duarte | 2019-07-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | given, is specified at the penultimate argument it receives | |||||
| * | | util.prosodyctl: Added the execute_command function | João Duarte | 2019-07-31 | 1 | -0/+14 | |
| | | | ||||||
| * | | util.prosodyctl: call_luarocks function is now compatible with the list command | João Duarte | 2019-07-31 | 1 | -1/+5 | |
| | | | ||||||
| * | | util.prosodyctl: Function now differentiates its output, depending if it is ↵ | João Duarte | 2019-07-31 | 1 | -1/+7 | |
| | | | | | | | | | | | | being called by install or remove | |||||
| * | | util.prosodyctl: Added the call_luarocks function | João Duarte | 2019-07-31 | 1 | -0/+7 | |
| | | | ||||||
| * | | util.prosodyctl: Added the check_flags function | João Duarte | 2019-07-31 | 1 | -1/+12 | |
| | | | ||||||
| * | | util.startup: Improved how .set_plugindir updates prosody.paths.plugins, ↵ | João Duarte | 2019-07-26 | 1 | -11/+27 | |
| | | | | | | | | | | | | package.path and package.cpath | |||||
| * | | util.startup: .setup_plugindir now checks if the specified directory for ↵ | João Duarte | 2019-07-26 | 1 | -4/+4 | |
| | | | | | | | | | | | | custom plugins exists, and creates it if it doesn't | |||||
| * | | util.startup: The .setup_plugindir function now correctly sets a ↵ | João Duarte | 2019-07-26 | 1 | -10/+16 | |
| | | | | | | | | | | | | default/specified path for custom plugins | |||||
| * | | util.startup: Removed unnecessary if clause at startup.set_plugindir | João Duarte | 2019-07-25 | 1 | -9/+7 | |
| | | | ||||||
| * | | util.prosodyctl: Created the helper function get_path_custom_plugins | João Duarte | 2019-07-24 | 1 | -0/+9 | |
| | | | ||||||
| * | | util.startup: Now it also loads default or configured paths to custom plugin ↵ | João Duarte | 2019-07-24 | 1 | -0/+12 | |
| | | | | | | | | | | | | directories and creates them | |||||
| * | | util.prosodyctl: Removed the admin_operation command | João Duarte | 2019-07-24 | 1 | -22/+0 | |
| | | | ||||||
| * | | util.prosodyctl: Added the show_module_configuration_help function | João Duarte | 2019-07-23 | 1 | -0/+11 | |
| | | | ||||||
| * | | util.prosodyctl: Corrected indentation on my code | João Duarte | 2019-07-20 | 1 | -18/+18 | |
| | | | ||||||
| * | | util.prosodyctl: Added help support to 'admin_operation' | João Duarte | 2019-06-27 | 1 | -0/+5 | |
| | | | ||||||
| * | | util.prosodyctl: Moved the 'admin_operation' function from prosodyctl to here | João Duarte | 2019-06-25 | 1 | -0/+17 | |
| | | | ||||||
* | | | util.stanza: Use :text_tag internally everywhere | Kim Alvefur | 2019-08-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | May allow future changes in a single place. | |||||
* | | | util.session: Remove tostring call from logging | Kim Alvefur | 2019-07-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | Taken care of by loggingmanager now | |||||
* | | | util.sql: Remove tostring call from logging | Kim Alvefur | 2019-07-30 | 1 | -4/+4 | |
| | | | | | | | | | | | | Taken care of by loggingmanager now | |||||
* | | | util.startup: Remove tostring call from logging | Kim Alvefur | 2019-07-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | Taken care of by loggingmanager now | |||||
* | | | util.xmppstream: Inherit xml:lang from stream to stanzas (fixes #1401) | Kim Alvefur | 2019-07-28 | 1 | -0/+6 | |
| | | | ||||||
* | | | util.error: Fix traceback due to missing text field | Kim Alvefur | 2019-07-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge 0.11->trunk | Kim Alvefur | 2019-07-08 | 18 | -88/+288 | |
|\| | | |/ |/| | ||||||
| * | util.dependencies: Increase Lua version to warn about to 5.4 | Kim Alvefur | 2019-06-19 | 1 | -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->trunk | Kim Alvefur | 2019-05-31 | 1 | -0/+6 | |
| |\ | ||||||
| * | | util.format: Handle integer formats the same way on Lua versions without ↵ | Kim Alvefur | 2019-05-30 | 1 | -2/+5 | |
| | | | | | | | | | | | | integer support | |||||
| * | | util.format: Handle formats expecting an integer in Lua 5.3+ (fixes #1371) | Kim Alvefur | 2019-05-30 | 1 | -0/+6 | |
| | | | ||||||
| * | | Merge 0.11->trunk | Kim Alvefur | 2019-05-26 | 1 | -1/+9 | |
| |\ \ | ||||||
| * | | | util.hashring: Implementation of hashring data structure | Matthew Wild | 2019-05-13 | 1 | -0/+88 | |
| | | | | ||||||
| * | | | Fix various spelling mistakes [codespell] | Kim Alvefur | 2019-05-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | util.hmac: Expose hmac-sha-512 too | Kim Alvefur | 2019-04-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | All these are provided by util.hashes so why not? | |||||
| * | | | util.hmac: Reflow code | Kim Alvefur | 2019-04-19 | 1 | -3/+5 | |
| | | | | ||||||
| * | | | Merge 0.11->trunk | Kim Alvefur | 2019-04-14 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| * | | | | util.session: Fix session id not include unauthed forever | Kim Alvefur | 2019-04-03 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | util.queue: Update :items() to consistently use private data directly | Matthew Wild | 2019-03-26 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will perform better this way, and we were accessing private variables already within the iterator. Replaces 3eea63a68e0f | |||||
| * | | | | Backed out changeset 3eea63a68e0f | Matthew Wild | 2019-03-26 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | Commit included intended changes to loggingmanager | |||||
| * | | | | util.stanza: Fix :top_tag() handling of namespaced attributes | Matthew Wild | 2019-03-25 | 1 | -32/+30 | |
| | | | | | ||||||
| * | | | | util.x509: Add function that extracts usable names from a certificate | Kim Alvefur | 2019-01-04 | 1 | -0/+28 | |
| | | | | |