From 928a5c7324292bb82bf223f872dabaa2380bfd11 Mon Sep 17 00:00:00 2001 From: "." <.@.> Date: Sat, 7 May 2016 23:22:40 +1200 Subject: [PATCH] update TODO --HG-- branch : nmdc-ircfrontend --- TODO.txt | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/TODO.txt b/TODO.txt index b31bebf..ed2a396 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,20 +4,33 @@ COMPATIBILITY ============= Everything works: -Hexchat -Mango IRC -AndroIRC -Mutter + Hexchat + 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 + 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 -- doesn't properly understand/parse the room join -Atomic -- crashes + 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 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