73e6b81d58
Documentation: reusing an existing label
2025-06-20 09:17:56 +02:00
3624dd5c3c
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.
2025-06-19 17:11:13 +02:00
80a5b76172
Updating SPDX headers.
2025-06-09 10:48:43 +02:00
bdf8817bf8
Translated using Weblate (German)
...
Currently translated at 100.0% (900 of 900 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2025-06-09 10:45:32 +02:00
e24385c3f1
Updating documentation + removing deprecated field description
2025-06-06 17:08:53 +02:00
a129a9bc4c
Fix shebangs
2025-05-12 12:03:42 +02:00
aaea13a2fc
Translated using Weblate (German)
...
Currently translated at 100.0% (899 of 899 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-09-16 10:42:55 +02:00
d7e98642f5
Translated using Weblate (German)
...
Currently translated at 100.0% (887 of 887 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-09-16 10:42:54 +02:00
9824435b6e
New features: announcements WIP ( #518 ):
...
* Documentation.
2024-09-12 12:54:16 +02:00
89f1f42e7a
npm run doc:translate.
2024-09-11 10:37:02 +02:00
5018d04b78
Documentation: livechat_version_notice strings migration.
2024-09-10 12:35:07 +02:00
ace8ad72f5
Translated using Weblate (German)
...
Currently translated at 100.0% (891 of 891 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-09-10 11:05:26 +02:00
f15d3ed542
New option for the moderation bot:
...
* forbid messages with too many special characters (#517 ).
* update moderation bot to v0.4.0.
* refactoring localization segments to reuse existing one in multiple
context.
* npm run doc:translate
2024-09-07 12:40:38 +02:00
b3d74a3816
Translated using Weblate (German)
...
Currently translated at 100.0% (888 of 888 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-09-07 12:13:45 +02:00
e57d5b0f30
npm run doc:translate
2024-09-06 12:35:38 +02:00
0e98cbaba5
ConverseJS upstream update:
...
* update ConverseJS version
* remove concord theme from settings (and migrate to peertube)
* added cyberpunk theme
* fixed settings localization
2024-09-02 12:11:21 +02:00
42147148ea
Translated using Weblate (German)
...
Currently translated at 100.0% (880 of 880 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-09-02 11:47:09 +02:00
5d87121631
npm run doc:translate
2024-08-30 16:24:35 +02:00
f7ddd58a2c
Translated using Weblate (German)
...
Currently translated at 100.0% (879 of 879 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-08-30 12:37:54 +02:00
9e252193d4
Fix #504 : better prosodyctl documentation
2024-08-19 10:58:49 +02:00
a385204256
Translated using Weblate (German)
...
Currently translated at 100.0% (879 of 879 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-08-15 11:38:20 +02:00
e1d1dd94e6
Update documentation.
2024-08-13 10:49:35 +02:00
9a22ab7f18
Translated using Weblate (German)
...
Currently translated at 100.0% (862 of 862 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-08-13 10:37:16 +02:00
8e99199f29
New option to use and configure Prosody mod_firewall WIP ( #97 ):
...
* new setting
* new configuration screen for Peertube admins
* include the mod_firewall module
* load mod_firewall if enabled
* sys admin can disable the firewall config editing by creating a
special file on the disk
* user documentation
2024-08-13 10:35:47 +02:00
54c31500a3
Fix typo.
2024-08-12 12:09:32 +02:00
67b89f1aef
Translated using Weblate (German)
...
Currently translated at 100.0% (862 of 862 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-08-12 12:04:00 +02:00
b8db486410
Message search results: display original nickname if has changed.
2024-08-06 17:54:07 +02:00
ad5397b3c7
Adding actions on the occupant list.
2024-08-06 17:32:37 +02:00
c2c1211b9a
Translated using Weblate (German)
...
Currently translated at 100.0% (857 of 857 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-08-06 11:45:27 +02:00
5d843ebf92
Translated using Weblate (German)
...
Currently translated at 100.0% (851 of 851 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-08-06 11:45:27 +02:00
e665823f5b
Message search documentation ( #145 )
2024-08-05 12:08:45 +02:00
7892fd6c03
Fix doc link + add missing chapter.
2024-07-31 23:19:48 +02:00
af2941f4e0
npm run doc:translate
2024-07-31 22:50:38 +02:00
bf8f3a08ec
Translated using Weblate (German)
...
Currently translated at 100.0% (812 of 812 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-07-30 08:49:55 +02:00
faef584f8b
npm run doc:translate
2024-07-29 15:00:02 +02:00
a7bd0c1c3e
Translated using Weblate (German)
...
Currently translated at 100.0% (809 of 809 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-07-25 11:10:11 +02:00
64f03e5454
Documentation.
2024-07-17 10:53:53 +02:00
12a1300df6
Translated using Weblate (German)
...
Currently translated at 100.0% (808 of 808 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-07-16 12:15:04 +02:00
9c200a4e46
Moderation delay ( #132 ):
...
* displaying the remaining time for moderators.
2024-07-10 16:54:54 +02:00
49616d77a6
Translated using Weblate (German)
...
Currently translated at 100.0% (804 of 804 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-07-10 11:25:38 +02:00
ac4234281c
Documentation.
2024-07-10 11:25:20 +02:00
a5bcfe61b2
Fix typo.
2024-07-10 11:13:56 +02:00
4996335c7b
npm run doc:translate
2024-07-09 16:35:43 +02:00
80c18c25e0
Translated using Weblate (German)
...
Currently translated at 100.0% (793 of 793 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-07-08 11:47:35 +02:00
e839fea580
Fix documentation image.
2024-07-05 13:37:15 +02:00
3d0c240c63
npm run doc:translate
2024-07-05 13:28:18 +02:00
28355e4cda
Translated using Weblate (German)
...
Currently translated at 100.0% (760 of 760 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-06-26 14:40:12 +02:00
4b1208f7d4
Translated using Weblate (German)
...
Currently translated at 97.6% (742 of 760 strings)
Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/
2024-06-25 17:38:27 +02:00
c588a73233
Fix english typo.
2024-06-25 17:23:20 +02:00
fa8aec49b7
npm run doc:translate.
2024-06-25 13:20:15 +02:00