Hey, I am trying to understand how osu! handels the plain text authentication for IRC.
I have tried to login with my irc credentials.
I am unable to connect using an encrypted connection (TLS / SSL).
That means my login is basically visible to everyone. All messages are in plain text.
Some of the IRC clients for osu! do not use encryption.
They usually rely on some IRC library which offers support for SSL/TLS and SASL.
But from the configurations I have found, they do not seem to use any of these security features.
I also tried a few of these libraries and I am unable to connect with these security configurations.
One example that I see commonly used in multiplayer: https://github.com/Meowhal/osu-ahr
The wiki does not provide details apart from the plain text authentication.
Can someone point me in the right direction if there is?
I have tried to login with my irc credentials.
I am unable to connect using an encrypted connection (TLS / SSL).
That means my login is basically visible to everyone. All messages are in plain text.
Why do I worry about this?
Some of the IRC clients for osu! do not use encryption.
They usually rely on some IRC library which offers support for SSL/TLS and SASL.
But from the configurations I have found, they do not seem to use any of these security features.
I also tried a few of these libraries and I am unable to connect with these security configurations.
One example that I see commonly used in multiplayer: https://github.com/Meowhal/osu-ahr
The wiki does not provide details apart from the plain text authentication.
My question:
Is there a secure way to login with irc on osu! ?Can someone point me in the right direction if there is?