| Commit message (Expand) | Author | Age | Files | Lines |
* | util.prosodyctl.shell: Fix lint [luacheck] | Kim Alvefur | 2023-12-09 | 1 | -1/+0 |
* | util.prosodyctl.shell: Add :method syntax to make e.g. MUC commands easier | Kim Alvefur | 2023-12-09 | 1 | -2/+11 |
* | util.xtemplate: Adopt {-path-} syntax to strip preceding and/or trailing whit... | Kim Alvefur | 2023-12-09 | 1 | -4/+12 |
* | util.jsonschema: Return basic structured validation response | Kim Alvefur | 2023-12-02 | 1 | -61/+108 |
* | util.datamanager: Fix missing pack format when reading first index entry | Kim Alvefur | 2023-11-30 | 1 | -1/+1 |
* | util.human.io: Don't accept ambiguous durations by default | Matthew Wild | 2023-11-30 | 1 | -3/+17 |
* | util.datamanager: Load first item into index earlier | Kim Alvefur | 2023-11-27 | 1 | -1/+2 |
* | util.startup: Use prosody. module namespace | Kim Alvefur | 2023-11-24 | 1 | -1/+1 |
* | util.async: Clip long line [luacheck] | Kim Alvefur | 2023-11-21 | 1 | -1/+2 |
* | util.async: Expose default runner function | Matthew Wild | 2023-11-21 | 1 | -0/+2 |
* | util.async: Record current work item in the runner object | Matthew Wild | 2023-11-21 | 1 | -0/+5 |
* | util.async: Improve debug logging in a few places | Matthew Wild | 2023-11-21 | 1 | -2/+5 |
* | util.async: Export a table of currently-waiting runners | Matthew Wild | 2023-11-21 | 1 | -0/+5 |
* | util.prosodyctl.check: Disable https cert check if http_external_url set | Kim Alvefur | 2023-11-13 | 1 | -0/+4 |
* | util.prosodyctl.check: Check cert for HTTPS if http module enabled | Kim Alvefur | 2023-11-13 | 1 | -3/+13 |
* | util.prosodyctl.check: Update conditions for s2s cert checks | Kim Alvefur | 2023-11-13 | 1 | -3/+3 |
* | util.prosodyctl.check: Simplify conditions for c2s and s2s cert checks | Kim Alvefur | 2023-11-13 | 1 | -3/+3 |
* | util.uuid: Add UUIDv7 | Kim Alvefur | 2021-08-15 | 1 | -0/+17 |
* | util.prosodyctl.check: Try to clarify check for misplaced k=v in modules_enab... | Kim Alvefur | 2023-11-11 | 1 | -2/+2 |
* | util.startup: Attempt to bring some order to startup/shutdown with util.fsm | Matthew Wild | 2023-11-07 | 1 | -10/+41 |
* | util.prosodyctl.check: Print DANE TLSA records for certificates | Kim Alvefur | 2023-11-03 | 1 | -0/+10 |
* | util.prosodyctl.check: Wrap each check in a function | Kim Alvefur | 2023-11-03 | 1 | -13/+29 |
* | util.datamanager: Clean up list index files on purge (i.e. user deletion) | Kim Alvefur | 2023-11-02 | 1 | -0/+2 |
* | Merge 0.12->trunk | Kim Alvefur | 2023-08-30 | 1 | -1/+1 |
|\ |
|
| * | util.prosodyctl.check: Correct modern replacement for 'disallow_s2s'0.12.4 | Kim Alvefur | 2023-08-27 | 1 | -1/+1 |
| * | util.array: Fix new() library function | Kim Alvefur | 2023-07-22 | 1 | -1/+3 |
* | | util.array: Fix new() library function | Kim Alvefur | 2023-07-22 | 1 | -1/+3 |
* | | util.sql: Remove unused String() and Integer() functions | Kim Alvefur | 2023-07-22 | 1 | -4/+0 |
* | | util.sqlite3: Clean up unused variables | Kim Alvefur | 2023-07-22 | 1 | -42/+6 |
* | | util.datamanager: Always reset index after list shift | Kim Alvefur | 2023-07-22 | 1 | -39/+4 |
* | | util.datamanager: Add way to close indexed list store | Kim Alvefur | 2023-07-21 | 1 | -1/+9 |
* | | util.datamanager: Close file handle when done using it | Kim Alvefur | 2023-07-21 | 1 | -0/+1 |
* | | util.datamanager: Disable blockwise removal | Kim Alvefur | 2023-07-21 | 1 | -1/+4 |
* | | util.datamanager: Disable block alignment | Kim Alvefur | 2023-07-21 | 1 | -0/+2 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-07-17 | 1 | -0/+5 |
|\| |
|
| * | util.prosodyctl.check: Hint about the 'external_addresses' config option | Kim Alvefur | 2023-07-17 | 1 | -0/+5 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-07-17 | 1 | -41/+82 |
|\| |
|
| * | util.prosodyctl.check: Validate format of module list options | Kim Alvefur | 2023-07-17 | 1 | -0/+28 |
| * | util.prosodyctl.check: Get some config options via minimal moduleapi #896 | Kim Alvefur | 2023-07-17 | 1 | -41/+54 |
* | | util.human.io: Fix stray 'stty' error by only querying width of real ttys | Kim Alvefur | 2023-07-16 | 1 | -0/+4 |
* | | util.human.io: Fix pattern in parse_duration() to cover all used letters | Kim Alvefur | 2023-07-16 | 1 | -2/+2 |
* | | util.datamanager: Pad list writes to avoid crossing block boundaries | Kim Alvefur | 2023-06-07 | 1 | -0/+7 |
* | | util.datamanager: Efficiently remove whole blocks to shift lists | Kim Alvefur | 2023-07-12 | 1 | -0/+40 |
* | | util.datamanager: Add way to efficiently remove first items in a list | Kim Alvefur | 2023-07-12 | 1 | -0/+92 |
* | | util.datamanager: Fix indexing first item if not at the very start | Kim Alvefur | 2023-07-10 | 1 | -2/+2 |
* | | util.datamanager: Reduce log level of left over debug messages to debug (than... | Kim Alvefur | 2023-07-12 | 1 | -2/+2 |
* | | util.datamanager: Fix missing separator in log line | Kim Alvefur | 2023-07-10 | 1 | -1/+1 |
* | | util.cache: Pass cache itself to eviction callback | Kim Alvefur | 2023-06-30 | 1 | -2/+2 |
* | | util.cache: Keep eviction candidate if callback resized to make room | Kim Alvefur | 2023-06-30 | 1 | -3/+8 |
* | | renamening: Fix newly added imports to use the new namespace | Kim Alvefur | 2023-06-18 | 3 | -4/+4 |