Software / code / prosody
Comparison
CHANGES @ 10723:144a1ee24a4e
util.sasl.digest-md5: Remove, obsolete since 2011
RFC 6331 lists several problems with this outdated authentication
mechanism. The code here was also completely ignored by lint checks and
has probably not been used for a long time, as it is incompatible with
SCRAM-hashed password storage.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 14 Apr 2020 16:51:24 +0200 |
| parent | 10631:58cc0bc09f3d |
| child | 10969:d70db967c1b7 |
comparison
equal
deleted
inserted
replaced
| 10722:3ddc7c9f35dc | 10723:144a1ee24a4e |
|---|---|
| 13 - Bi-directional server-to-server (XEP-0288) | 13 - Bi-directional server-to-server (XEP-0288) |
| 14 - Built-in HTTP server now handles HEAD requests | 14 - Built-in HTTP server now handles HEAD requests |
| 15 - MUC presence broadcast controls | 15 - MUC presence broadcast controls |
| 16 - ALPN support in mod\_net\_multiplex | 16 - ALPN support in mod\_net\_multiplex |
| 17 - `daemonize` option deprecated | 17 - `daemonize` option deprecated |
| 18 - SASL DIGEST-MD5 removed | |
| 18 | 19 |
| 19 0.11.0 | 20 0.11.0 |
| 20 ====== | 21 ====== |
| 21 | 22 |
| 22 **2018-11-18** | 23 **2018-11-18** |