Comparison

CHANGES @ 13527:dba43269db5e

mod_invites_adhoc: Add password reset command To support cases where the admin does not have easy access to the command line to generate a password reset invite for someone who forgot their password.
author Kim Alvefur <zash@zash.se>
date Sun, 20 Oct 2024 12:11:21 +0200
parent 13526:3abed2ec7ab6
child 13626:ac60c21015c7
comparison
equal deleted inserted replaced
13526:3abed2ec7ab6 13527:dba43269db5e
72 - When mod_smacks is enabled, s2s connections not responding to ack requests are closed. 72 - When mod_smacks is enabled, s2s connections not responding to ack requests are closed.
73 - Arguments to `prosodyctl shell` that start with ':' are now turned into method calls 73 - Arguments to `prosodyctl shell` that start with ':' are now turned into method calls
74 - Support for Type=notify and notify-reload systemd service type added 74 - Support for Type=notify and notify-reload systemd service type added
75 - Support for the roster *group* access_model in mod_pep 75 - Support for the roster *group* access_model in mod_pep
76 - Support for systemd socket activation in server_epoll 76 - Support for systemd socket activation in server_epoll
77 - mod_invites_adhoc gained a command for creating password resets
77 78
78 ## Removed 79 ## Removed
79 80
80 - Lua 5.1 support 81 - Lua 5.1 support
81 - XEP-0090 support removed from mod_time 82 - XEP-0090 support removed from mod_time