Software /
code /
prosody
Changeset
12092:36b9252866d0
CHANGES: Reorganize by added/changed/removed to improve readability
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 21 Dec 2021 20:43:44 +0100 |
parents | 12091:7a48ccb084dd |
children | 12093:b446edb2a51e |
files | CHANGES |
diffstat | 1 files changed, 50 insertions(+), 27 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Mon Dec 20 23:12:08 2021 +0100 +++ b/CHANGES Tue Dec 21 20:43:44 2021 +0100 @@ -1,39 +1,62 @@ TRUNK ===== -- Module statuses -- SNI support (not completely finished) -- CORS handling now provided by mod\_http -- CSI improvements -- mod\_limits: Exempted JIDs -- Archive quotas +## New + +### Modules + - mod_mimicking: Prevent address spoofing -- Rewritten migrator +- mod_s2s_bidi: Bi-directional server-to-server (XEP-0288) +- mod_external_services: generic XEP-0215 support +- mod_turn_external: easy setup XEP-0215 for STUN+TURN +- mod_http_file_share: File sharing via HTTP (XEP-0363) +- mod_http_openmetrics for exposing metrics to stats collectors +- mod_smacks: Stream management and resumption (XEP-0198) +- mod_auth_ldap: LDAP authentication + +### Security and authentication + +- SNI support +- ALPN support in mod_net_multiplex +- DANE support in low-level network layer +- Direct TLS support (c2s and incoming s2s) - SCRAM-SHA-256 -- Bi-directional server-to-server (XEP-0288) + +### HTTP + +- CORS handling now provided by mod_http - Built-in HTTP server now handles HEAD requests +- Uploads can be handled incrementally + +### API + +- Module statuses (API change) +- util.error for encapsulating errors + +### Other + - MUC presence broadcast controls -- ALPN support in mod\_net\_multiplex +- MUC: support for XEP-0421 occupant identifiers +- `prosodyctl check connectivity` via observe.jabber.network +- libunbound for DNS queries + +## Changes + +- CSI improvements (what?) +- mod_limits: Exempted JIDs +- mod_server_contact_info now loaded on components if enabled +- Statistics now based on OpenMetrics +- Statistics scheduling can be done by plugin +- Offline messages aren't sent to MAM clients +- Archive quotas (means?) +- Rewritten migrator with archive support + +## Removed + - `daemonize` option deprecated - SASL DIGEST-MD5 removed -- Switch to libunbound for DNS queries -- DANE Support (low-level network layer) -- mod_external_services (generic XEP-0215) -- mod_turn_external for easy STUN+TURN XEP-0215 setup -- util.error for encapsulating errors -- MUC: support for XEP-0421 occupant identifiers -- mod_http_file_share: File sharing via HTTP (XEP-0363) -- statistics scheduling can be done by plugin -- mod_server_contact_info now loaded on components if enabled -- Statistics now based on OpenMetrics -- mod_http_openmetrics for exposing metrics to stats collectors -- Direct TLS support (c2s and incoming s2s) -- Offline messages aren't sent to MAM clients -- Network backend server_select deprecated -- Check connectivity via observe.jabber.network -- LDAP authentication (mod_auth_ldap) -- mod_auth_cyrus removed -- mod_smacks: Stream management and resumption (XEP-0198) +- mod_auth_cyrus (older LDAP support) +- Network backend server_select deprecated (not actually removed yet) 0.11.0 ======