diff options
author | Kim Alvefur <zash@zash.se> | 2021-12-21 20:43:44 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-12-21 20:43:44 +0100 |
commit | 103660a50f4fb8a35aa8af1e28f83c89b1948518 (patch) | |
tree | 946892f8935066c59648325fdc791238472c1d89 | |
parent | acaaefe1433d5ed544cd817de299f7b8890ef0b3 (diff) | |
download | prosody-103660a50f4fb8a35aa8af1e28f83c89b1948518.tar.gz prosody-103660a50f4fb8a35aa8af1e28f83c89b1948518.zip |
CHANGES: Reorganize by added/changed/removed to improve readability
-rw-r--r-- | CHANGES | 73 |
1 files changed, 48 insertions, 25 deletions
@@ -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 -- MUC presence broadcast controls -- ALPN support in mod\_net\_multiplex -- `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 +- Uploads can be handled incrementally + +### API + +- Module statuses (API change) - util.error for encapsulating errors + +### Other + +- MUC presence broadcast controls - MUC: support for XEP-0421 occupant identifiers -- mod_http_file_share: File sharing via HTTP (XEP-0363) -- statistics scheduling can be done by plugin +- `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 -- mod_http_openmetrics for exposing metrics to stats collectors -- Direct TLS support (c2s and incoming s2s) +- Statistics scheduling can be done by plugin - 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) +- Archive quotas (means?) +- Rewritten migrator with archive support + +## Removed + +- `daemonize` option deprecated +- SASL DIGEST-MD5 removed +- mod_auth_cyrus (older LDAP support) +- Network backend server_select deprecated (not actually removed yet) 0.11.0 ====== |