Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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.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.sql: Ignore if tables and indices already exist on creation (fixes #1064) | Kim Alvefur | 2019-05-30 | 1 | -0/+6 |
| | | | | | | | | | | | | Tested with SQLite3 3.16.2 and 3.27.2 and Postgres 11. MySQL does not support IF NOT EXISTS for indices so not handled here. | ||||
* | | 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.random: Throw different error for EOL condition | Kim Alvefur | 2019-05-21 | 1 | -1/+5 |
| | | |||||
| * | util.random: Coerce error to string (thanks waqas) | Kim Alvefur | 2019-05-18 | 1 | -1/+1 |
| | | | | | | | | | | In theory this could happen in an EOF condition, which should be impossible with a read from /dev/urandom. | ||||
| * | util.random: Handle unlikely read errors from /dev/urandom (see #1313) | Kim Alvefur | 2019-05-18 | 1 | -1/+5 |
| | | |||||
* | | 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.ip: Add missing netmask for 192.168/16 range (fixes #1343) | 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 |
| | | |||||
* | | util.queue: Update :items() to consistently use private data directly | Matthew Wild | 2019-03-23 | 1 | -5/+4 |
| | | | | | | | | | | It will perform better this way, and we were accessing private variables already within the iterator. | ||||
* | | util.queue: Add 'consume()' convenience iterator | Matthew Wild | 2019-03-23 | 1 | -0/+3 |
| | | |||||
* | | util.startup: Don't die if there are no config warnings to log (thanks buildbot) | Matthew Wild | 2019-03-20 | 1 | -2/+4 |
| | | |||||
* | | util.startup: Log configuration warnings at startup | Matthew Wild | 2019-03-20 | 1 | -0/+6 |
| | | |||||
* | | util.startup: Give function a more generic name so it can apply to all warnings | Matthew Wild | 2019-03-20 | 1 | -3/+3 |
| | | |||||
* | | util.serialization: Use util.hex | Kim Alvefur | 2019-03-17 | 1 | -9/+2 |
| | | |||||
* | | util.serialization: Allow overriding table iterator | Kim Alvefur | 2019-03-17 | 1 | -1/+6 |
| | | | | | | | | | | | | | | Could be useful to eg swap it out with sorted_pairs to get a stable serialization. Default to next() wrapper to avoid metatable tricks from pairs(). | ||||
* | | util.serialization: Optimize handling of last table separator | Kim Alvefur | 2019-03-17 | 1 | -7/+5 |
| | | | | | | | | Fewer next() calls and a step towards allowing use of a different iterator. |