47479b96d0
--HG-- branch : nmdc-ircfrontend
74 lines
1.4 KiB
Plaintext
74 lines
1.4 KiB
Plaintext
|
|
PRE-RELEASE
|
|
===========
|
|
|
|
- yaaic: doesn't recognise the room join (even with autojoin disabled)
|
|
|
|
- atomic: crashes
|
|
|
|
- andchat: userlist doesn't get cleared whenever we send an updated NAMES list (e.g. on room quit+autojoin, or on MODE (hexchat hack))
|
|
- https://github.com/znc/znc/issues/424
|
|
|
|
- androirc: everything's fine
|
|
|
|
- hexchat: everything's fine
|
|
|
|
- part all nicks upon upstream server disconnection
|
|
|
|
- test the current password auth
|
|
|
|
- detect our own /me messages + don't echo back
|
|
|
|
|
|
|
|
|
|
WISHLIST
|
|
========
|
|
|
|
- send client keepalives (PING) /and/ ensure we get a reply (PONG)
|
|
|
|
- client version sync (CTCP VERSION)
|
|
|
|
- client descriptions (CTCP USERINFO)
|
|
|
|
- support changing nick (via reconnecting)
|
|
|
|
- expose upstream op status
|
|
|
|
- support WHOX
|
|
|
|
- support WHOIS
|
|
|
|
- support USERIP/KILL/KICK for ops
|
|
|
|
- use CTCP chat to support irc-special characters in chat messages (colon, newline)
|
|
|
|
- support SASL PLAIN authentication as well as just classic PASS
|
|
|
|
- threadsafe access to libnmdc hub options
|
|
|
|
- remove color code escape sequences
|
|
|
|
|
|
|
|
|
|
REF
|
|
===
|
|
|
|
https://www.alien.net.au/irc/irc2numerics.html
|
|
|
|
http://faerion.sourceforge.net/doc/irc/whox.var
|
|
|
|
http://www.anta.net/misc/telnet-troubleshooting/irc.shtml
|
|
|
|
https://tools.ietf.org/html/rfc2812
|
|
|
|
http://www.irchelp.org/irchelp/rfc/ctcpspec.html
|
|
|
|
https://en.wikipedia.org/wiki/List_of_Internet_Relay_Chat_commands
|
|
|
|
https://en.wikipedia.org/wiki/Client-to-client_protocol
|
|
|
|
https://wiki.mibbit.com/index.php/Ctcp_(version)
|
|
|