Prepare required data folder for integration tests
[prosody.git] / CHANGES
blob11f1837d3469c4d469e2003ca24f1bad033e1840
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
13 -   Bi-directional server-to-server (XEP-0288)
15 0.11.0
16 ======
18 **2018-11-18**
20 New features
21 ------------
23 -   Rewritten more extensible MUC module
24     -   Store inactive rooms to disk
25     -   Store rooms to disk on shutdown
26     -   Voice requests
27     -   Tombstones in place of destroyed rooms
28 -   PubSub features
29     -   Persistence
30     -   Affiliations
31     -   Access models
32     -   "publish-options"
33 -   PEP now uses our pubsub code and now shares the above features
34 -   Asynchronous operations
35 -   Busted for tests
36 -   mod\_muc\_mam (XEP-0313 in groupchats)
37 -   mod\_vcard\_legacy (XEP-0398)
38 -   mod\_vcard4 (XEP-0292)
39 -   mod\_csi, mod\_csi\_simple (XEP-0352)
40 -   New experimental network backend "epoll"
42 0.10.0
43 ======
45 **2017-10-02**
47 New features
48 ------------
50 -   Rewritten SQL storage module with Archive support
51 -   SCRAM-SHA-1-PLUS
52 -   `prosodyctl check`
53 -   Statistics
54 -   Improved TLS configuration
55 -   Lua 5.2 support
56 -   mod\_blocklist (XEP-0191)
57 -   mod\_carbons (XEP-0280)
58 -   Pluggable connection timeout handling
59 -   mod\_websocket (RFC 7395)
60 -   mod\_mam (XEP-0313)
62 Removed
63 -------
65 -   mod\_privacy (XEP-0016)
66 -   mod\_compression (XEP-0138)