mod_s2s: Add function to send replies on s2sout connections that support incoming...
[prosody.git] / CHANGES
blobfe42a997b5790e02d065c9638c7e2aa055081a8a
1 TRUNK
2 =====
4 -   Module statuses
5 -   SNI support (not completely finished)
6 -   CORS handling now provided by mod\_http
7 -   CSI improvements
8 -   mod\_limits: Exempted JIDs
9 -   Archive quotas
10 -   mod\_mimicking
11 -   Rewritten migrator
12 -   SCRAM-SHA-256
14 0.11.0
15 ======
17 **2018-11-18**
19 New features
20 ------------
22 -   Rewritten more extensible MUC module
23     -   Store inactive rooms to disk
24     -   Store rooms to disk on shutdown
25     -   Voice requests
26     -   Tombstones in place of destroyed rooms
27 -   PubSub features
28     -   Persistence
29     -   Affiliations
30     -   Access models
31     -   "publish-options"
32 -   PEP now uses our pubsub code and now shares the above features
33 -   Asynchronous operations
34 -   Busted for tests
35 -   mod\_muc\_mam (XEP-0313 in groupchats)
36 -   mod\_vcard\_legacy (XEP-0398)
37 -   mod\_vcard4 (XEP-0292)
38 -   mod\_csi, mod\_csi\_simple (XEP-0352)
39 -   New experimental network backend "epoll"
41 0.10.0
42 ======
44 **2017-10-02**
46 New features
47 ------------
49 -   Rewritten SQL storage module with Archive support
50 -   SCRAM-SHA-1-PLUS
51 -   `prosodyctl check`
52 -   Statistics
53 -   Improved TLS configuration
54 -   Lua 5.2 support
55 -   mod\_blocklist (XEP-0191)
56 -   mod\_carbons (XEP-0280)
57 -   Pluggable connection timeout handling
58 -   mod\_websocket (RFC 7395)
59 -   mod\_mam (XEP-0313)
61 Removed
62 -------
64 -   mod\_privacy (XEP-0016)
65 -   mod\_compression (XEP-0138)