| Commit message (Expand) | Author | Age | Files | Lines |
* | util.pubsub: Add method returning subset of config as metadata | Kim Alvefur | 2024-11-08 | 1 | -0/+19 |
* | mod_pubsub: Move precondition error wrangling out of util.pubsub | Kim Alvefur | 2024-10-29 | 1 | -6/+1 |
* | util.dnsregistry: Refresh from IANA | Kim Alvefur | 2024-10-26 | 1 | -1/+6 |
* | util.xtemplate: Use same argument order in filters even without 'args' | Kim Alvefur | 2024-10-16 | 1 | -5/+1 |
* | Merge 0.12->trunk | Kim Alvefur | 2024-08-30 | 1 | -1/+1 |
|\ |
|
| * | util.prosodyctl.cert: Ensure old cert is moved out of the way | Kim Alvefur | 2024-08-30 | 1 | -1/+1 |
| * | util.xtemplate: Fix error on applying each() to zero stanzas | Kim Alvefur | 2024-07-11 | 1 | -1/+2 |
* | | util.sslconfig: Support DH parameters as literal string | Kim Alvefur | 2024-07-12 | 1 | -2/+12 |
* | | util.xtemplate: Fix error on applying each() to zero stanzas | Kim Alvefur | 2024-07-11 | 1 | -1/+2 |
* | | util.prosodyctl: Use notify socket to wait for Prosody to be ready | Kim Alvefur | 2024-05-19 | 1 | -0/+24 |
* | | mod_pep: Implement 'roster' (group) access_model | Kim Alvefur | 2023-12-03 | 1 | -1/+1 |
* | | prosodyctl shell: Fix invocation with 3+ command arguments | Matthew Wild | 2024-04-24 | 1 | -1/+1 |
* | | util.startup: Fix notifying config-reload to systemd | Kim Alvefur | 2024-04-08 | 1 | -1/+1 |
* | | util.startup: Support systemd Type=notify service type | Kim Alvefur | 2024-04-04 | 1 | -0/+34 |
* | | util.startup: Fix exiting on pidfile trouble | Kim Alvefur | 2024-03-27 | 1 | -3/+3 |
* | | Merge 0.12->trunk | Matthew Wild | 2024-03-27 | 1 | -0/+51 |
|\| |
|
| * | prosodyctl check: Warn about invalid domain names in the config file | Matthew Wild | 2024-03-27 | 1 | -0/+51 |
* | | util.startup: Abort before initialization of logging when started as root | Kim Alvefur | 2024-03-24 | 1 | -3/+3 |
* | | util.startup: Don't use not yet existent shutdown procedure when started as r... | Kim Alvefur | 2024-03-24 | 1 | -1/+1 |
* | | util.startup: Check root after detecting platform and reading config (thanks ... | Kim Alvefur | 2024-03-24 | 1 | -1/+1 |
* | | mod_posix: Move everything to util.startup | Kim Alvefur | 2024-03-23 | 1 | -9/+108 |
* | | util.startup: Back out 598df17b8ebb | Kim Alvefur | 2024-03-10 | 1 | -1/+1 |
* | | util.startup: Hook signals after daemonization | Kim Alvefur | 2024-03-06 | 1 | -1/+1 |
* | | util.startup: Fix firing of USR1/2 events | Kim Alvefur | 2024-03-02 | 1 | -2/+2 |
* | | mod_posix: Move POSIX signal handling into util.startup to avoid race | Kim Alvefur | 2024-03-02 | 1 | -0/+43 |
* | | util.bit53: Add bnot() method | Matthew Wild | 2024-03-01 | 1 | -0/+3 |
* | | util.ip: Remove ip.bits and related code, switch to more efficient strbitop | Matthew Wild | 2024-02-23 | 1 | -22/+6 |
* | | util.rfc6724: Remove, unused since introduction of Happy Eyeballs | Kim Alvefur | 2024-02-22 | 1 | -141/+0 |
* | | util.startup: Expose core.features.available as prosody.features | Matthew Wild | 2024-02-22 | 1 | -0/+2 |
* | | 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 |