0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-16 09:53:45 +02:00

NEWS: document websocket availability

This commit is contained in:
William Pitcock 2016-05-14 17:24:56 -05:00
parent be2447b850
commit b28cccb704

View file

@ -42,6 +42,10 @@ See LICENSE for licensing details (GPL v2).
- All core modules in charybdis have descriptions, which are shown in MODLIST.
- Suffixes should not be used when doing /MODLOAD, /MODUNLOAD, /MODRELOAD, etc.
### misc
- Support for WebSocket has been added, use the listen::wsock option to switch
a listener into websocket mode.
### conf
- Add the ability to strip color codes from topics unconditionally.
- The obsolete hub option from server info has been removed.