Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Stop complaining about plaintext listeners, they cannot be removed as users won't try 6697/TLS and we have need_ssl in every auth_block #270

Closed
Mikaela opened this issue Nov 13, 2018 · 1 comment
Assignees

Comments

@Mikaela
Copy link
Contributor

Mikaela commented Nov 13, 2018

When we don't have plaintext listeners we get complains about being broken as clients error when connecting to 6667.

When we have need_ssl in every auth block Charybdis complains us about plaintext listeners being deprecated.

I could bet that you will never get every IRC client in existence to use 6697 by default or then Finnish users from time since IRC was born insist on using 6667/plain.

In my opinion the closest that we can get to disabling plaintext is need_ssl:ing every auth block so users will get error about having to connect to the server using SSL/TLS and hopefully they either understand that or Google it and get the issue resolved. In this case Charybdis is not helping by telling us that we are broken no matter what we do.

@aaronmdjones
Copy link
Contributor

I think the easiest way to correct this is to just remove the warning. The way the configuration is parsed doesn't give us any other clean solution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants