You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Truth be told, I'm not sure offhand what a proper IRC-over-SSL implementation might look like, but that doesn't look wrong to me. I just wanted to raise the issue that I was able to identify.
The
IrcClient
appears to open an unencrypted TCP connection to the irc server, and sends the Password (or OAuth token) in plaintext.This can (and probably should) be rewritten to use SSL (documented here).
The text was updated successfully, but these errors were encountered: