Software / code / prosody
Comparison
CHANGES @ 13397:517a335269ef
CHANGES: Mention new prosodyctl shell method behavior
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 09 Dec 2023 16:41:37 +0100 |
| parent | 13392:e8f8a4394187 |
| child | 13415:f34b33cb1383 |
comparison
equal
deleted
inserted
replaced
| 13396:16413bc29361 | 13397:517a335269ef |
|---|---|
| 62 - Moved all modules into the Lua namespace `prosody.` | 62 - Moved all modules into the Lua namespace `prosody.` |
| 63 - Forwarded header from RFC 7239 supported, disabled by default | 63 - Forwarded header from RFC 7239 supported, disabled by default |
| 64 - mod_http_file_share now uses roles framework, affecting access from e.g. components | 64 - mod_http_file_share now uses roles framework, affecting access from e.g. components |
| 65 - Intervals of mod_cron managed periodic jobs made configurable | 65 - Intervals of mod_cron managed periodic jobs made configurable |
| 66 - When mod_smacks is enabled, s2s connections not responding to ack requests are closed. | 66 - When mod_smacks is enabled, s2s connections not responding to ack requests are closed. |
| 67 - Arguments to `prosodyctl shell` that start with ':' are now turned into method calls | |
| 67 | 68 |
| 68 ## Removed | 69 ## Removed |
| 69 | 70 |
| 70 - Lua 5.1 support | 71 - Lua 5.1 support |
| 71 - XEP-0090 support removed from mod_time | 72 - XEP-0090 support removed from mod_time |