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= =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. 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 - Mutter
- Weechat - Weechat
- mIRC 7 - mIRC 7
- HoloIRC (after version 4.1.0) - HoloIRC
- Revolution IRC
Usable, with bugs: - Yaaic
- Lite IRC - The username and nickname fields must be identical - Atomic
- HoloIRC (4.1.0 and earlier) - Can't parse client tag, upstream bug https://github.com/tilal6991/HoloIRC/issues/140 - AndChat
- AndChat - Duplicate usernames appear, upstream bug https://github.com/znc/znc/issues/424 - LiteIRC (n.b. your username and nickname fields must be identical)
- Irssi - Ignorable warning "critical nicklist_set_host: assertion 'host != NULL' failed" - Irssi
Unusable:
- Yaaic and Atomic - doesn't properly understand/parse the room join
=CHANGELOG= =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 2017-05-28 1.2.3
- Fix a regression with userlist display on HexChat (other IRC client compatibility unknown) - Fix a regression with userlist display on HexChat (other IRC client compatibility unknown)