doc: update README

--HG--
branch : nmdc-ircfrontend
This commit is contained in:
mappu 2018-03-24 15:25:09 +13:00
parent 19e0120423
commit 86ad1e1633

View File

@ -43,7 +43,7 @@ Tags: nmdc, AGPLv3
=COMPATIBILITY=
*This section was last updated on or around the release of 1.2.0. Current compatibility may differ.*
*This section was last updated on or around the release of 1.3.0. Current compatibility may differ.*
NMDC's smaller community has standardised around comparatively few protocol implementations by means of necessity. In comparison, there are a lot of IRC client implementations with slightly differing interpretations of the protocol.
@ -54,19 +54,22 @@ Everything works:
- Mutter
- Weechat
- mIRC 7
- HoloIRC (after version 4.1.0)
Usable, with bugs:
- Lite IRC - The username and nickname fields must be identical
- HoloIRC (4.1.0 and earlier) - Can't parse client tag, upstream bug https://github.com/tilal6991/HoloIRC/issues/140
- AndChat - Duplicate usernames appear, upstream bug https://github.com/znc/znc/issues/424
- Irssi - Ignorable warning "critical nicklist_set_host: assertion 'host != NULL' failed"
Unusable:
- Yaaic and Atomic - doesn't properly understand/parse the room join
- HoloIRC
- Revolution IRC
- Yaaic
- Atomic
- AndChat
- LiteIRC (n.b. your username and nickname fields must be identical)
- Irssi
=CHANGELOG=
2018-03-?? 1.3.0
- Feature: Support ADC hubs
- Compatibility: Fix missing userlist in LiteIRC (since 1.2.2)
- Compatibility: Avoid sending empty room list (fixes Yaaic, atomic, Revolution IRC)
- Update libnmdc to 0.17
2017-05-28 1.2.3
- Fix a regression with userlist display on HexChat (other IRC client compatibility unknown)