This is an alpha preview of the v0.11.0 release, which is likely to come next weekend.
We've introduced a lot and fixed a pretty serious bug around CAP
! To be specific, we've included translation support, along with a fairly fully-fleshed-out Turkish translation and some extra proposed spec support.
To enable translations, just change enabled
to true
, in the languages
section (and make sure the path is correct). After this, connect and send LANGUAGE tr_TR
as noted in the related spec, and you'll be using Turkish!
Added
- Added new Turkish translation (thanks to Yaser!).
- Added proposed IRCv3 capability
draft/languages
. - Added proposed IRCv3 capability
draft/resume
. - Added user modes, including:
B
: Mark yourself as a bot, and display that you're a bot in WHOIS.
Changed
- Message IDs are now much shorter and easier to read – down from 39 characters to 16 while preserving a very similar gaurantee of uniqueness (thanks @prawnsalad for bringing up this issue).
Fixed
- We now correctly suspend registration when receiving a
CAP REQ
, as per the spec.