Reverting usage of RE2 (WIP):
**Breaking changes** The livechat v13 introduced a new library to handle regular expressions in forbidden words, to avoid [ReDOS](https://en.wikipedia.org/wiki/ReDoS) attacks. Unfortunately, this library was not able to install itself properly on some systems, and some admins were not able to install the livechat plugin. That's why we have disabled this library in v14, and introduce a new settings to enable regexp in forbidden words. By default this settings is disabled, and your users won't be able to use regexp in their forbidden words. The risk by enabling this feature is that a malicious user could cause a denial of service for the chat bot, by using a special crafted regular expression in their channel options, and sending a special crafter message in one of their rooms. If you trust your users (those who have rights to livestream), you can enable the settings. Otherwise it is not recommanded. See the documentation for more informations. **Minor changes and fixes** * Channel's forbidden words: new "enable" column. * New settings to enable regular expressions for channel forbidden words. * "Channel advanced configuration" settings: removing the "experimental feature" label.
This commit is contained in:
@ -7,12 +7,10 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2025-06-06 17:07+0200\n"
|
||||
"POT-Creation-Date: 2025-06-19 17:09+0200\n"
|
||||
"PO-Revision-Date: 2025-06-07 08:38+0000\n"
|
||||
"Last-Translator: Victor Hampel <v.hampel@users.noreply.weblate.framasoft.org>"
|
||||
"\n"
|
||||
"Language-Team: German <https://weblate.framasoft.org/projects/"
|
||||
"peertube-livechat/peertube-plugin-livechat-documentation/de/>\n"
|
||||
"Last-Translator: Victor Hampel <v.hampel@users.noreply.weblate.framasoft.org>\n"
|
||||
"Language-Team: German <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/>\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -3088,26 +3086,17 @@ msgstr " library. Please check [node-re2](https://github.com/uhop/node-re2) and [RE2 documentation](https://github.com/google/re2/wiki/Syntax) for more information about the accepted syntax and the limitations."
|
||||
msgstr ""
|
||||
"Bitte beachten Sie, dass nicht alle \"regulären Ausdrücke (regex) akzeptiert "
|
||||
"werden. Im Hintergrund verwenden wir die Bibliothek [node-re2](https://"
|
||||
"github.com/uhop/node-re2). Weitere Informationen über die akzeptierte "
|
||||
"Syntax und die Einschränkungen finden Sie unter [node-re2](https://"
|
||||
"github.com/uhop/node-re2) und der [RE2 Dokumentation](https://github.com/"
|
||||
"google/re2/wiki/Syntax)."
|
||||
#, fuzzy
|
||||
#| msgid "This feature can be disabled by the instance's adminitrators."
|
||||
msgid "This feature is optional and can be disabled by admins."
|
||||
msgstr "Diese Funktion kann von den Administratoren der Instanz deaktiviert werden."
|
||||
|
||||
#. type: Yaml Front Matter Hash Value: description
|
||||
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
|
||||
@ -5007,6 +4992,9 @@ msgstr "[Meilensteine auf Github](https://github.com/JohnXLivingston/peertube-pl
|
||||
msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome."
|
||||
msgstr "Wenn Sie ein Webdesigner oder ein ConverseJS/Prosody/XMPP-Experte sind und helfen wollen, dieses Plugin zu verbessern, sind Sie gerne willkommen."
|
||||
|
||||
#~ msgid "Please note that not all regular expression are accepted. Under the hood, we are using the [node-re2](https://github.com/uhop/node-re2) library. Please check [node-re2](https://github.com/uhop/node-re2) and [RE2 documentation](https://github.com/google/re2/wiki/Syntax) for more information about the accepted syntax and the limitations."
|
||||
#~ msgstr "Bitte beachten Sie, dass nicht alle \"regulären Ausdrücke (regex) akzeptiert werden. Im Hintergrund verwenden wir die Bibliothek [node-re2](https://github.com/uhop/node-re2). Weitere Informationen über die akzeptierte Syntax und die Einschränkungen finden Sie unter [node-re2](https://github.com/uhop/node-re2) und der [RE2 Dokumentation](https://github.com/google/re2/wiki/Syntax)."
|
||||
|
||||
#~ msgid "This feature comes with the livechat plugin version 11.0.0."
|
||||
#~ msgstr "Diese Funktion wird mit dem Livechatplugin Version 11.0.0 verfügbar sein."
|
||||
|
||||
|
Reference in New Issue
Block a user