-
Notifications
You must be signed in to change notification settings - Fork 711
Change the IRC server to Libera.Chat #4238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Some tests didn't pass, they need to be fixed too. For example |
While you're going to fix tests, you might as well replace usages of "Freenode" with something generic like "IRC Server". And to fix the reliance of tests on the default config, you could assign the default hostname to something generic as well (irc.example.com), in this test: thelounge/test/models/network.js Line 82 in 0fb6dae
You can change the default host/name in this file for all tests:
|
I would like to ask you to check if this is what you meant. I didn't quite understand what I was supposed to do, so I changed the default network name and some channels to a more generic. You could still change this file. Unfortunately, I have no idea what name to change to. |
Changes look correct to me (sans one mistake). The textLogFolder file is fine to keep as is, all it is doing is testing folder name generation. |
I changed all references from Freenode to Libera.Chat due to the main channel being moved to the Libera.Chat network.
I haven't changed anything in the
tests
folder.