communi / libcommuni

A cross-platform IRC framework for Qt
https://communi.github.io
BSD 3-Clause "New" or "Revised" License
84 stars 37 forks source link

Document switch from Freenode to Libera #108

Closed Thaodan closed 2 years ago

Thaodan commented 2 years ago

Resolves #107.

jpnurmi commented 2 years ago

There are still some references left:

$ git grep -i freenode
CHANGELOG.md:- Implemented SASL support (http://freenode.net/sasl)
doc/debugging.dox:    \li \c \b IRC_DEBUG_NAME=Libera matches connections that have a display name \c "Freenode"
doc/debugging.dox:    \li \c \b IRC_DEBUG_NAME=*libera* matches connections that have a display name \c "Freenode" or \c "irc.libera.chat"
tests/auto/ircconnection/tst_ircconnection.cpp:    connection.setDisplayName(QStringLiteral("Freenode"));
tests/auto/ircconnection/tst_ircconnection.cpp:    QVERIFY(QRegularExpression("IrcConnection\\(0x[0-9A-Fa-f]+, Freenode\\) ").match(str).hasMatch());
tests/auto/shared/tst_libera.h:#ifndef TST_FREENODE_H
tests/auto/shared/tst_libera.h:#define TST_FREENODE_H
tests/auto/shared/tst_libera.h:#endif // TST_FREENODE_H
Thaodan commented 2 years ago

Fixed those except CHANGELOG.md