IRCv3
ircv3.net
IRCv3
1–10 of 97 posts
Re: IRCv3
#2I used to really love IRC, and think it could undergo a resurgence given the right upgrades.
Re: IRCv3
#3Re: IRCv3
#4I really want the IRC protocol to decouple its sessions from the TCP connection and move to using HTTP as a transport, even if the only api verb is "send" and the only response is "receive output buffer". I used to really love IRC, and think it could undergo a resurgence given the right upgrades.
Re: IRCv3
#5I really want the IRC protocol to decouple its sessions from the TCP connection and move to using HTTP as a transport, even if the only api verb is "send" and the only response is "receive output buffer". I used to really love IRC, and think it could undergo a resurgence given the right upgrades.
Re: IRCv3
#6I really want the IRC protocol to decouple its sessions from the TCP connection and move to using HTTP as a transport, even if the only api verb is "send" and the only response is "receive output buffer". I used to really love IRC, and think it could undergo a resurgence given the right upgrades.
IRCv3 gets a lot more right than wrong.
Re: IRCv3
#7I really want the IRC protocol to decouple its sessions from the TCP connection and move to using HTTP as a transport, even if the only api verb is "send" and the only response is "receive output buffer". I used to really love IRC, and think it could undergo a resurgence given the right upgrades.
Re: IRCv3
#8I really want the IRC protocol to decouple its sessions from the TCP connection and move to using HTTP as a transport, even if the only api verb is "send" and the only response is "receive output buffer". I used to really love IRC, and think it could undergo a resurgence given the right upgrades.
What's the advantage of using HTTP?
Re: IRCv3
#9IRC v3 - https://news.ycombinator.com/item?id=12671063 - Oct 2016 (217 comments)
IRCv3 - https://news.ycombinator.com/item?id=11005999 - Jan 2016 (77 comments)
Re: IRCv3
#10Earlier quoted context omitted.
What's the advantage of using HTTP?
I can reverse proxy it, I can dockerize it, I don't have to modify my firewall, I can TLS-SNI vhost it, I can decouple the TLS keys from the daemon process by terminating TLS on a different container, I can connect to it from weird LANs that filter non-HTTP, I can drop the TCP connections from my mobile device without dropping my whole login session, et c.