From 05feccf600bf6ecae872c67534b249fdfc1b2f7a Mon Sep 17 00:00:00 2001 From: creme Date: Sun, 25 Jul 2021 19:33:18 +0200 Subject: [PATCH] chat/matrix: add infos about irc bridge to irc.tilde.chat --- chat/matrix/index.php | 83 ++++++++++++++++++++++++++++++++----------- css/css_style.css | 3 ++ 2 files changed, 66 insertions(+), 20 deletions(-) diff --git a/chat/matrix/index.php b/chat/matrix/index.php index 5eecf07..b12bc13 100644 --- a/chat/matrix/index.php +++ b/chat/matrix/index.php @@ -63,31 +63,47 @@ an extended client overview can be found at: # abuse management + +
# irc-bridge to irc.tilde.chat
-our matrix instance has a moderation tool mjolnir.
-to protect your own room from known spammers and evil accounts, you can simply give @mjolnir:envs.net
-an invite and admin Permissions in the room.
-the abuse moderators then receive the invitation and have to confirm it.
-after this step, the room is protected.
+our envs.net matrix instance provides an federated irc bridge to irc.tilde.chat.
 
-you are welcome to join #abuse:envs.net to report known spammers and evil peoples.
-
-notice:
-you can also subscribe to our banlist to ignore the banned users even in unprotected rooms.
-
-to do this, you need to allow the showLabsSettings feature in your element config (see sample config)
-and then activate in settings -> labs -> Try out new ways to ignore people.
-
-in the last step you need to subscribe our banlist: #envs-ban-list:envs.net (!UyrSHIwWgbGsHjabGe:envs.net)
-under settings -> ignored users.
-
-official matrix.org banlists:
-#matrix-org-coc-bl:matrix.org (coc violations)
-#matrix-org-hs-tos-bl:matrix.org (toc violations)
+bridge info:
+
+

+ + + + + + + + + + + + + + + + + + + + + + + +
network name: irc.tilde.chat
room alias format: #irc.tilde.chat_CHANNELNAME:envs.net
appservice user: @IRCBot:envs.net
NickServ: @irc.tilde.chat_NickServ:envs.net
ChanServ: @irc.tilde.chat_ChanServ:envs.net
room for support: #irc:envs.net (#envs)
operator: envs.net (~creme)
+
+
+matrix irc bridge documentation
+end user faq
 
+

+
# bot's
feel free to use our bot's in your room! (maubot plugin overview)

@@ -124,6 +140,33 @@ there is also @ma you can also try all the bots in #test:envs.net.
+ +

+ +
# abuse management +
+our matrix instance has a moderation tool mjolnir.
+to protect your own room from known spammers and evil accounts, you can simply give @mjolnir:envs.net
+an invite and admin Permissions in the room.
+the abuse moderators then receive the invitation and have to confirm it.
+after this step, the room is protected.
+
+you are welcome to join #abuse:envs.net to report known spammers and evil peoples.
+
+notice:
+you can also subscribe to our banlist to ignore the banned users even in unprotected rooms.
+
+to do this, you need to allow the showLabsSettings feature in your element config (see sample config)
+and then activate in settings -> labs -> Try out new ways to ignore people.
+
+in the last step you need to subscribe our banlist: #envs-ban-list:envs.net (!UyrSHIwWgbGsHjabGe:envs.net)
+under settings -> ignored users.
+
+official matrix.org banlists:
+#matrix-org-coc-bl:matrix.org (coc violations)
+#matrix-org-hs-tos-bl:matrix.org (toc violations)
+
+

# links

diff --git a/css/css_style.css b/css/css_style.css index b370c61..ef49e6a 100644 --- a/css/css_style.css +++ b/css/css_style.css @@ -136,6 +136,9 @@ tr, th, td { .tw20 { width: 20px; } .tw25 { width: 25px; } +.tw80 { width: 80px; } +.tw90 { width: 90px; } +.tw100 { width: 100px; } .tw110 { width: 110px; } .tw130 { width: 130px; } .tw140 { width: 140px; }