| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mod_pubsub: Move precondition error wrangling out of util.pubsub | Kim Alvefur | 2024-10-29 | 2 | -9/+5 |
* | | util.error: Use is_error() instead of is_err() everywhere | Kim Alvefur | 2024-10-29 | 3 | -9/+9 |
* | | mod_pubsub: Allow passing additional error context | Kim Alvefur | 2024-10-27 | 1 | -4/+4 |
* | | mod_pubsub: Use error registry | Kim Alvefur | 2024-10-27 | 1 | -10/+5 |
* | | doap: Update XEP for mostly editorial changes | Kim Alvefur | 2024-10-26 | 1 | -15/+15 |
* | | util.dnsregistry: Refresh from IANA | Kim Alvefur | 2024-10-26 | 1 | -1/+6 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-10-26 | 1 | -10/+10 |
|\| |
|
| * | mod_admin_adhoc: Fix log messages for reloading modules. | Aidan Epstein | 2024-09-29 | 1 | -10/+10 |
* | | mod_invites_adhoc: Add password reset command | Kim Alvefur | 2024-10-20 | 2 | -0/+31 |
* | | Add Info about mod_announce in the CHANGES file of trunk | Menel | 2024-10-21 | 1 | -0/+1 |
* | | util.xtemplate: Use same argument order in filters even without 'args' | Kim Alvefur | 2024-10-16 | 2 | -11/+3 |
* | | mod_pubsub: Check new role framework for node creation privileges | Kim Alvefur | 2024-10-13 | 1 | -2/+14 |
* | | MUC: Fix error with nonlegacy hats. | Aidan Epstein | 2024-09-28 | 1 | -1/+1 |
* | | mod_csi: Update correct variables when counting states | Kim Alvefur | 2024-09-21 | 1 | -2/+2 |
* | | mod_csi: Use same label name for gauge as for older counter | Kim Alvefur | 2024-09-06 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-08-30 | 2 | -2/+2 |
|\| |
|
| * | mod_invites: Fix traceback when token_info isn’t set | Emmanuel Gil Peyrot | 2024-07-31 | 1 | -1/+1 |
| * | util.prosodyctl.cert: Ensure old cert is moved out of the way | Kim Alvefur | 2024-08-30 | 1 | -1/+1 |
* | | mod_admin_shell: Prevent traceback due to type error | Kim Alvefur | 2024-08-26 | 1 | -1/+2 |
* | | mod_s2s: Fix traceback due to type confusion (Thanks Menel) | Kim Alvefur | 2024-08-26 | 1 | -1/+2 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-08-18 | 1 | -0/+1 |
|\| |
|
| * | core.moduleapi: Default labels to empty list to fix error if omitted | Kim Alvefur | 2024-08-18 | 1 | -0/+1 |
* | | mod_csi: Optimize metrics collection (prematurely) | Kim Alvefur | 2024-08-18 | 1 | -9/+10 |
* | | mod_csi: Rename unused loop variables to '_' [luacheck] | Kim Alvefur | 2024-08-17 | 1 | -2/+2 |
* | | mod_csi: Count how many sessions are using CSI and their state | Kim Alvefur | 2024-08-17 | 1 | -0/+20 |
* | | mod_s2s_bidi: Include empty list of labels in metrics | Kim Alvefur | 2024-08-16 | 1 | -3/+3 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-08-16 | 1 | -0/+3 |
|\| |
|
| * | net.http: Throw error if missing TLS context for HTTPS request | Kim Alvefur | 2024-08-08 | 1 | -0/+3 |
* | | mod_s2s_bidi: Collect some metrics | Kim Alvefur | 2024-08-11 | 1 | -0/+7 |
* | | mod_auth_internal_{hashed,plain}: Respect flag for disabled accounts in test_... | Kim Alvefur | 2024-08-09 | 2 | -0/+6 |
* | | mod_c2s,mod_s2s: Advertise idle-seconds per XEP-0478 | Kim Alvefur | 2024-08-03 | 2 | -8/+37 |
* | | core.certmanager: Include ffdhe2048 from RFC 7919 as default DH param | Kim Alvefur | 2024-07-12 | 1 | -1/+13 |
* | | util.sslconfig: Support DH parameters as literal string | Kim Alvefur | 2024-07-12 | 2 | -3/+16 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-07-11 | 0 | -0/+0 |
|\| |
|
| * | util.xtemplate: Fix error on applying each() to zero stanzas | Kim Alvefur | 2024-07-11 | 2 | -2/+6 |
* | | util.xtemplate: Fix error on applying each() to zero stanzas | Kim Alvefur | 2024-07-11 | 3 | -2/+10 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-07-07 | 1 | -1/+16 |
|\| |
|
| * | net.server_event: Add 'wrapserver' API | Kim Alvefur | 2024-07-07 | 1 | -1/+16 |
* | | MUC: Don't default component admins to being room owners | Matthew Wild | 2024-06-18 | 2 | -1/+5 |
* | | MUC: Add per-room PM restriction functionality (thanks Wirlaburla) | Matthew Wild | 2024-05-23 | 2 | -0/+127 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-06-12 | 1 | -0/+2 |
|\| |
|
| * | scansion: Enable blocklist compat during tests to fix CI | Kim Alvefur | 2024-06-12 | 1 | -0/+2 |
* | | scansion: Add roster groups setting to pubsub form in tests | Kim Alvefur | 2024-06-12 | 4 | -0/+6 |
* | | util.prosodyctl: Use notify socket to wait for Prosody to be ready | Kim Alvefur | 2024-05-19 | 1 | -0/+24 |
* | | net.server_epoll: Add support for systemd socket activation | Kim Alvefur | 2024-05-14 | 2 | -0/+41 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-04-27 | 1 | -2/+7 |
|\| |
|
| * | mod_admin_shell: Allow matching on host or bare JID in c2s:show | Kim Alvefur | 2023-03-31 | 1 | -2/+2 |
| * | mod_blocklist: Drop blocked messages without error, option to restore complia... | Kim Alvefur | 2024-04-27 | 1 | -2/+7 |
* | | mod_pep: Implement 'roster' (group) access_model | Kim Alvefur | 2023-12-03 | 4 | -2/+26 |
* | | mod_announce: Suppress luacheck warnings | Matthew Wild | 2024-04-26 | 1 | -3/+3 |