Skip to content

Commit

Permalink
Merge pull request #1189 from glowing-bear/freenodewarning
Browse files Browse the repository at this point in the history
Add a warning about freenode
  • Loading branch information
lorenzhs committed Jun 15, 2021
2 parents 5d55415 + f818437 commit 03d83d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.html
Expand Up @@ -50,6 +50,10 @@ <h2>
<div class="alert alert-danger" ng-show="hashAlgorithmDisagree" ng-cloak>
<strong>Hash algorithm error</strong> Weechat and glowing bear did not agree on a hashing algorithm, please do /set relay.network.password_hash_algo "pbkdf2+sha512" in weechat.
</div>
<div class="alert alert-warning alert-dismissible" role="alert" ng-hide="settings.freenodeWarningRead">
<button type="button" class="close" data-dismiss="alert" aria-label="Close" ng-click="settings.freenodeWarningRead=1"><span aria-hidden="true">&times;</span></button>
<strong>Our channel has moved to Libera Chat!</strong> Freenode is no longer trustworthy - they have hijacked our channel on their network, and we strongly recommend all users to join us in #glowing-bear on <a href="https://libera.chat/">Libera Chat</a> instead. The same goes for WeeChat&apos;s channel, #weechat, and many other open source projects.
</div>
<div class="panel-group accordion">
<div class="panel" data-state="active" ng-show=false>
<div class="panel-heading">
Expand Down
1 change: 1 addition & 0 deletions src/js/glowingbear.js
Expand Up @@ -70,6 +70,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
"currentlyViewedBuffers":{},
'iToken': '',
'iAlb': '',
'freenodeWarningRead': '',
});
$scope.settings = settings;

Expand Down

0 comments on commit 03d83d5

Please sign in to comment.