update TODO

--HG--
branch : nmdc-ircfrontend
This commit is contained in:
. 2016-05-07 23:22:40 +12:00
parent 4355a888cb
commit 928a5c7324

View File

@ -5,19 +5,32 @@ COMPATIBILITY
Everything works:
Hexchat
Mango IRC
AndroIRC
Mango IRC (ads)
AndroIRC (ads)
Mutter
Weechat
Usable, with bugs:
AndChat
- duplicate usernames appearing. possibly an upstream bug https://github.com/znc/znc/issues/424
Irssi
- critical nicklist_set_host: assertion 'host != NULL' failed
- still occurs even without blank nicks in room privmsgs
Unusable:
Yaaic
Lite IRC (ads)
- sends USER /then/ NICK instead of the other way around, handshake fails
2016/05/07 22:57:04 <<< :nmdc-ircfrontend 375 :- Message of the day -
2016/05/07 22:57:04 <<< :nmdc-ircfrontend 372 :- Connected to nmdc-ircfrontend. You /must/ join #chat to continue.
2016/05/07 22:57:04 <<< :nmdc-ircfrontend 376 :- End of MOTD
2016/05/07 22:57:04 >>> 'USER' [pineapple420 0 * :first last]
2016/05/07 22:57:04 <<< :Your nickname is already being used KILL A
2016/05/07 22:57:04 >>> 'NICK' [pineapple420]
2016/05/07 22:57:04 Broken loop.
Yaaic/Atomic
- doesn't properly understand/parse the room join
Atomic
- crashes
- crashes if a blank nick is used for room privmsgs (but PtokaX is fine)
@ -61,6 +74,9 @@ WISHLIST
- remove color code escape sequences
- KILL messages not being exposed in client(?)
2016/05/07 22:51:33 <<< :Your nickname is already being used KILL A
REF